Hello, I’m trying to load the conll2003 dataset to try the token classification example in chapter-7 from the LLM course.
from datasets import load_dataset
raw_datasets = load_dataset(“conll2003”)
Is there any other version of this dataset I can use for this example.
RuntimeError: Dataset scripts are no longer supported, but found conll2003.py