Skip to content

Commit

Permalink
Update migrated HF dataset paths (#1332)
Browse files Browse the repository at this point in the history
* Update arc_easy.yaml

* Update flan_cot.yaml

* update HF dataset path

* Update freeform.yaml

* Update flan_cot.yaml

---------

Co-authored-by: Lintang Sutawika <lintang@eleuther.ai>
  • Loading branch information
haileyschoelkopf and lintangsutawika committed Jan 23, 2024
1 parent 6e65ef3 commit 45a8f70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lm_eval/tasks/arc/arc_easy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
group:
- ai2_arc
task: arc_easy
dataset_path: ai2_arc
dataset_path: allenai/ai2_arc
dataset_name: ARC-Easy
output_type: multiple_choice
training_split: train
Expand Down
3 changes: 1 addition & 2 deletions lm_eval/tasks/benchmarks/flan/flan_cot.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
group: flan_cot
task:
- include: yaml_templates/cot_template_yaml
dataset_path: gsmk
dataset_name: boolq
dataset_path: gsm8k
use_prompt: promptsource:*
validation_split: validation
- include: yaml_templates/cot_template_yaml
Expand Down
2 changes: 1 addition & 1 deletion lm_eval/tasks/qasper/bool.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group: qasper
task: qasper_bool
dataset_path: qasper
dataset_path: allenai/qasper
output_type: multiple_choice
training_split: train
validation_split: validation
Expand Down
2 changes: 1 addition & 1 deletion lm_eval/tasks/qasper/freeform.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group: qasper
task: qasper_freeform
dataset_path: qasper
dataset_path: allenai/qasper
output_type: generate_until
training_split: train
validation_split: validation
Expand Down

0 comments on commit 45a8f70

Please sign in to comment.