We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The problem arises in chapter:
The PAN-X subset of the xtreme dataset can no longer be accessed in the way described in the book.
PAN-X
xtreme
Steps to reproduce the behavior:
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
As in the book, expected to see XTREME has 183 configurations
XTREME has 183 configurations
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Information
The problem arises in chapter:
Describe the bug
The
PAN-X
subset of thextreme
dataset can no longer be accessed in the way described in the book.To Reproduce
Steps to reproduce the behavior:
The output says
Expected behavior
As in the book, expected to see
XTREME has 183 configurations
The text was updated successfully, but these errors were encountered: