MLOps-Basics icon indicating copy to clipboard operation
MLOps-Basics copied to clipboard

Cannot use `load_dataset('glue', 'cola')` in Week0 requirements.txt

Open makinzm opened this issue 1 year ago • 0 comments

I think this version provided by requirements.txt in Week0 doesn't work because of not being able to use load_dataset('glue', 'cola')

  • detail: https://github.com/huggingface/datasets/issues/5671

Therefore, I would like to recommend you update datasets and transformers to datasets==2.10.1 and transformers==4.27.3.

This should resolve the issue and ensure smooth functioning of the program.

makinzm avatar Mar 28 '23 07:03 makinzm