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

Cannot load configurations for the XTREME dataset #132

Open
1 of 11 tasks
ziyuanzhao2000 opened this issue Mar 10, 2024 · 0 comments
Open
1 of 11 tasks

Cannot load configurations for the XTREME dataset #132

ziyuanzhao2000 opened this issue Mar 10, 2024 · 0 comments

Comments

@ziyuanzhao2000
Copy link

Information

The problem arises in chapter:

  • Introduction
  • Text Classification
  • Transformer Anatomy
  • Multilingual Named Entity Recognition
  • Text Generation
  • Summarization
  • Question Answering
  • Making Transformers Efficient in Production
  • Dealing with Few to No Labels
  • Training Transformers from Scratch
  • Future Directions

Describe the bug

The PAN-X subset of the xtreme dataset can no longer be accessed in the way described in the book.

To Reproduce

Steps to reproduce the behavior:

  1. Execute the following code:
from datasets import get_dataset_config_names

xtreme_subsets = get_dataset_config_names("xtreme")
print(f"XTREME has {len(xtreme_subsets)} configurations")

The output says

Downloading readme: 100%
 131k/131k [00:00<00:00, 4.37MB/s]
XTREME has 1 configurations

Expected behavior

As in the book, expected to see XTREME has 183 configurations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant