Commit a85e0150 authored by lintangsutawika's avatar lintangsutawika
Browse files

fixed stop token

parent cf4cd770
......@@ -24,7 +24,7 @@ generation_kwargs:
- "</s>"
- "Q:"
- "<|im_end|>"
- "<0x0A>"
- "\n"
metric_list:
- metric: exact_match
aggregation: mean
......
......@@ -9,7 +9,7 @@ doc_to_target: "{{['A', 'B', 'C', 'D'][answer]}}"
generation_kwargs:
until:
- "</s>"
- "<0x0A>"
- "\n"
metric_list:
- metric: exact_match
aggregation: mean
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment