Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
7d09b24c
Commit
7d09b24c
authored
Jul 03, 2024
by
haileyschoelkopf
Browse files
fix alllll the merge conflicts
parents
96dfe976
6348b947
Changes
395
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
29 additions
and
21 deletions
+29
-21
lm_eval/tasks/french_bench/french_bench_wikitext_fr.yaml
lm_eval/tasks/french_bench/french_bench_wikitext_fr.yaml
+1
-1
lm_eval/tasks/french_bench/french_bench_xnli.yaml
lm_eval/tasks/french_bench/french_bench_xnli.yaml
+1
-1
lm_eval/tasks/glue/README.md
lm_eval/tasks/glue/README.md
+5
-1
lm_eval/tasks/glue/cola/default.yaml
lm_eval/tasks/glue/cola/default.yaml
+1
-1
lm_eval/tasks/glue/mnli/default.yaml
lm_eval/tasks/glue/mnli/default.yaml
+1
-1
lm_eval/tasks/glue/mrpc/default.yaml
lm_eval/tasks/glue/mrpc/default.yaml
+1
-1
lm_eval/tasks/glue/qnli/default.yaml
lm_eval/tasks/glue/qnli/default.yaml
+1
-1
lm_eval/tasks/glue/qqp/default.yaml
lm_eval/tasks/glue/qqp/default.yaml
+1
-1
lm_eval/tasks/glue/rte/default.yaml
lm_eval/tasks/glue/rte/default.yaml
+1
-1
lm_eval/tasks/glue/sst2/default.yaml
lm_eval/tasks/glue/sst2/default.yaml
+1
-1
lm_eval/tasks/glue/wnli/default.yaml
lm_eval/tasks/glue/wnli/default.yaml
+1
-1
lm_eval/tasks/gpqa/README.md
lm_eval/tasks/gpqa/README.md
+6
-2
lm_eval/tasks/gpqa/cot_n_shot/_gpqa_cot_n_shot_yaml
lm_eval/tasks/gpqa/cot_n_shot/_gpqa_cot_n_shot_yaml
+1
-1
lm_eval/tasks/gpqa/cot_zeroshot/_gpqa_cot_zeroshot_yaml
lm_eval/tasks/gpqa/cot_zeroshot/_gpqa_cot_zeroshot_yaml
+1
-1
lm_eval/tasks/gpqa/generative/_gpqa_generative_n_shot_yaml
lm_eval/tasks/gpqa/generative/_gpqa_generative_n_shot_yaml
+1
-1
lm_eval/tasks/gpqa/n_shot/_gpqa_n_shot_yaml
lm_eval/tasks/gpqa/n_shot/_gpqa_n_shot_yaml
+1
-1
lm_eval/tasks/gpqa/zeroshot/_gpqa_zeroshot_yaml
lm_eval/tasks/gpqa/zeroshot/_gpqa_zeroshot_yaml
+1
-1
lm_eval/tasks/gsm8k/gsm8k-cot-self-consistency.yaml
lm_eval/tasks/gsm8k/gsm8k-cot-self-consistency.yaml
+1
-1
lm_eval/tasks/gsm8k/gsm8k-cot-zeroshot.yaml
lm_eval/tasks/gsm8k/gsm8k-cot-zeroshot.yaml
+1
-1
lm_eval/tasks/gsm8k/gsm8k-cot.yaml
lm_eval/tasks/gsm8k/gsm8k-cot.yaml
+1
-1
No files found.
lm_eval/tasks/french_bench/french_bench_wikitext_fr.yaml
View file @
7d09b24c
group
:
tag
:
-
french_bench_perplexity
task
:
french_bench_wikitext_fr
dataset_path
:
asi/wikitext_fr
...
...
lm_eval/tasks/french_bench/french_bench_xnli.yaml
View file @
7d09b24c
include
:
"
_default_template_yaml"
group
:
tag
:
-
french_bench
-
french_bench_extra
description
:
"
La
prémisse
et
l'hypothèse
sont
elles
en
accord,
neutres
en
elles,
ou
en
contradiction
?"
...
...
lm_eval/tasks/glue/README.md
View file @
7d09b24c
...
...
@@ -41,10 +41,14 @@ Homepage: https://gluebenchmark.com/
}
```
### Groups and Tasks
### Groups
, Tags,
and Tasks
#### Groups
None.
#### Tags
*
`glue`
: Run all Glue subtasks.
#### Tasks
...
...
lm_eval/tasks/glue/cola/default.yaml
View file @
7d09b24c
group
:
glue
tag
:
glue
task
:
cola
dataset_path
:
glue
dataset_name
:
cola
...
...
lm_eval/tasks/glue/mnli/default.yaml
View file @
7d09b24c
group
:
glue
tag
:
glue
task
:
mnli
dataset_path
:
glue
dataset_name
:
mnli
...
...
lm_eval/tasks/glue/mrpc/default.yaml
View file @
7d09b24c
group
:
glue
tag
:
glue
task
:
mrpc
dataset_path
:
glue
dataset_name
:
mrpc
...
...
lm_eval/tasks/glue/qnli/default.yaml
View file @
7d09b24c
group
:
glue
tag
:
glue
task
:
qnli
dataset_path
:
glue
dataset_name
:
qnli
...
...
lm_eval/tasks/glue/qqp/default.yaml
View file @
7d09b24c
group
:
glue
tag
:
glue
task
:
qqp
dataset_path
:
glue
dataset_name
:
qqp
...
...
lm_eval/tasks/glue/rte/default.yaml
View file @
7d09b24c
group
:
glue
tag
:
glue
task
:
rte
dataset_path
:
glue
dataset_name
:
rte
...
...
lm_eval/tasks/glue/sst2/default.yaml
View file @
7d09b24c
group
:
glue
tag
:
glue
task
:
sst2
dataset_path
:
glue
dataset_name
:
sst2
...
...
lm_eval/tasks/glue/wnli/default.yaml
View file @
7d09b24c
group
:
glue
tag
:
glue
task
:
wnli
dataset_path
:
glue
dataset_name
:
wnli
...
...
lm_eval/tasks/gpqa/README.md
View file @
7d09b24c
...
...
@@ -25,11 +25,15 @@ Homepage: `https://github.com/idavidrein/gpqa/tree/main`
This dataset is gated, so you will have to accept the terms of use at https://huggingface.co/datasets/Idavidrein/gpqa and login via
`huggingface-cli login`
using your HF Hub token before running this task.
### Groups and Tasks
### Groups
, Tags,
and Tasks
#### Groups
*
`gpqa`
None
#### Tags
*
`gpqa`
: runs all GPQA variants.
#### Tasks
...
...
lm_eval/tasks/gpqa/cot_n_shot/_gpqa_cot_n_shot_yaml
View file @
7d09b24c
dataset_path: Idavidrein/gpqa
group
: gpqa
tag
: gpqa
output_type: generate_until
process_docs: !function utils.process_docs
training_split: train
...
...
lm_eval/tasks/gpqa/cot_zeroshot/_gpqa_cot_zeroshot_yaml
View file @
7d09b24c
dataset_path: Idavidrein/gpqa
group
: gpqa
tag
: gpqa
output_type: generate_until
process_docs: !function utils.process_docs
training_split: train
...
...
lm_eval/tasks/gpqa/generative/_gpqa_generative_n_shot_yaml
View file @
7d09b24c
dataset_path: Idavidrein/gpqa
group
: gpqa
tag
: gpqa
output_type: generate_until
process_docs: !function utils.process_docs
training_split: train
...
...
lm_eval/tasks/gpqa/n_shot/_gpqa_n_shot_yaml
View file @
7d09b24c
dataset_path: Idavidrein/gpqa
group
: gpqa
tag
: gpqa
output_type: multiple_choice
process_docs: !function utils.process_docs
training_split: train
...
...
lm_eval/tasks/gpqa/zeroshot/_gpqa_zeroshot_yaml
View file @
7d09b24c
dataset_path: Idavidrein/gpqa
group
: gpqa
tag
: gpqa
output_type: multiple_choice
process_docs: !function utils.process_docs
training_split: train
...
...
lm_eval/tasks/gsm8k/gsm8k-cot-self-consistency.yaml
View file @
7d09b24c
include
:
gsm8k-cot.yaml
group
:
tag
:
-
chain_of_thought
-
self_consistency
task
:
gsm8k_cot_self_consistency
...
...
lm_eval/tasks/gsm8k/gsm8k-cot-zeroshot.yaml
View file @
7d09b24c
group
:
tag
:
-
math_word_problems
task
:
gsm8k_cot_zeroshot
dataset_path
:
gsm8k
...
...
lm_eval/tasks/gsm8k/gsm8k-cot.yaml
View file @
7d09b24c
...
...
@@ -61,7 +61,7 @@ generation_kwargs:
-
'
Q:'
-
</s>
-
<|im_end|>
group
:
tag
:
-
chain_of_thought
metadata
:
version
:
3.0
...
...
Prev
1
…
5
6
7
8
9
10
11
12
13
…
20
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment