LLM tutorial 7 classical NLP task

Dataset scripts are no longer supported

The cause is literally as stated, so either pin the datasets library to an older version or try the code below (using a dataset without builder scripts).

raw_datasets = load_dataset("lhoestq/conll2003")
1 Like