Open makinzm opened 1 year ago
I think this version provided by requirements.txt in Week0 doesn't work because of not being able to use load_dataset('glue', 'cola')
requirements.txt
load_dataset('glue', 'cola')
Therefore, I would like to recommend you update datasets and transformers to datasets==2.10.1 and transformers==4.27.3.
datasets
transformers
This should resolve the issue and ensure smooth functioning of the program.
I think this version provided by
requirements.txt
in Week0 doesn't work because of not being able to useload_dataset('glue', 'cola')
Therefore, I would like to recommend you update
datasets
andtransformers
to datasets==2.10.1 and transformers==4.27.3.This should resolve the issue and ensure smooth functioning of the program.