Commit 7d09b24c authored by haileyschoelkopf's avatar haileyschoelkopf
Browse files

fix alllll the merge conflicts

parents 96dfe976 6348b947
group: sycophancy tag: sycophancy
task: sycophancy_on_philpapers2020 task: sycophancy_on_philpapers2020
dataset_path: EleutherAI/sycophancy dataset_path: EleutherAI/sycophancy
dataset_name: sycophancy_on_philpapers2020 dataset_name: sycophancy_on_philpapers2020
......
group: sycophancy tag: sycophancy
task: sycophancy_on_political_typology_quiz task: sycophancy_on_political_typology_quiz
dataset_path: EleutherAI/sycophancy dataset_path: EleutherAI/sycophancy
dataset_name: sycophancy_on_political_typology_quiz dataset_name: sycophancy_on_political_typology_quiz
......
group: winogenerated tag: winogenerated
dataset_path: EleutherAI/winogenerated dataset_path: EleutherAI/winogenerated
output_type: multiple_choice output_type: multiple_choice
validation_split: validation validation_split: validation
......
group: tag:
- arc_multilingual - arc_multilingual
dataset_path: null dataset_path: null
dataset_name: null dataset_name: null
......
group: tag:
- hellaswag_multilingual - hellaswag_multilingual
dataset_path: null dataset_path: null
dataset_name: null dataset_name: null
......
group: tag:
- m_mmlu - m_mmlu
dataset_path: alexandrainst/m_mmlu dataset_path: alexandrainst/m_mmlu
test_split: test test_split: test
......
group: tag:
- truthfulqa_multilingual - truthfulqa_multilingual
dataset_path: null dataset_path: null
dataset_name: null dataset_name: null
......
group: pawsx
task:
- paws_en
- paws_de
- paws_es
- paws_fr
- paws_ja
- paws_ko
- paws_zh
aggregate_metric_list:
- metric: acc
aggregation: mean
weight_by_size: true
metadata:
version: 0.0
# This file will be included in the generated language-specific task configs. # This file will be included in the generated language-specific task configs.
# It doesn't have a yaml file extension as it is not meant to be imported directly # It doesn't have a yaml file extension as it is not meant to be imported directly
# by the harness. # by the harness.
group: pawsx
task: null task: null
dataset_path: paws-x dataset_path: paws-x
dataset_name: null dataset_name: null
......
group:
- pile
task: pile_arxiv task: pile_arxiv
dataset_path: EleutherAI/pile dataset_path: EleutherAI/pile
dataset_name: pile_arxiv dataset_name: pile_arxiv
......
group: tag:
- polemo2 - polemo2
task: polemo2_in task: polemo2_in
dataset_path: allegro/klej-polemo2-in dataset_path: allegro/klej-polemo2-in
......
group: tag:
- qa4mre - qa4mre
task: qa4mre_2011 task: qa4mre_2011
dataset_path: qa4mre dataset_path: qa4mre
......
group: qasper tag: qasper
task: qasper_bool task: qasper_bool
dataset_path: allenai/qasper dataset_path: allenai/qasper
output_type: multiple_choice output_type: multiple_choice
......
group: qasper tag: qasper
task: qasper_freeform task: qasper_freeform
dataset_path: allenai/qasper dataset_path: allenai/qasper
output_type: generate_until output_type: generate_until
......
...@@ -12,7 +12,7 @@ class SQUADCompletion(ConfigurableTask): ...@@ -12,7 +12,7 @@ class SQUADCompletion(ConfigurableTask):
DATASET_PATH = "hazyresearch/based-squad" DATASET_PATH = "hazyresearch/based-squad"
DATASET_NAME = "default" DATASET_NAME = "default"
def __init__(self): def __init__(self, **kwargs):
super().__init__(config={"metadata": {"version": self.VERSION}}) super().__init__(config={"metadata": {"version": self.VERSION}})
def has_training_docs(self): def has_training_docs(self):
......
group: storycloze tag: storycloze
task: storycloze_2016 task: storycloze_2016
dataset_path: story_cloze dataset_path: story_cloze
dataset_name: 2016 dataset_name: 2016
......
group: storycloze tag: storycloze
task: storycloze_2018 task: storycloze_2018
dataset_path: story_cloze dataset_path: story_cloze
dataset_name: 2018 dataset_name: 2018
......
...@@ -26,10 +26,14 @@ Homepage: https://super.gluebenchmark.com/ ...@@ -26,10 +26,14 @@ Homepage: https://super.gluebenchmark.com/
} }
``` ```
### Groups and Tasks ### Groups, Tags, and Tasks
#### Groups #### Groups
None.
#### Tags
* `super-glue-lm-eval-v1`: SuperGLUE eval adapted from LM Eval V1 * `super-glue-lm-eval-v1`: SuperGLUE eval adapted from LM Eval V1
* `super-glue-t5-prompt`: SuperGLUE prompt and evaluation that matches the T5 paper (if using accelerate, will error if record is included.) * `super-glue-t5-prompt`: SuperGLUE prompt and evaluation that matches the T5 paper (if using accelerate, will error if record is included.)
......
...@@ -12,7 +12,7 @@ class SWDE(ConfigurableTask): ...@@ -12,7 +12,7 @@ class SWDE(ConfigurableTask):
DATASET_PATH = "hazyresearch/based-swde-v2" DATASET_PATH = "hazyresearch/based-swde-v2"
DATASET_NAME = "default" DATASET_NAME = "default"
def __init__(self): def __init__(self, **kwargs):
super().__init__(config={"metadata": {"version": self.VERSION}}) super().__init__(config={"metadata": {"version": self.VERSION}})
def has_training_docs(self): def has_training_docs(self):
......
...@@ -5,8 +5,7 @@ doc_to_target: ' {{translation["en"]}}' ...@@ -5,8 +5,7 @@ doc_to_target: ' {{translation["en"]}}'
doc_to_text: 'Arabic phrase: {{translation["ar"]}} doc_to_text: 'Arabic phrase: {{translation["ar"]}}
English phrase:' English phrase:'
group: tag:
- generate_until
- translation - translation
- iwslt2017 - iwslt2017
include: wmt_common_yaml include: wmt_common_yaml
......
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