Aryaman Sriram
Results
1
comments of
Aryaman Sriram
You need to go into the codebase and change line 51 from `tokens = line.split()` to `tokens = self.tokenizer.tokenize([line])` The error should be resolved @masepehr