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
bbb8386c
Commit
bbb8386c
authored
Apr 16, 2024
by
lintangsutawika
Browse files
removed alt worlds prompts
parent
3e5e9da2
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
135 deletions
+0
-135
lm_eval/tasks/arc/alternative_worlds/arc_easy/prompt_variation/_arc_easy_alt_yaml
...ative_worlds/arc_easy/prompt_variation/_arc_easy_alt_yaml
+0
-21
lm_eval/tasks/arc/alternative_worlds/arc_easy/prompt_variation/style_01.yaml
...lternative_worlds/arc_easy/prompt_variation/style_01.yaml
+0
-5
lm_eval/tasks/arc/alternative_worlds/arc_easy/prompt_variation/style_02.yaml
...lternative_worlds/arc_easy/prompt_variation/style_02.yaml
+0
-5
lm_eval/tasks/arc/alternative_worlds/arc_easy/prompt_variation/style_03.yaml
...lternative_worlds/arc_easy/prompt_variation/style_03.yaml
+0
-5
lm_eval/tasks/arithmetic/alternative_worlds/_template_yaml
lm_eval/tasks/arithmetic/alternative_worlds/_template_yaml
+0
-13
lm_eval/tasks/arithmetic/alternative_worlds/arithmetic_alt.yaml
...l/tasks/arithmetic/alternative_worlds/arithmetic_alt.yaml
+0
-8
lm_eval/tasks/arithmetic/alternative_worlds/style_00/_template_00_yaml
.../arithmetic/alternative_worlds/style_00/_template_00_yaml
+0
-15
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_1dc.yaml
...rithmetic/alternative_worlds/style_00/arithmetic_1dc.yaml
+0
-4
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_2da.yaml
...rithmetic/alternative_worlds/style_00/arithmetic_2da.yaml
+0
-4
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_2dm.yaml
...rithmetic/alternative_worlds/style_00/arithmetic_2dm.yaml
+0
-4
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_2ds.yaml
...rithmetic/alternative_worlds/style_00/arithmetic_2ds.yaml
+0
-4
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_3da.yaml
...rithmetic/alternative_worlds/style_00/arithmetic_3da.yaml
+0
-4
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_3ds.yaml
...rithmetic/alternative_worlds/style_00/arithmetic_3ds.yaml
+0
-4
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_4da.yaml
...rithmetic/alternative_worlds/style_00/arithmetic_4da.yaml
+0
-4
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_4ds.yaml
...rithmetic/alternative_worlds/style_00/arithmetic_4ds.yaml
+0
-4
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_5da.yaml
...rithmetic/alternative_worlds/style_00/arithmetic_5da.yaml
+0
-4
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_5ds.yaml
...rithmetic/alternative_worlds/style_00/arithmetic_5ds.yaml
+0
-4
lm_eval/tasks/arithmetic/alternative_worlds/style_01/_template_01_yaml
.../arithmetic/alternative_worlds/style_01/_template_01_yaml
+0
-15
lm_eval/tasks/arithmetic/alternative_worlds/style_01/arithmetic_1dc.yaml
...rithmetic/alternative_worlds/style_01/arithmetic_1dc.yaml
+0
-4
lm_eval/tasks/arithmetic/alternative_worlds/style_01/arithmetic_2da.yaml
...rithmetic/alternative_worlds/style_01/arithmetic_2da.yaml
+0
-4
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/arc/alternative_worlds/arc_easy/prompt_variation/_arc_easy_alt_yaml
deleted
100644 → 0
View file @
3e5e9da2
dataset_path: ai2_arc
dataset_name: ARC-Easy
output_type: multiple_choice
training_split: train
validation_split: validation
test_split: test
doc_to_text: "Question: {{question}}\nAnswer:"
doc_to_target: "{{choices.label.index(answerKey)}}"
doc_to_choice: "{{choices.text}}"
should_decontaminate: true
doc_to_decontamination_query: "Question: {{question}}\nAnswer:"
metric_list:
- metric: acc
aggregation: mean
higher_is_better: true
- metric: acc_norm
aggregation: mean
higher_is_better: true
- metric: brier_score
aggregation: brier_score
higher_is_better: false
lm_eval/tasks/arc/alternative_worlds/arc_easy/prompt_variation/style_01.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_arc_easy_alt_yaml
group
:
arc_easy_alt_pv
task
:
arc_easy_alt_pv_01
doc_to_text
:
"
{{question}}"
doc_to_decontamination_query
:
"
{{question}}"
lm_eval/tasks/arc/alternative_worlds/arc_easy/prompt_variation/style_02.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_arc_easy_alt_yaml
group
:
arc_easy_alt_pv
task
:
arc_easy_alt_pv_02
doc_to_text
:
"
Q:
{{question}}
\n
A:"
doc_to_decontamination_query
:
"
Q:
{{question}}
\n
A:"
lm_eval/tasks/arc/alternative_worlds/arc_easy/prompt_variation/style_03.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_arc_easy_alt_yaml
group
:
arc_easy_alt_pv
task
:
arc_easy_alt_pv_03
doc_to_text
:
"
Question:
{{question}}
\n
Answer:"
doc_to_decontamination_query
:
"
Question:
{{question}}
\n
Answer:"
lm_eval/tasks/arithmetic/alternative_worlds/_template_yaml
deleted
100644 → 0
View file @
3e5e9da2
dataset_path: EleutherAI/arithmetic
dataset_name: arithmetic_1dc
output_type: loglikelihood
validation_split: validation
test_split: null
doc_to_text: "{{context}}"
doc_to_target: "{{completion}}"
metric_list:
- metric: acc
aggregation: mean
higher_is_better: true
- metric: brier_score
higher_is_better: false
lm_eval/tasks/arithmetic/alternative_worlds/arithmetic_alt.yaml
deleted
100644 → 0
View file @
3e5e9da2
group
:
arithmetic_alt
task
:
-
arithmetic_alt_00
-
arithmetic_alt_01
-
arithmetic_alt_02
-
arithmetic_alt_03
-
arithmetic_alt_04
-
arithmetic_alt_05
lm_eval/tasks/arithmetic/alternative_worlds/style_00/_template_00_yaml
deleted
100644 → 0
View file @
3e5e9da2
include: ../_template_yaml
group: arithmetic_alt_00
group_alias: arithmetic (Style 00)
dataset_path: EleutherAI/arithmetic
output_type: loglikelihood
validation_split: validation
test_split: null
doc_to_text: !function ../utils.style_00
doc_to_target: "{{completion}}"
metric_list:
- metric: acc
aggregation: mean
higher_is_better: true
- metric: brier_score
higher_is_better: false
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_1dc.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_template_00_yaml
task
:
arithmetic_1dc_alt_00
dataset_name
:
arithmetic_1dc
task_alias
:
1dc
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_2da.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_template_00_yaml
task
:
arithmetic_2da_alt_00
dataset_name
:
arithmetic_2da
task_alias
:
2da
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_2dm.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_template_00_yaml
task
:
arithmetic_2dm_alt_00
dataset_name
:
arithmetic_2dm
task_alias
:
2dm
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_2ds.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_template_00_yaml
task
:
arithmetic_2ds_alt_00
dataset_name
:
arithmetic_2ds
task_alias
:
2ds
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_3da.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_template_00_yaml
task
:
arithmetic_3da_alt_00
dataset_name
:
arithmetic_3da
task_alias
:
3da
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_3ds.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_template_00_yaml
task
:
arithmetic_3ds_alt_00
dataset_name
:
arithmetic_3ds
task_alias
:
3ds
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_4da.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_template_00_yaml
task
:
arithmetic_4da_alt_00
dataset_name
:
arithmetic_4da
task_alias
:
4da
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_4ds.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_template_00_yaml
task
:
arithmetic_4ds_alt_00
dataset_name
:
arithmetic_4ds
task_alias
:
4ds
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_5da.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_template_00_yaml
task
:
arithmetic_5da_alt_00
dataset_name
:
arithmetic_5da
task_alias
:
5da
lm_eval/tasks/arithmetic/alternative_worlds/style_00/arithmetic_5ds.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_template_00_yaml
task
:
arithmetic_5ds_alt_00
dataset_name
:
arithmetic_5ds
task_alias
:
5ds
lm_eval/tasks/arithmetic/alternative_worlds/style_01/_template_01_yaml
deleted
100644 → 0
View file @
3e5e9da2
include: ../_template_yaml
group: arithmetic_alt_01
group_alias: arithmetic (Style 01)
dataset_path: EleutherAI/arithmetic
output_type: loglikelihood
validation_split: validation
test_split: null
doc_to_text: !function ../utils.style_01
doc_to_target: "{{completion}}"
metric_list:
- metric: acc
aggregation: mean
higher_is_better: true
- metric: brier_score
higher_is_better: false
lm_eval/tasks/arithmetic/alternative_worlds/style_01/arithmetic_1dc.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_template_01_yaml
task
:
arithmetic_1dc_alt_01
dataset_name
:
arithmetic_1dc
task_alias
:
1dc
lm_eval/tasks/arithmetic/alternative_worlds/style_01/arithmetic_2da.yaml
deleted
100644 → 0
View file @
3e5e9da2
include
:
_template_01_yaml
task
:
arithmetic_2da_alt_01
dataset_name
:
arithmetic_2da
task_alias
:
2da
Prev
1
2
3
4
5
6
7
8
…
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