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
e4db76cb
Commit
e4db76cb
authored
Jul 09, 2024
by
haileyschoelkopf
Browse files
Merge branch 'main' into multimodal-prototyping
parents
6cc6e9cd
ad80f555
Changes
871
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
56 additions
and
27 deletions
+56
-27
lm_eval/tasks/mmlu/continuation/mmlu_us_foreign_policy.yaml
lm_eval/tasks/mmlu/continuation/mmlu_us_foreign_policy.yaml
+1
-1
lm_eval/tasks/mmlu/continuation/mmlu_virology.yaml
lm_eval/tasks/mmlu/continuation/mmlu_virology.yaml
+1
-1
lm_eval/tasks/mmlu/continuation/mmlu_world_religions.yaml
lm_eval/tasks/mmlu/continuation/mmlu_world_religions.yaml
+1
-1
lm_eval/tasks/mmlu/default/_mmlu.yaml
lm_eval/tasks/mmlu/default/_mmlu.yaml
+5
-0
lm_eval/tasks/mmlu/default/_mmlu_humanities.yaml
lm_eval/tasks/mmlu/default/_mmlu_humanities.yaml
+9
-0
lm_eval/tasks/mmlu/default/_mmlu_other.yaml
lm_eval/tasks/mmlu/default/_mmlu_other.yaml
+9
-0
lm_eval/tasks/mmlu/default/_mmlu_social_sciences.yaml
lm_eval/tasks/mmlu/default/_mmlu_social_sciences.yaml
+9
-0
lm_eval/tasks/mmlu/default/_mmlu_stem.yaml
lm_eval/tasks/mmlu/default/_mmlu_stem.yaml
+9
-0
lm_eval/tasks/mmlu/default/mmlu_abstract_algebra.yaml
lm_eval/tasks/mmlu/default/mmlu_abstract_algebra.yaml
+1
-2
lm_eval/tasks/mmlu/default/mmlu_anatomy.yaml
lm_eval/tasks/mmlu/default/mmlu_anatomy.yaml
+1
-2
lm_eval/tasks/mmlu/default/mmlu_astronomy.yaml
lm_eval/tasks/mmlu/default/mmlu_astronomy.yaml
+1
-2
lm_eval/tasks/mmlu/default/mmlu_business_ethics.yaml
lm_eval/tasks/mmlu/default/mmlu_business_ethics.yaml
+1
-2
lm_eval/tasks/mmlu/default/mmlu_clinical_knowledge.yaml
lm_eval/tasks/mmlu/default/mmlu_clinical_knowledge.yaml
+1
-2
lm_eval/tasks/mmlu/default/mmlu_college_biology.yaml
lm_eval/tasks/mmlu/default/mmlu_college_biology.yaml
+1
-2
lm_eval/tasks/mmlu/default/mmlu_college_chemistry.yaml
lm_eval/tasks/mmlu/default/mmlu_college_chemistry.yaml
+1
-2
lm_eval/tasks/mmlu/default/mmlu_college_computer_science.yaml
...val/tasks/mmlu/default/mmlu_college_computer_science.yaml
+1
-2
lm_eval/tasks/mmlu/default/mmlu_college_mathematics.yaml
lm_eval/tasks/mmlu/default/mmlu_college_mathematics.yaml
+1
-2
lm_eval/tasks/mmlu/default/mmlu_college_medicine.yaml
lm_eval/tasks/mmlu/default/mmlu_college_medicine.yaml
+1
-2
lm_eval/tasks/mmlu/default/mmlu_college_physics.yaml
lm_eval/tasks/mmlu/default/mmlu_college_physics.yaml
+1
-2
lm_eval/tasks/mmlu/default/mmlu_computer_security.yaml
lm_eval/tasks/mmlu/default/mmlu_computer_security.yaml
+1
-2
No files found.
lm_eval/tasks/mmlu/continuation/mmlu_us_foreign_policy.yaml
View file @
e4db76cb
"
dataset_name"
:
"
us_foreign_policy"
"
description"
:
"
The
following
are
questions
(with
answers)
about
us
\
\
foreign
policy.
\n\n
"
"
group
"
:
"
mmlu_continuation_social_sciences"
"
tag
"
:
"
mmlu_continuation_social_sciences"
"
include"
:
"
_continuation_template_yaml"
"
task"
:
"
mmlu_continuation_us_foreign_policy"
lm_eval/tasks/mmlu/continuation/mmlu_virology.yaml
View file @
e4db76cb
"
dataset_name"
:
"
virology"
"
description"
:
"
The
following
are
questions
(with
answers)
about
virology.
\n\
\n
"
"
group
"
:
"
mmlu_continuation_other"
"
tag
"
:
"
mmlu_continuation_other"
"
include"
:
"
_continuation_template_yaml"
"
task"
:
"
mmlu_continuation_virology"
lm_eval/tasks/mmlu/continuation/mmlu_world_religions.yaml
View file @
e4db76cb
"
dataset_name"
:
"
world_religions"
"
description"
:
"
The
following
are
questions
(with
answers)
about
world
\
\
religions.
\n\n
"
"
group
"
:
"
mmlu_continuation_humanities"
"
tag
"
:
"
mmlu_continuation_humanities"
"
include"
:
"
_continuation_template_yaml"
"
task"
:
"
mmlu_continuation_world_religions"
lm_eval/tasks/mmlu/default/_mmlu.yaml
View file @
e4db76cb
...
...
@@ -4,3 +4,8 @@ task:
-
mmlu_other
-
mmlu_social_sciences
-
mmlu_humanities
aggregate_metric_list
:
-
metric
:
acc
weight_by_size
:
True
metadata
:
version
:
1
lm_eval/tasks/mmlu/default/_mmlu_humanities.yaml
0 → 100644
View file @
e4db76cb
group
:
mmlu_humanities
group_alias
:
humanities
task
:
-
mmlu_humanities_tasks
aggregate_metric_list
:
-
metric
:
acc
weight_by_size
:
True
metadata
:
version
:
1
lm_eval/tasks/mmlu/default/_mmlu_other.yaml
0 → 100644
View file @
e4db76cb
group
:
mmlu_other
group_alias
:
other
task
:
-
mmlu_other_tasks
aggregate_metric_list
:
-
metric
:
acc
weight_by_size
:
True
metadata
:
version
:
1
lm_eval/tasks/mmlu/default/_mmlu_social_sciences.yaml
0 → 100644
View file @
e4db76cb
group
:
mmlu_social_sciences
group_alias
:
social sciences
task
:
-
mmlu_social_sciences_tasks
aggregate_metric_list
:
-
metric
:
acc
weight_by_size
:
True
metadata
:
version
:
1
lm_eval/tasks/mmlu/default/_mmlu_stem.yaml
0 → 100644
View file @
e4db76cb
group
:
mmlu_stem
group_alias
:
stem
task
:
-
mmlu_stem_tasks
aggregate_metric_list
:
-
metric
:
acc
weight_by_size
:
True
metadata
:
version
:
1
lm_eval/tasks/mmlu/default/mmlu_abstract_algebra.yaml
View file @
e4db76cb
"
dataset_name"
:
"
abstract_algebra"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
abstract
\
\
algebra.
\n\n
"
"
group"
:
"
mmlu_stem"
"
group_alias"
:
"
stem"
"
tag"
:
"
mmlu_stem_tasks"
"
include"
:
"
_default_template_yaml"
"
task"
:
"
mmlu_abstract_algebra"
"
task_alias"
:
"
abstract_algebra"
lm_eval/tasks/mmlu/default/mmlu_anatomy.yaml
View file @
e4db76cb
"
dataset_name"
:
"
anatomy"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
anatomy.
\n\
\n
"
"
group"
:
"
mmlu_stem"
"
group_alias"
:
"
stem"
"
tag"
:
"
mmlu_stem_tasks"
"
include"
:
"
_default_template_yaml"
"
task"
:
"
mmlu_anatomy"
"
task_alias"
:
"
anatomy"
lm_eval/tasks/mmlu/default/mmlu_astronomy.yaml
View file @
e4db76cb
"
dataset_name"
:
"
astronomy"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
astronomy.
\n\
\n
"
"
group"
:
"
mmlu_stem"
"
group_alias"
:
"
stem"
"
tag"
:
"
mmlu_stem_tasks"
"
include"
:
"
_default_template_yaml"
"
task"
:
"
mmlu_astronomy"
"
task_alias"
:
"
astronomy"
lm_eval/tasks/mmlu/default/mmlu_business_ethics.yaml
View file @
e4db76cb
"
dataset_name"
:
"
business_ethics"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
business
\
\
ethics.
\n\n
"
"
group"
:
"
mmlu_other"
"
group_alias"
:
"
other"
"
tag"
:
"
mmlu_other_tasks"
"
include"
:
"
_default_template_yaml"
"
task"
:
"
mmlu_business_ethics"
"
task_alias"
:
"
business_ethics"
lm_eval/tasks/mmlu/default/mmlu_clinical_knowledge.yaml
View file @
e4db76cb
"
dataset_name"
:
"
clinical_knowledge"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
clinical
\
\
knowledge.
\n\n
"
"
group"
:
"
mmlu_other"
"
group_alias"
:
"
other"
"
tag"
:
"
mmlu_other_tasks"
"
include"
:
"
_default_template_yaml"
"
task"
:
"
mmlu_clinical_knowledge"
"
task_alias"
:
"
clinical_knowledge"
lm_eval/tasks/mmlu/default/mmlu_college_biology.yaml
View file @
e4db76cb
"
dataset_name"
:
"
college_biology"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
college
\
\
biology.
\n\n
"
"
group"
:
"
mmlu_stem"
"
group_alias"
:
"
stem"
"
tag"
:
"
mmlu_stem_tasks"
"
include"
:
"
_default_template_yaml"
"
task"
:
"
mmlu_college_biology"
"
task_alias"
:
"
college_biology"
lm_eval/tasks/mmlu/default/mmlu_college_chemistry.yaml
View file @
e4db76cb
"
dataset_name"
:
"
college_chemistry"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
college
\
\
chemistry.
\n\n
"
"
group"
:
"
mmlu_stem"
"
group_alias"
:
"
stem"
"
tag"
:
"
mmlu_stem_tasks"
"
include"
:
"
_default_template_yaml"
"
task"
:
"
mmlu_college_chemistry"
"
task_alias"
:
"
college_chemistry"
lm_eval/tasks/mmlu/default/mmlu_college_computer_science.yaml
View file @
e4db76cb
"
dataset_name"
:
"
college_computer_science"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
college
\
\
computer
science.
\n\n
"
"
group"
:
"
mmlu_stem"
"
group_alias"
:
"
stem"
"
tag"
:
"
mmlu_stem_tasks"
"
include"
:
"
_default_template_yaml"
"
task"
:
"
mmlu_college_computer_science"
"
task_alias"
:
"
college_computer_science"
lm_eval/tasks/mmlu/default/mmlu_college_mathematics.yaml
View file @
e4db76cb
"
dataset_name"
:
"
college_mathematics"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
college
\
\
mathematics.
\n\n
"
"
group"
:
"
mmlu_stem"
"
group_alias"
:
"
stem"
"
tag"
:
"
mmlu_stem_tasks"
"
include"
:
"
_default_template_yaml"
"
task"
:
"
mmlu_college_mathematics"
"
task_alias"
:
"
college_mathematics"
lm_eval/tasks/mmlu/default/mmlu_college_medicine.yaml
View file @
e4db76cb
"
dataset_name"
:
"
college_medicine"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
college
\
\
medicine.
\n\n
"
"
group"
:
"
mmlu_other"
"
group_alias"
:
"
other"
"
tag"
:
"
mmlu_other_tasks"
"
include"
:
"
_default_template_yaml"
"
task"
:
"
mmlu_college_medicine"
"
task_alias"
:
"
college_medicine"
lm_eval/tasks/mmlu/default/mmlu_college_physics.yaml
View file @
e4db76cb
"
dataset_name"
:
"
college_physics"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
college
\
\
physics.
\n\n
"
"
group"
:
"
mmlu_stem"
"
group_alias"
:
"
stem"
"
tag"
:
"
mmlu_stem_tasks"
"
include"
:
"
_default_template_yaml"
"
task"
:
"
mmlu_college_physics"
"
task_alias"
:
"
college_physics"
lm_eval/tasks/mmlu/default/mmlu_computer_security.yaml
View file @
e4db76cb
"
dataset_name"
:
"
computer_security"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
computer
\
\
security.
\n\n
"
"
group"
:
"
mmlu_stem"
"
group_alias"
:
"
stem"
"
tag"
:
"
mmlu_stem_tasks"
"
include"
:
"
_default_template_yaml"
"
task"
:
"
mmlu_computer_security"
"
task_alias"
:
"
computer_security"
Prev
1
…
17
18
19
20
21
22
23
24
25
…
44
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