Update special_tokens_map.json
Browse files- special_tokens_map.json +16 -1
special_tokens_map.json
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"bos_token": {
|
3 |
"content": "<|begin_of_text|>",
|
4 |
"lstrip": false,
|
@@ -7,7 +15,14 @@
|
|
7 |
"single_word": false
|
8 |
},
|
9 |
"eos_token": {
|
10 |
-
"content": "<|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
"lstrip": false,
|
12 |
"normalized": false,
|
13 |
"rstrip": false,
|
|
|
1 |
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<thinking>",
|
4 |
+
"</thinking>",
|
5 |
+
"<output>",
|
6 |
+
"</output>",
|
7 |
+
"<reflection>",
|
8 |
+
"</reflection>"
|
9 |
+
],
|
10 |
"bos_token": {
|
11 |
"content": "<|begin_of_text|>",
|
12 |
"lstrip": false,
|
|
|
15 |
"single_word": false
|
16 |
},
|
17 |
"eos_token": {
|
18 |
+
"content": "<|eot_id|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|eot_id|>",
|
26 |
"lstrip": false,
|
27 |
"normalized": false,
|
28 |
"rstrip": false,
|