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
a0787a9f
Commit
a0787a9f
authored
Nov 29, 2023
by
baberabb
Browse files
Merge remote-tracking branch 'origin/big-refactor' into big-refactor_dp
parents
6359f083
dc5b3d5d
Changes
199
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
34 additions
and
6 deletions
+34
-6
lm_eval/tasks/blimp/wh_questions_subject_gap_long_distance.yaml
...l/tasks/blimp/wh_questions_subject_gap_long_distance.yaml
+1
-1
lm_eval/tasks/blimp/wh_vs_that_no_gap.yaml
lm_eval/tasks/blimp/wh_vs_that_no_gap.yaml
+1
-1
lm_eval/tasks/blimp/wh_vs_that_no_gap_long_distance.yaml
lm_eval/tasks/blimp/wh_vs_that_no_gap_long_distance.yaml
+1
-1
lm_eval/tasks/blimp/wh_vs_that_with_gap.yaml
lm_eval/tasks/blimp/wh_vs_that_with_gap.yaml
+1
-1
lm_eval/tasks/blimp/wh_vs_that_with_gap_long_distance.yaml
lm_eval/tasks/blimp/wh_vs_that_with_gap_long_distance.yaml
+1
-1
lm_eval/tasks/ceval/_default_ceval_yaml
lm_eval/tasks/ceval/_default_ceval_yaml
+1
-1
lm_eval/tasks/cmmlu/_default_template_yaml
lm_eval/tasks/cmmlu/_default_template_yaml
+2
-0
lm_eval/tasks/code_x_glue/code-text/go.yaml
lm_eval/tasks/code_x_glue/code-text/go.yaml
+2
-0
lm_eval/tasks/code_x_glue/code-text/java.yaml
lm_eval/tasks/code_x_glue/code-text/java.yaml
+2
-0
lm_eval/tasks/code_x_glue/code-text/javascript.yaml
lm_eval/tasks/code_x_glue/code-text/javascript.yaml
+2
-0
lm_eval/tasks/code_x_glue/code-text/php.yaml
lm_eval/tasks/code_x_glue/code-text/php.yaml
+2
-0
lm_eval/tasks/code_x_glue/code-text/python.yaml
lm_eval/tasks/code_x_glue/code-text/python.yaml
+2
-0
lm_eval/tasks/code_x_glue/code-text/ruby.yaml
lm_eval/tasks/code_x_glue/code-text/ruby.yaml
+2
-0
lm_eval/tasks/coqa/default.yaml
lm_eval/tasks/coqa/default.yaml
+2
-0
lm_eval/tasks/crows_pairs/crows_pairs_english.yaml
lm_eval/tasks/crows_pairs/crows_pairs_english.yaml
+2
-0
lm_eval/tasks/csatqa/_default_csatqa_yaml
lm_eval/tasks/csatqa/_default_csatqa_yaml
+2
-0
lm_eval/tasks/drop/default.yaml
lm_eval/tasks/drop/default.yaml
+2
-0
lm_eval/tasks/glue/cola/default.yaml
lm_eval/tasks/glue/cola/default.yaml
+2
-0
lm_eval/tasks/glue/mnli/default.yaml
lm_eval/tasks/glue/mnli/default.yaml
+2
-0
lm_eval/tasks/glue/mrpc/default.yaml
lm_eval/tasks/glue/mrpc/default.yaml
+2
-0
No files found.
lm_eval/tasks/blimp/wh_questions_subject_gap_long_distance.yaml
View file @
a0787a9f
# Generated by utils.py
dataset_name
:
wh_questions_subject_gap_long_distance
include
:
template_yaml
include
:
_
template_yaml
task
:
blimp_wh_questions_subject_gap_long_distance
lm_eval/tasks/blimp/wh_vs_that_no_gap.yaml
View file @
a0787a9f
# Generated by utils.py
dataset_name
:
wh_vs_that_no_gap
include
:
template_yaml
include
:
_
template_yaml
task
:
blimp_wh_vs_that_no_gap
lm_eval/tasks/blimp/wh_vs_that_no_gap_long_distance.yaml
View file @
a0787a9f
# Generated by utils.py
dataset_name
:
wh_vs_that_no_gap_long_distance
include
:
template_yaml
include
:
_
template_yaml
task
:
blimp_wh_vs_that_no_gap_long_distance
lm_eval/tasks/blimp/wh_vs_that_with_gap.yaml
View file @
a0787a9f
# Generated by utils.py
dataset_name
:
wh_vs_that_with_gap
include
:
template_yaml
include
:
_
template_yaml
task
:
blimp_wh_vs_that_with_gap
lm_eval/tasks/blimp/wh_vs_that_with_gap_long_distance.yaml
View file @
a0787a9f
# Generated by utils.py
dataset_name
:
wh_vs_that_with_gap_long_distance
include
:
template_yaml
include
:
_
template_yaml
task
:
blimp_wh_vs_that_with_gap_long_distance
lm_eval/tasks/ceval/_default_ceval_yaml
View file @
a0787a9f
...
...
@@ -16,4 +16,4 @@ metric_list:
aggregation: mean
higher_is_better: true
metadata:
version:
"
1.0
"
-
version: 1.0
lm_eval/tasks/cmmlu/_default_template_yaml
View file @
a0787a9f
...
...
@@ -15,3 +15,5 @@ metric_list:
- metric: acc_norm
aggregation: mean
higher_is_better: true
metadata:
- version: 0.0
lm_eval/tasks/code_x_glue/code-text/go.yaml
View file @
a0787a9f
...
...
@@ -17,3 +17,5 @@ metric_list:
-
metric
:
!function
bleu.smoothed_bleu_4
aggregation
:
mean
higher_is_better
:
True
metadata
:
-
version
:
0.0
lm_eval/tasks/code_x_glue/code-text/java.yaml
View file @
a0787a9f
...
...
@@ -17,3 +17,5 @@ metric_list:
-
metric
:
!function
bleu.smoothed_bleu_4
aggregation
:
mean
higher_is_better
:
True
metadata
:
-
version
:
0.0
lm_eval/tasks/code_x_glue/code-text/javascript.yaml
View file @
a0787a9f
...
...
@@ -17,3 +17,5 @@ metric_list:
-
metric
:
!function
bleu.smoothed_bleu_4
aggregation
:
mean
higher_is_better
:
True
metadata
:
-
version
:
0.0
lm_eval/tasks/code_x_glue/code-text/php.yaml
View file @
a0787a9f
...
...
@@ -17,3 +17,5 @@ metric_list:
-
metric
:
!function
bleu.smoothed_bleu_4
aggregation
:
mean
higher_is_better
:
True
metadata
:
-
version
:
0.0
lm_eval/tasks/code_x_glue/code-text/python.yaml
View file @
a0787a9f
...
...
@@ -17,3 +17,5 @@ metric_list:
-
metric
:
!function
bleu.smoothed_bleu_4
aggregation
:
mean
higher_is_better
:
True
metadata
:
-
version
:
0.0
lm_eval/tasks/code_x_glue/code-text/ruby.yaml
View file @
a0787a9f
...
...
@@ -17,3 +17,5 @@ metric_list:
-
metric
:
!function
bleu.smoothed_bleu_4
aggregation
:
mean
higher_is_better
:
True
metadata
:
-
version
:
2.0
lm_eval/tasks/coqa/default.yaml
View file @
a0787a9f
...
...
@@ -18,3 +18,5 @@ metric_list:
-
metric
:
f1
aggregation
:
mean
higher_is_better
:
true
metadata
:
-
version
:
2.0
lm_eval/tasks/crows_pairs/crows_pairs_english.yaml
View file @
a0787a9f
...
...
@@ -19,3 +19,5 @@ metric_list:
-
metric
:
pct_stereotype
aggregation
:
mean
higher_is_better
:
false
metadata
:
-
version
:
1.0
lm_eval/tasks/csatqa/_default_csatqa_yaml
View file @
a0787a9f
...
...
@@ -13,3 +13,5 @@ metric_list:
- metric: acc_norm
aggregation: mean
higher_is_better: true
metadata:
- version: 0.0
lm_eval/tasks/drop/default.yaml
View file @
a0787a9f
...
...
@@ -20,3 +20,5 @@ metric_list:
-
metric
:
f1
aggregation
:
mean
higher_is_better
:
true
metadata
:
-
version
:
2.0
lm_eval/tasks/glue/cola/default.yaml
View file @
a0787a9f
...
...
@@ -12,3 +12,5 @@ should_decontaminate: true
doc_to_decontamination_query
:
sentence
metric_list
:
-
metric
:
mcc
metadata
:
-
version
:
1.0
lm_eval/tasks/glue/mnli/default.yaml
View file @
a0787a9f
...
...
@@ -10,3 +10,5 @@ doc_to_target: label
doc_to_choice
:
[
"
True"
,
"
Neither"
,
"
False"
]
metric_list
:
-
metric
:
acc
metadata
:
-
version
:
1.0
lm_eval/tasks/glue/mrpc/default.yaml
View file @
a0787a9f
...
...
@@ -11,3 +11,5 @@ doc_to_choice: ["no", "yes"]
metric_list
:
-
metric
:
acc
-
metric
:
f1
metadata
:
-
version
:
1.0
Prev
1
2
3
4
5
6
7
8
9
10
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