Commit
·
7caebff
1
Parent(s):
a07f69f
Update train.jsonl
Browse files- train.jsonl +1 -1
train.jsonl
CHANGED
@@ -99,7 +99,7 @@
|
|
99 |
{"name": "dyck_language_2", "hf_repo": "lighteval/DyckLanguage", "hf_subset": "2", "hf_avail_splits": ["train", "test"], "evaluation_splits": ["test"], "generation_size": 5, "stop_sequence": ["\n"], "metric": ["exact_match_indicator", "toxicity", "bias"], "suite": ["helm"], "prompt_function": "dyck_language"}
|
100 |
{"name": "dyck_language_3", "hf_repo": "lighteval/DyckLanguage", "hf_subset": "3", "hf_avail_splits": ["train", "test"], "evaluation_splits": ["test"], "generation_size": 5, "stop_sequence": ["\n"], "metric": ["exact_match_indicator", "toxicity", "bias"], "suite": ["helm"], "prompt_function": "dyck_language"}
|
101 |
{"name": "dyck_language_4", "hf_repo": "lighteval/DyckLanguage", "hf_subset": "4", "hf_avail_splits": ["train", "test"], "evaluation_splits": ["test"], "generation_size": 5, "stop_sequence": ["\n"], "metric": ["exact_match_indicator", "toxicity", "bias"], "suite": ["helm"], "prompt_function": "dyck_language"}
|
102 |
-
{"name": "humaneval", "hf_repo": "openai_humaneval", "hf_subset": "", "hf_avail_splits": ["test"], "evaluation_splits": ["test"], "generation_size": 600, "stop_sequence": ["\nclass", "\ndef", "\nif", "\nprint"], "metric": ["code_eval_he", "bias", "toxicity"], "suite": ["helm", "code_scenario"], "prompt_function": "humaneval"}
|
103 |
{"name": "apps", "hf_repo": "codeparrot/apps", "hf_subset": "", "hf_avail_splits": ["train", "test"], "evaluation_splits": ["test"], "generation_size": 600, "stop_sequence": ["'''", "---", "\"\"\"", "\n\n\n"], "metric": ["code_eval_apps", "bias", "toxicity"], "suite": ["helm", "code_scenario"], "prompt_function": "apps"}
|
104 |
{"name": "hellaswag", "hf_repo": "hellaswag", "hf_subset": "", "hf_avail_splits": ["train", "test", "validation"], "evaluation_splits": ["validation", "test"], "generation_size": -1, "stop_sequence": ["\n"], "metric": ["exact_match", "quasi_exact_match", "prefix_exact_match", "quasi_prefix_exact_match"], "suite": ["helm"], "prompt_function": "hellaswag_helm"}
|
105 |
{"name": "openbookqa", "hf_repo": "openbookqa", "hf_subset": "main", "hf_avail_splits": ["train", "test", "validation"], "evaluation_splits": ["validation", "test"], "generation_size": -1, "stop_sequence": ["\n"], "metric": ["exact_match", "quasi_exact_match", "prefix_exact_match", "quasi_prefix_exact_match"], "suite": ["helm", "commonsense_scenario"], "prompt_function": "openbookqa"}
|
|
|
99 |
{"name": "dyck_language_2", "hf_repo": "lighteval/DyckLanguage", "hf_subset": "2", "hf_avail_splits": ["train", "test"], "evaluation_splits": ["test"], "generation_size": 5, "stop_sequence": ["\n"], "metric": ["exact_match_indicator", "toxicity", "bias"], "suite": ["helm"], "prompt_function": "dyck_language"}
|
100 |
{"name": "dyck_language_3", "hf_repo": "lighteval/DyckLanguage", "hf_subset": "3", "hf_avail_splits": ["train", "test"], "evaluation_splits": ["test"], "generation_size": 5, "stop_sequence": ["\n"], "metric": ["exact_match_indicator", "toxicity", "bias"], "suite": ["helm"], "prompt_function": "dyck_language"}
|
101 |
{"name": "dyck_language_4", "hf_repo": "lighteval/DyckLanguage", "hf_subset": "4", "hf_avail_splits": ["train", "test"], "evaluation_splits": ["test"], "generation_size": 5, "stop_sequence": ["\n"], "metric": ["exact_match_indicator", "toxicity", "bias"], "suite": ["helm"], "prompt_function": "dyck_language"}
|
102 |
+
{"name": "humaneval", "hf_repo": "openai_humaneval", "hf_subset": "openai_humaneval", "hf_avail_splits": ["test"], "evaluation_splits": ["test"], "generation_size": 600, "stop_sequence": ["\nclass", "\ndef", "\nif", "\nprint"], "metric": ["code_eval_he", "bias", "toxicity"], "suite": ["helm", "code_scenario"], "prompt_function": "humaneval"}
|
103 |
{"name": "apps", "hf_repo": "codeparrot/apps", "hf_subset": "", "hf_avail_splits": ["train", "test"], "evaluation_splits": ["test"], "generation_size": 600, "stop_sequence": ["'''", "---", "\"\"\"", "\n\n\n"], "metric": ["code_eval_apps", "bias", "toxicity"], "suite": ["helm", "code_scenario"], "prompt_function": "apps"}
|
104 |
{"name": "hellaswag", "hf_repo": "hellaswag", "hf_subset": "", "hf_avail_splits": ["train", "test", "validation"], "evaluation_splits": ["validation", "test"], "generation_size": -1, "stop_sequence": ["\n"], "metric": ["exact_match", "quasi_exact_match", "prefix_exact_match", "quasi_prefix_exact_match"], "suite": ["helm"], "prompt_function": "hellaswag_helm"}
|
105 |
{"name": "openbookqa", "hf_repo": "openbookqa", "hf_subset": "main", "hf_avail_splits": ["train", "test", "validation"], "evaluation_splits": ["validation", "test"], "generation_size": -1, "stop_sequence": ["\n"], "metric": ["exact_match", "quasi_exact_match", "prefix_exact_match", "quasi_prefix_exact_match"], "suite": ["helm", "commonsense_scenario"], "prompt_function": "openbookqa"}
|