Unverified Commit de71ad92 authored by Lintang Sutawika's avatar Lintang Sutawika Committed by GitHub
Browse files

Merge branch 'big-refactor' into fix-unittests

parents 09d20bfa 73c80915
# Generated by utils.py # Generated by utils.py
dataset_name: tense_zero_shot dataset_name: tense_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_tense_greedy_until task: bigbench_tense_generate_until
# Generated by utils.py # Generated by utils.py
dataset_name: timedial_zero_shot dataset_name: timedial_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_timedial_greedy_until task: bigbench_timedial_generate_until
# Generated by utils.py # Generated by utils.py
dataset_name: topical_chat_zero_shot dataset_name: topical_chat_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_topical_chat_greedy_until task: bigbench_topical_chat_generate_until
# Generated by utils.py # Generated by utils.py
dataset_name: tracking_shuffled_objects_zero_shot dataset_name: tracking_shuffled_objects_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_tracking_shuffled_objects_greedy_until task: bigbench_tracking_shuffled_objects_generate_until
# Generated by utils.py # Generated by utils.py
dataset_name: understanding_fables_zero_shot dataset_name: understanding_fables_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_understanding_fables_greedy_until task: bigbench_understanding_fables_generate_until
# Generated by utils.py # Generated by utils.py
dataset_name: undo_permutation_zero_shot dataset_name: undo_permutation_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_undo_permutation_greedy_until task: bigbench_undo_permutation_generate_until
# Generated by utils.py # Generated by utils.py
dataset_name: unit_conversion_zero_shot dataset_name: unit_conversion_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_unit_conversion_greedy_until task: bigbench_unit_conversion_generate_until
# Generated by utils.py # Generated by utils.py
dataset_name: unit_interpretation_zero_shot dataset_name: unit_interpretation_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_unit_interpretation_greedy_until task: bigbench_unit_interpretation_generate_until
# Generated by utils.py # Generated by utils.py
dataset_name: unnatural_in_context_learning_zero_shot dataset_name: unnatural_in_context_learning_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_unnatural_in_context_learning_greedy_until task: bigbench_unnatural_in_context_learning_generate_until
# Generated by utils.py # Generated by utils.py
dataset_name: vitaminc_fact_verification_zero_shot dataset_name: vitaminc_fact_verification_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_vitaminc_fact_verification_greedy_until task: bigbench_vitaminc_fact_verification_generate_until
# Generated by utils.py # Generated by utils.py
dataset_name: what_is_the_tao_zero_shot dataset_name: what_is_the_tao_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_what_is_the_tao_greedy_until task: bigbench_what_is_the_tao_generate_until
# Generated by utils.py # Generated by utils.py
dataset_name: which_wiki_edit_zero_shot dataset_name: which_wiki_edit_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_which_wiki_edit_greedy_until task: bigbench_which_wiki_edit_generate_until
# Generated by utils.py # Generated by utils.py
dataset_name: winowhy_zero_shot dataset_name: winowhy_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_winowhy_greedy_until task: bigbench_winowhy_generate_until
# Generated by utils.py # Generated by utils.py
dataset_name: word_sorting_zero_shot dataset_name: word_sorting_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_word_sorting_greedy_until task: bigbench_word_sorting_generate_until
# Generated by utils.py # Generated by utils.py
dataset_name: word_unscrambling_zero_shot dataset_name: word_unscrambling_zero_shot
include: ../greedy_until_template_yaml include: ../generate_until_template_yaml
task: bigbench_word_unscrambling_greedy_until task: bigbench_word_unscrambling_generate_until
group: bigbench group: bigbench
dataset_path: bigbench # will switch to `hails/bigbench` when all tasks are pushed dataset_path: bigbench # will switch to `hails/bigbench` when all tasks are pushed
output_type: greedy_until output_type: generate_until
dataset_kwargs: dataset_kwargs:
# num_shots: 0 # TODO: num of shots for `bigbench` HF dataset should be controlled through this, not through the typical methods # num_shots: 0 # TODO: num of shots for `bigbench` HF dataset should be controlled through this, not through the typical methods
# subtask_name: null # subtask_name: null
......
...@@ -5,7 +5,7 @@ dataset_path: CM/codexglue_code2text_go ...@@ -5,7 +5,7 @@ dataset_path: CM/codexglue_code2text_go
training_split: train training_split: train
validation_split: validation validation_split: validation
test_split: test test_split: test
output_type: greedy_until output_type: generate_until
generation_kwargs: generation_kwargs:
num_beams: 10 num_beams: 10
max_length: 128 max_length: 128
......
...@@ -5,7 +5,7 @@ dataset_path: CM/codexglue_code2text_java ...@@ -5,7 +5,7 @@ dataset_path: CM/codexglue_code2text_java
training_split: train training_split: train
validation_split: validation validation_split: validation
test_split: test test_split: test
output_type: greedy_until output_type: generate_until
generation_kwargs: generation_kwargs:
num_beams: 10 num_beams: 10
max_length: 128 max_length: 128
......
...@@ -5,7 +5,7 @@ dataset_path: CM/codexglue_code2text_javascript ...@@ -5,7 +5,7 @@ dataset_path: CM/codexglue_code2text_javascript
training_split: train training_split: train
validation_split: validation validation_split: validation
test_split: test test_split: test
output_type: greedy_until output_type: generate_until
generation_kwargs: generation_kwargs:
num_beams: 10 num_beams: 10
max_length: 128 max_length: 128
......
...@@ -5,7 +5,7 @@ dataset_path: CM/codexglue_code2text_php ...@@ -5,7 +5,7 @@ dataset_path: CM/codexglue_code2text_php
training_split: train training_split: train
validation_split: validation validation_split: validation
test_split: test test_split: test
output_type: greedy_until output_type: generate_until
generation_kwargs: generation_kwargs:
num_beams: 10 num_beams: 10
max_length: 128 max_length: 128
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment