Skip to content

Commit 73603b4

Browse files
committed
feat(videomme_v2): add reasoning mode variant
- Chain-of-thought prompt requiring Final Answer: <letter> format - max_new_tokens=4096 for reasoning space - Task: videomme_v2_reasoning
1 parent 3b5ddf5 commit 73603b4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
task: videomme_v2_reasoning
2+
include: _default_template_yaml
3+
doc_to_text: !function utils.videomme_v2_doc_to_text_reasoning
4+
generation_kwargs:
5+
max_new_tokens: 4096
6+
temperature: 0
7+
top_p: 1.0
8+
num_beams: 1
9+
do_sample: false

0 commit comments

Comments
 (0)