skip to Main Content

Ubuntu – HuggingFace – load_datasets gives "NotImplementedError: Cannot" error

When I'm trying to download datasets from HuggingFace, it throws the NotImplementedError: Cannot and KeyError Error. My code and the errors as follows: Code: from datasets import load_dataset dataset = load_dataset("archanatikayatray/aeroBERT-NER") Error: Downloading and preparing dataset text/archanatikayatray--aeroBERT-NER to /home/ubuntu/.cache/huggingface/datasets/archanatikayatray___text/archanatikayatray--aeroBERT-NER-35784c68a0685bbb/0.0.0/cb1e9bd71a82ad27976be3b12b407850fe2837d80c22c5e03a28949843a8ace2... ---------------------------------------------------------------------------…

VIEW QUESTION
Back To Top
Search