summerstars commited on
Commit
d7e49fe
·
verified ·
1 Parent(s): d908648

Update added_tokens.json

Browse files
Files changed (1) hide show
  1. added_tokens.json +8 -4
added_tokens.json CHANGED
@@ -1,5 +1,9 @@
1
- {
2
- "</reasoning>": 49154,
3
- "<reasoning>": 49153,
4
- "<|pad|>": 49152
 
 
 
 
5
  }
 
1
+ "post_processor": {
2
+ "type": "TemplateProcessing",
3
+ "single": "<reasoning> $A </reasoning>",
4
+ "pair": "<reasoning> $A </reasoning> <reasoning> $B </reasoning>",
5
+ "special_tokens": [
6
+ {"id": 49153, "content": "<reasoning>"},
7
+ {"id": 49154, "content": "</reasoning>"}
8
+ ]
9
  }