Closed Sheshansh closed 3 years ago
The first line of Fastformer.ipynb is from datasets import load_dataset. But there is no datasets.py in the repository. Can you please share where I can find the datasets module/ script?
from datasets import load_dataset
You can try pip install datasets. Note that this is the huggingface transformers API.
Thanks a lot! This works!
The first line of Fastformer.ipynb is
from datasets import load_dataset
. But there is no datasets.py in the repository. Can you please share where I can find the datasets module/ script?