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
e1ae8a2f
Commit
e1ae8a2f
authored
Nov 26, 2023
by
Herbie Bradley
Browse files
Merge remote-tracking branch 'origin/big-refactor' into calibration
parents
50e99bd7
30936bc7
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
92 additions
and
0 deletions
+92
-0
lm_eval/tasks/bigbench/generate_until/word_unscrambling.yaml
lm_eval/tasks/bigbench/generate_until/word_unscrambling.yaml
+4
-0
lm_eval/tasks/bigbench/generate_until_template_yaml
lm_eval/tasks/bigbench/generate_until_template_yaml
+16
-0
lm_eval/tasks/bigbench/multiple_choice/abstract_narrative_understanding.yaml
...nch/multiple_choice/abstract_narrative_understanding.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/anachronisms.yaml
lm_eval/tasks/bigbench/multiple_choice/anachronisms.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/analogical_similarity.yaml
...tasks/bigbench/multiple_choice/analogical_similarity.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/analytic_entailment.yaml
...l/tasks/bigbench/multiple_choice/analytic_entailment.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/arithmetic.yaml
lm_eval/tasks/bigbench/multiple_choice/arithmetic.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/ascii_word_recognition.yaml
...asks/bigbench/multiple_choice/ascii_word_recognition.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/authorship_verification.yaml
...sks/bigbench/multiple_choice/authorship_verification.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/auto_categorization.yaml
...l/tasks/bigbench/multiple_choice/auto_categorization.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/auto_debugging.yaml
lm_eval/tasks/bigbench/multiple_choice/auto_debugging.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/bbq_lite_json.yaml
lm_eval/tasks/bigbench/multiple_choice/bbq_lite_json.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/bridging_anaphora_resolution_barqa.yaml
...h/multiple_choice/bridging_anaphora_resolution_barqa.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/causal_judgment.yaml
lm_eval/tasks/bigbench/multiple_choice/causal_judgment.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/cause_and_effect.yaml
lm_eval/tasks/bigbench/multiple_choice/cause_and_effect.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/checkmate_in_one.yaml
lm_eval/tasks/bigbench/multiple_choice/checkmate_in_one.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/chess_state_tracking.yaml
.../tasks/bigbench/multiple_choice/chess_state_tracking.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/chinese_remainder_theorem.yaml
...s/bigbench/multiple_choice/chinese_remainder_theorem.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/cifar10_classification.yaml
...asks/bigbench/multiple_choice/cifar10_classification.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/code_line_description.yaml
...tasks/bigbench/multiple_choice/code_line_description.yaml
+4
-0
No files found.
Too many changes to show.
To preserve performance only
1000 of 1000+
files are displayed.
Plain diff
Email patch
lm_eval/tasks/bigbench/generate_until/word_unscrambling.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
word_unscrambling_zero_shot
include
:
../generate_until_template_yaml
task
:
bigbench_word_unscrambling_generate_until
lm_eval/tasks/bigbench/generate_until_template_yaml
0 → 100644
View file @
e1ae8a2f
group: bigbench_generate_until
dataset_path: hails/bigbench
output_type: generate_until
dataset_kwargs:
# num_shots: 0 # TODO: num of shots for `bigbench` HF dataset should be controlled through this, not through the typical methods
# subtask_name: null
test_split: default
doc_to_text: inputs
doc_to_target: "{{targets[0]}}"
generation_kwargs:
max_length: 128
metric_list:
- metric: exact_match
aggregation: mean
higher_is_better: true
ignore_punctuation: true
lm_eval/tasks/bigbench/multiple_choice/abstract_narrative_understanding.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
abstract_narrative_understanding_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_abstract_narrative_understanding_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/anachronisms.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
anachronisms_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_anachronisms_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/analogical_similarity.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
analogical_similarity_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_analogical_similarity_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/analytic_entailment.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
analytic_entailment_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_analytic_entailment_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/arithmetic.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
arithmetic_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_arithmetic_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/ascii_word_recognition.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
ascii_word_recognition_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_ascii_word_recognition_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/authorship_verification.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
authorship_verification_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_authorship_verification_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/auto_categorization.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
auto_categorization_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_auto_categorization_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/auto_debugging.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
auto_debugging_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_auto_debugging_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/bbq_lite_json.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
bbq_lite_json_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_bbq_lite_json_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/bridging_anaphora_resolution_barqa.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
bridging_anaphora_resolution_barqa_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_bridging_anaphora_resolution_barqa_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/causal_judgment.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
causal_judgment_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_causal_judgment_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/cause_and_effect.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
cause_and_effect_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_cause_and_effect_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/checkmate_in_one.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
checkmate_in_one_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_checkmate_in_one_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/chess_state_tracking.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
chess_state_tracking_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_chess_state_tracking_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/chinese_remainder_theorem.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
chinese_remainder_theorem_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_chinese_remainder_theorem_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/cifar10_classification.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
cifar10_classification_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_cifar10_classification_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/code_line_description.yaml
0 → 100644
View file @
e1ae8a2f
# Generated by utils.py
dataset_name
:
code_line_description_zero_shot
include
:
../multiple_choice_template_yaml
task
:
bigbench_code_line_description_multiple_choice
Prev
1
…
20
21
22
23
24
25
26
27
28
…
50
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