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
37a46351
Commit
37a46351
authored
Nov 28, 2023
by
lintangsutawika
Browse files
reformat
parent
525afc17
Changes
122
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
lm_eval/tasks/race/race.yaml
lm_eval/tasks/race/race.yaml
+1
-1
lm_eval/tasks/realtoxicityprompts/realtoxicityprompts.yaml
lm_eval/tasks/realtoxicityprompts/realtoxicityprompts.yaml
+1
-1
lm_eval/tasks/sciq/sciq.yaml
lm_eval/tasks/sciq/sciq.yaml
+1
-1
lm_eval/tasks/siqa/bigbench.yaml
lm_eval/tasks/siqa/bigbench.yaml
+1
-1
lm_eval/tasks/storycloze/storycloze_2016.yaml
lm_eval/tasks/storycloze/storycloze_2016.yaml
+1
-1
lm_eval/tasks/super_glue/boolq/default.yaml
lm_eval/tasks/super_glue/boolq/default.yaml
+1
-1
lm_eval/tasks/super_glue/boolq/seq2seq.yaml
lm_eval/tasks/super_glue/boolq/seq2seq.yaml
+1
-1
lm_eval/tasks/super_glue/boolq/t5-prompt.yaml
lm_eval/tasks/super_glue/boolq/t5-prompt.yaml
+1
-1
lm_eval/tasks/super_glue/cb/default.yaml
lm_eval/tasks/super_glue/cb/default.yaml
+1
-1
lm_eval/tasks/super_glue/cb/t5-prompt.yaml
lm_eval/tasks/super_glue/cb/t5-prompt.yaml
+1
-1
lm_eval/tasks/super_glue/copa/default.yaml
lm_eval/tasks/super_glue/copa/default.yaml
+1
-1
lm_eval/tasks/super_glue/copa/t5-prompt.yaml
lm_eval/tasks/super_glue/copa/t5-prompt.yaml
+1
-1
lm_eval/tasks/super_glue/multirc/default.yaml
lm_eval/tasks/super_glue/multirc/default.yaml
+1
-1
lm_eval/tasks/super_glue/multirc/t5-prompt.yaml
lm_eval/tasks/super_glue/multirc/t5-prompt.yaml
+1
-1
lm_eval/tasks/super_glue/record/default.yaml
lm_eval/tasks/super_glue/record/default.yaml
+1
-1
lm_eval/tasks/super_glue/record/t5-prompt.yaml
lm_eval/tasks/super_glue/record/t5-prompt.yaml
+1
-1
lm_eval/tasks/super_glue/rte/default.yaml
lm_eval/tasks/super_glue/rte/default.yaml
+1
-1
lm_eval/tasks/super_glue/rte/t5-prompt.yaml
lm_eval/tasks/super_glue/rte/t5-prompt.yaml
+1
-1
lm_eval/tasks/super_glue/wic/default.yaml
lm_eval/tasks/super_glue/wic/default.yaml
+1
-1
lm_eval/tasks/super_glue/wic/t5-prompt.yaml
lm_eval/tasks/super_glue/wic/t5-prompt.yaml
+1
-1
No files found.
lm_eval/tasks/race/race.yaml
View file @
37a46351
...
...
@@ -11,4 +11,4 @@ metric_list:
aggregation
:
mean
higher_is_better
:
true
metadata
:
-
version
:
2.0
\ No newline at end of file
-
version
:
2.0
lm_eval/tasks/realtoxicityprompts/realtoxicityprompts.yaml
View file @
37a46351
...
...
@@ -14,4 +14,4 @@ generation_kwargs:
do_sample
:
false
temperature
:
0.0
metadata
:
-
version
:
0.0
\ No newline at end of file
-
version
:
0.0
lm_eval/tasks/sciq/sciq.yaml
View file @
37a46351
...
...
@@ -18,4 +18,4 @@ metric_list:
aggregation
:
mean
higher_is_better
:
true
metadata
:
-
version
:
1.0
\ No newline at end of file
-
version
:
1.0
lm_eval/tasks/siqa/bigbench.yaml
View file @
37a46351
...
...
@@ -13,4 +13,4 @@ metric_list:
aggregation
:
mean
higher_is_better
:
true
metadata
:
-
version
:
0.0
\ No newline at end of file
-
version
:
0.0
lm_eval/tasks/storycloze/storycloze_2016.yaml
View file @
37a46351
...
...
@@ -15,4 +15,4 @@ metric_list:
aggregation
:
mean
higher_is_better
:
true
metadata
:
-
version
:
1.0
\ No newline at end of file
-
version
:
1.0
lm_eval/tasks/super_glue/boolq/default.yaml
View file @
37a46351
...
...
@@ -14,4 +14,4 @@ doc_to_decontamination_query: passage
metric_list
:
-
metric
:
acc
metadata
:
-
version
:
2.0
\ No newline at end of file
-
version
:
2.0
lm_eval/tasks/super_glue/boolq/seq2seq.yaml
View file @
37a46351
...
...
@@ -23,4 +23,4 @@ metric_list:
ignore_case
:
true
ignore_punctuation
:
true
metadata
:
-
version
:
0.0
\ No newline at end of file
-
version
:
0.0
lm_eval/tasks/super_glue/boolq/t5-prompt.yaml
View file @
37a46351
...
...
@@ -19,4 +19,4 @@ metric_list:
ignore_case
:
true
ignore_punctuation
:
true
metadata
:
-
version
:
0.0
\ No newline at end of file
-
version
:
0.0
lm_eval/tasks/super_glue/cb/default.yaml
View file @
37a46351
...
...
@@ -14,4 +14,4 @@ metric_list:
-
metric
:
f1
aggregation
:
!function
"
aggregate.cb_multi_fi"
metadata
:
-
version
:
1.0
\ No newline at end of file
-
version
:
1.0
lm_eval/tasks/super_glue/cb/t5-prompt.yaml
View file @
37a46351
...
...
@@ -22,4 +22,4 @@ metric_list:
aggregation
:
!function
"
t5_utils.agg_mean_3class_f1"
higher_is_better
:
true
metadata
:
-
version
:
0.0
\ No newline at end of file
-
version
:
0.0
lm_eval/tasks/super_glue/copa/default.yaml
View file @
37a46351
...
...
@@ -12,4 +12,4 @@ doc_to_choice: !function utils.doc_to_choice
metric_list
:
-
metric
:
acc
metadata
:
-
version
:
1.0
\ No newline at end of file
-
version
:
1.0
lm_eval/tasks/super_glue/copa/t5-prompt.yaml
View file @
37a46351
...
...
@@ -19,4 +19,4 @@ metric_list:
ignore_case
:
true
ignore_punctuation
:
true
metadata
:
-
version
:
0.0
\ No newline at end of file
-
version
:
0.0
lm_eval/tasks/super_glue/multirc/default.yaml
View file @
37a46351
...
...
@@ -12,4 +12,4 @@ doc_to_choice: "['''{{answer}}\\nIs the answer correct? yes''', '''{{answer}}\\n
metric_list
:
-
metric
:
acc
metadata
:
-
version
:
2.0
\ No newline at end of file
-
version
:
2.0
lm_eval/tasks/super_glue/multirc/t5-prompt.yaml
View file @
37a46351
...
...
@@ -20,4 +20,4 @@ metric_list:
aggregation
:
!function
t5_utils.agg_em
higher_is_better
:
true
metadata
:
-
version
:
0.0
\ No newline at end of file
-
version
:
0.0
lm_eval/tasks/super_glue/record/default.yaml
View file @
37a46351
...
...
@@ -17,4 +17,4 @@ metric_list:
higher_is_better
:
True
aggregation
:
mean
metadata
:
-
version
:
1.0
\ No newline at end of file
-
version
:
1.0
lm_eval/tasks/super_glue/record/t5-prompt.yaml
View file @
37a46351
...
...
@@ -19,4 +19,4 @@ metric_list:
aggregation
:
!function
t5_utils.squad_f1_agg
higher_is_better
:
true
metadata
:
-
version
:
0.0
\ No newline at end of file
-
version
:
0.0
lm_eval/tasks/super_glue/rte/default.yaml
View file @
37a46351
...
...
@@ -12,4 +12,4 @@ doc_to_choice: ['True', 'False']
metric_list
:
-
metric
:
acc
metadata
:
-
version
:
0.0
\ No newline at end of file
-
version
:
0.0
lm_eval/tasks/super_glue/rte/t5-prompt.yaml
View file @
37a46351
...
...
@@ -19,4 +19,4 @@ metric_list:
ignore_case
:
true
ignore_punctuation
:
true
metadata
:
-
version
:
0.0
\ No newline at end of file
-
version
:
0.0
lm_eval/tasks/super_glue/wic/default.yaml
View file @
37a46351
...
...
@@ -12,4 +12,4 @@ doc_to_choice: ['no', 'yes']
metric_list
:
-
metric
:
acc
metadata
:
-
version
:
1.0
\ No newline at end of file
-
version
:
1.0
lm_eval/tasks/super_glue/wic/t5-prompt.yaml
View file @
37a46351
...
...
@@ -19,4 +19,4 @@ metric_list:
ignore_case
:
true
ignore_punctuation
:
true
metadata
:
-
version
:
0.0
\ No newline at end of file
-
version
:
0.0
Prev
1
2
3
4
5
6
7
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