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

How can I run the mmlu task in offline mode? #2394

Open
95jinchul opened this issue Oct 11, 2024 · 0 comments
Open

How can I run the mmlu task in offline mode? #2394

95jinchul opened this issue Oct 11, 2024 · 0 comments

Comments

@95jinchul
Copy link

In the #1223, there are solution for offline mode.
So, I try run mmlu task using below yaml setting.

However, in the case of mmlu, it is difficult to transfer data_files to data_kwargs because it is mapped to group configuration.

Usually, datasets are imported in the following way.

for name in ['all', 'abstract_algebra', 'anatomy', 'astronomy', 'business_ethics', 'clinical_knowledge', 'college_biology', 'college_chemistry', 'college_computer_science', 'college_mathematics', 'college_medicine', 'college_physics ', 'computer_security', 'conceptual_physics', 'econometrics', ... ]: dataset = load_dataset("hails/mmlu_no_train", f'{name}') dataset.save_to_disk(f"dataset/mmlu/{name}")

So, is there any way to load this save_to_disk file into load_dataset? I would like to import it from harness as is without going through hf_hub, but errors always occur and difficulties arise.

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