"tests/models/electra/test_modeling_tf_electra.py" did not exist on "365d452d4d8d2f9805a0fc7cdff076e8eebdf09c"
Commit f77a3a27 authored by lintangsutawika's avatar lintangsutawika
Browse files

Merge branch 'big-refactor' of...

Merge branch 'big-refactor' of https://github.com/EleutherAI/lm-evaluation-harness into mmlu_subgroups
parents 109ed1c7 f8342178
...@@ -3,7 +3,7 @@ group: ...@@ -3,7 +3,7 @@ group:
task: random_insertion task: random_insertion
dataset_path: EleutherAI/unscramble dataset_path: EleutherAI/unscramble
dataset_name: random_insertion_in_word dataset_name: random_insertion_in_word
output_type: greedy_until output_type: generate_until
test_split: validation test_split: validation
doc_to_text: "{{context}}" doc_to_text: "{{context}}"
doc_to_target: "{{completion}}" doc_to_target: "{{completion}}"
......
...@@ -3,7 +3,7 @@ group: ...@@ -3,7 +3,7 @@ group:
task: reversed_words task: reversed_words
dataset_path: EleutherAI/unscramble dataset_path: EleutherAI/unscramble
dataset_name: reversed_words dataset_name: reversed_words
output_type: greedy_until output_type: generate_until
test_split: validation test_split: validation
doc_to_text: "{{context}}" doc_to_text: "{{context}}"
doc_to_target: "{{completion}}" doc_to_target: "{{completion}}"
......
...@@ -5,7 +5,7 @@ dataset_path: wmt16 ...@@ -5,7 +5,7 @@ dataset_path: wmt16
dataset_name: ro-en dataset_name: ro-en
training_split: train training_split: train
validation_split: validation validation_split: validation
output_type: greedy_until output_type: generate_until
doc_to_text: "translate English to Romanian: {{translation.en}}" doc_to_text: "translate English to Romanian: {{translation.en}}"
doc_to_target: "{{translation.ro}}" doc_to_target: "{{translation.ro}}"
metric_list: metric_list:
......
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