Sun

Results 1 issues of Sun

I think [line 118](https://github.com/Katsumata420/generic-pretrained-GEC/blob/c7c6391e8d033ac784f72490d1aceabacb27ad43/mBART-GEC/fairseq/tasks/translation_from_pretrained_bart.py#L118) of tasks/translation_from_pretrained_bart.py may need to be revised. `dataset = LanguagePairDataset(src_tokens, src_lengths, self.source_dictionary)` --> `dataset = LanguagePairDataset(source_tokens, src_lengths, self.source_dictionary)`