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

Error: BuilderConfig not found #1444

Closed
gopikrishnajha opened this issue Feb 19, 2024 · 1 comment
Closed

Error: BuilderConfig not found #1444

gopikrishnajha opened this issue Feb 19, 2024 · 1 comment

Comments

@gopikrishnajha
Copy link

I am trying to run the following command.

lm_eval --model hf \
    --model_args pretrained=mistralai/Mistral-7B-v0.1 \
    --tasks pile_openwebtext2 \
    --device cpu \
    --batch_size 10

And getting this error: ValueError: BuilderConfig 'pile_openwebtext2' not found. Available: ['all', 'enron_emails', 'europarl', 'free_law', 'hacker_news', 'nih_exporter', 'pubmed', 'pubmed_central', 'ubuntu_irc', 'uspto', 'github']

I have checked lm-eval --tasks list and pile_openwebtext2 is available there.

@haileyschoelkopf
Copy link
Contributor

Hi! This is a known issue ; I will push an update to the Pile tasks so that they reflect the fix described in #731 , but you will also need your own copy of the Pile downloaded locally to run these tasks.

closing as duplicative of #1338 for tracking purposes. please let us know if there are lingering questions though!

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

2 participants