Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong example in opus_gnome dataset card #4805

Closed
gojiteji opened this issue Aug 9, 2022 · 0 comments · Fixed by #4806
Closed

Wrong example in opus_gnome dataset card #4805

gojiteji opened this issue Aug 9, 2022 · 0 comments · Fixed by #4806
Labels
bug Something isn't working

Comments

@gojiteji
Copy link
Contributor

gojiteji commented Aug 9, 2022

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
@gojiteji gojiteji added the bug Something isn't working label Aug 9, 2022
@albertvillanova albertvillanova changed the title opus_gnome document fix Wrong example in opus_gnome dataset card Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant