Update added_tokens.json
Browse files- added_tokens.json +8 -4
added_tokens.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
-
{
|
| 2 |
-
"
|
| 3 |
-
"<reasoning>
|
| 4 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
}
|