Eng.J

Results 3 issues of Eng.J

I have started to collect a new dataset for a new domain, but I don't know how to **annotate** the dataset. Should I annotate them **manually**? Or is there a...

thank you for this work. During train the model, I got this error ``` Traceback (most recent call last): File "/content/drive/MyDrive/MinTL/train.py", line 388, in main() File "/content/drive/MyDrive/MinTL/train.py", line 377, in...

I tried to execute the code with BART using MBartForConditionalGeneration So In Bart.py I removed the lines ``` class MiniBART(MBartModel): def __init__(self, config): super().__init__(config) self.dst_decoder = type(self.decoder)(config, self.shared) self.dst_decoder.load_state_dict(self.decoder.state_dict()) def...