"docs/en_US/vscode:/vscode.git/clone" did not exist on "25dea8f5528be7f3f74ca2c2fa42f528f6cdd4eb"
Commit 52f75f0e authored by lintangsutawika's avatar lintangsutawika
Browse files

Merge branch 'big-refactor' of https://github.com/EleutherAI/lm-evaluation-harness into versioning

parents 331d7c51 b072bb0d
# Generated by utils.py # Generated by utils.py
dataset_name: distractor_agreement_relational_noun dataset_name: distractor_agreement_relational_noun
include: template_yaml include: _template_yaml
task: blimp_distractor_agreement_relational_noun task: blimp_distractor_agreement_relational_noun
# Generated by utils.py # Generated by utils.py
dataset_name: distractor_agreement_relative_clause dataset_name: distractor_agreement_relative_clause
include: template_yaml include: _template_yaml
task: blimp_distractor_agreement_relative_clause task: blimp_distractor_agreement_relative_clause
# Generated by utils.py # Generated by utils.py
dataset_name: drop_argument dataset_name: drop_argument
include: template_yaml include: _template_yaml
task: blimp_drop_argument task: blimp_drop_argument
# Generated by utils.py # Generated by utils.py
dataset_name: ellipsis_n_bar_1 dataset_name: ellipsis_n_bar_1
include: template_yaml include: _template_yaml
task: blimp_ellipsis_n_bar_1 task: blimp_ellipsis_n_bar_1
# Generated by utils.py # Generated by utils.py
dataset_name: ellipsis_n_bar_2 dataset_name: ellipsis_n_bar_2
include: template_yaml include: _template_yaml
task: blimp_ellipsis_n_bar_2 task: blimp_ellipsis_n_bar_2
# Generated by utils.py # Generated by utils.py
dataset_name: existential_there_object_raising dataset_name: existential_there_object_raising
include: template_yaml include: _template_yaml
task: blimp_existential_there_object_raising task: blimp_existential_there_object_raising
# Generated by utils.py # Generated by utils.py
dataset_name: existential_there_quantifiers_1 dataset_name: existential_there_quantifiers_1
include: template_yaml include: _template_yaml
task: blimp_existential_there_quantifiers_1 task: blimp_existential_there_quantifiers_1
# Generated by utils.py # Generated by utils.py
dataset_name: existential_there_quantifiers_2 dataset_name: existential_there_quantifiers_2
include: template_yaml include: _template_yaml
task: blimp_existential_there_quantifiers_2 task: blimp_existential_there_quantifiers_2
# Generated by utils.py # Generated by utils.py
dataset_name: existential_there_subject_raising dataset_name: existential_there_subject_raising
include: template_yaml include: _template_yaml
task: blimp_existential_there_subject_raising task: blimp_existential_there_subject_raising
# Generated by utils.py # Generated by utils.py
dataset_name: expletive_it_object_raising dataset_name: expletive_it_object_raising
include: template_yaml include: _template_yaml
task: blimp_expletive_it_object_raising task: blimp_expletive_it_object_raising
...@@ -80,7 +80,7 @@ def main() -> None: ...@@ -80,7 +80,7 @@ def main() -> None:
f.write("# Generated by utils.py\n") f.write("# Generated by utils.py\n")
yaml.dump( yaml.dump(
{ {
"include": "template_yaml", "include": "_template_yaml",
"task": "blimp_" + task, "task": "blimp_" + task,
"dataset_name": task, "dataset_name": task,
}, },
......
# Generated by utils.py # Generated by utils.py
dataset_name: inchoative dataset_name: inchoative
include: template_yaml include: _template_yaml
task: blimp_inchoative task: blimp_inchoative
# Generated by utils.py # Generated by utils.py
dataset_name: intransitive dataset_name: intransitive
include: template_yaml include: _template_yaml
task: blimp_intransitive task: blimp_intransitive
# Generated by utils.py # Generated by utils.py
dataset_name: irregular_past_participle_adjectives dataset_name: irregular_past_participle_adjectives
include: template_yaml include: _template_yaml
task: blimp_irregular_past_participle_adjectives task: blimp_irregular_past_participle_adjectives
# Generated by utils.py # Generated by utils.py
dataset_name: irregular_past_participle_verbs dataset_name: irregular_past_participle_verbs
include: template_yaml include: _template_yaml
task: blimp_irregular_past_participle_verbs task: blimp_irregular_past_participle_verbs
# Generated by utils.py # Generated by utils.py
dataset_name: irregular_plural_subject_verb_agreement_1 dataset_name: irregular_plural_subject_verb_agreement_1
include: template_yaml include: _template_yaml
task: blimp_irregular_plural_subject_verb_agreement_1 task: blimp_irregular_plural_subject_verb_agreement_1
# Generated by utils.py # Generated by utils.py
dataset_name: irregular_plural_subject_verb_agreement_2 dataset_name: irregular_plural_subject_verb_agreement_2
include: template_yaml include: _template_yaml
task: blimp_irregular_plural_subject_verb_agreement_2 task: blimp_irregular_plural_subject_verb_agreement_2
# Generated by utils.py # Generated by utils.py
dataset_name: left_branch_island_echo_question dataset_name: left_branch_island_echo_question
include: template_yaml include: _template_yaml
task: blimp_left_branch_island_echo_question task: blimp_left_branch_island_echo_question
# Generated by utils.py # Generated by utils.py
dataset_name: left_branch_island_simple_question dataset_name: left_branch_island_simple_question
include: template_yaml include: _template_yaml
task: blimp_left_branch_island_simple_question task: blimp_left_branch_island_simple_question
# Generated by utils.py # Generated by utils.py
dataset_name: matrix_question_npi_licensor_present dataset_name: matrix_question_npi_licensor_present
include: template_yaml include: _template_yaml
task: blimp_matrix_question_npi_licensor_present task: blimp_matrix_question_npi_licensor_present
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