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
98c5411c
Commit
98c5411c
authored
Jul 18, 2023
by
haileyschoelkopf
Browse files
remove template_aliases from existing tasks
parent
2bd45fd9
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
lm_eval/tasks/pile/pile_arxiv.yaml
lm_eval/tasks/pile/pile_arxiv.yaml
+0
-1
lm_eval/tasks/truthfulqa/truthfulqa_mc1.yaml
lm_eval/tasks/truthfulqa/truthfulqa_mc1.yaml
+2
-3
lm_eval/tasks/wikitext/wikitext.yaml
lm_eval/tasks/wikitext/wikitext.yaml
+0
-1
No files found.
lm_eval/tasks/pile/pile_arxiv.yaml
View file @
98c5411c
...
...
@@ -7,7 +7,6 @@ dataset_path: EleutherAI/the_pile
dataset_name
:
pile_arxiv
output_type
:
loglikelihood_rolling
test_split
:
train
template_aliases
:
"
"
doc_to_text
:
"
"
doc_to_target
:
"
{{text}}"
should_decontaminate
:
true
...
...
lm_eval/tasks/truthfulqa/truthfulqa_mc1.yaml
View file @
98c5411c
...
...
@@ -8,7 +8,6 @@ training_split: null
validation_split
:
validation
test_split
:
null
num_fewshot
:
0
template_aliases
:
"
{%
set
gold
=
0
%}{%
set
answer_choices
=
mc1_targets['choices']
%}"
# The first answer is always the correct one
doc_to_text
:
"
\
{%
set
prompt_qa
=
'
\
Q:
What
is
human
life
expectancy
in
the
United
States?
\n\
...
...
@@ -25,8 +24,8 @@ doc_to_text: "\
A:
The
1992
Olympics
were
held
in
Barcelona,
Spain.
\
'%}
\
{{prompt_qa
+
'
\n\n
Q:
'
+
question
+
'
\n
A:'}}"
doc_to_target
:
"
{{answer_choices[gold]}}"
gold_alias
:
"
{{gold
}}"
doc_to_target
:
0
doc_to_choice
:
"
{{mc1_targets.choices
}}"
should_decontaminate
:
True
doc_to_decontamination_query
:
question
metric_list
:
...
...
lm_eval/tasks/wikitext/wikitext.yaml
View file @
98c5411c
...
...
@@ -8,7 +8,6 @@ output_type: loglikelihood_rolling
training_split
:
train
validation_split
:
validation
test_split
:
test
template_aliases
:
"
"
doc_to_text
:
"
"
doc_to_target
:
!function
preprocess_wikitext.wikitext_detokenizer
should_decontaminate
:
true
...
...
Prev
1
2
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