Skip to content

Commit 99e2780

Browse files
committed
trying to test something
1 parent f24ab91 commit 99e2780

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lm_eval/tasks/longbench/triviaqa.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
tag:
33
- longbench
44
task: longbench_triviaqa
5-
dataset_path: Xnhyacinth/LongBench
5+
dataset_path: jet-ai/longbench
66
test_split: test
77
dataset_name: triviaqa
8-
doc_to_text: "Answer the question based on the given passage. Only give me the answer and do not output any other words. The following are some examples.\n\n{{context}}\n{{question}}"
8+
doc_to_text: "Answer the question based on the given passage. Only give me the answer and do not output any other words. The following are some examples.\n\n{{context}}\n{{input}}"
99
doc_to_target: '{{answers}}'
10-
target_delimiter: ""
10+
# target_delimiter: ""
1111
process_results: !function metrics.get_qa_f1_score
1212
generation_kwargs:
1313
max_gen_toks: 32

0 commit comments

Comments
 (0)