Describe the bug
I found that the example on opus_gone dataset doesn't work.
Steps to reproduce the bug
load_dataset("gnome", lang1="it", lang2="pl")
"gnome" should be "opus_gnome"
Expected results
100%
1/1 [00:00<00:00, 42.09it/s]
DatasetDict({
train: Dataset({
features: ['id', 'translation'],
num_rows: 8368
})
})
Actual results
Couldn't find 'gnome' on the Hugging Face Hub either: FileNotFoundError: Couldn't find file at https://raw.githubusercontent.com/huggingface/datasets/main/datasets/gnome/gnome.py
Environment info
datasets version: 2.4.0
- Platform: Linux-5.4.0-120-generic-x86_64-with-glibc2.27
- Python version: 3.9.13
- PyArrow version: 9.0.0
- Pandas version: 1.4.3
Describe the bug
I found that the example on opus_gone dataset doesn't work.
Steps to reproduce the bug
"gnome"should be"opus_gnome"Expected results
Actual results
Environment info
datasetsversion: 2.4.0