Hgy

Results 1 issues of Hgy

Hello, I would like to consult the following line of code. _, mlm_tgt_encodings, *_ = self.utt_encoder.bert(context_mlm_targets[ctx_mlm_mask], context_utts_attn_mask[ctx_mlm_mask]) context_mlm_targets[ctx_mlm_mask] represents the utterance tokenization before [MASK] context_utts_attn_mask[ctx_mlm_mask] represents the attention mask after...