samleeasus
commited on
Commit
•
adf9138
1
Parent(s):
e3a71e9
Update special_tokens_map.json
Browse files- special_tokens_map.json +23 -2
special_tokens_map.json
CHANGED
@@ -20,8 +20,29 @@
|
|
20 |
"rstrip": false,
|
21 |
"single_word": false
|
22 |
},
|
23 |
-
"
|
24 |
-
"content": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
"lstrip": false,
|
26 |
"normalized": true,
|
27 |
"rstrip": false,
|
|
|
20 |
"rstrip": false,
|
21 |
"single_word": false
|
22 |
},
|
23 |
+
"special_output_token": {
|
24 |
+
"content": "<|spcout|>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
},
|
30 |
+
"sep_token": {
|
31 |
+
"content": "<|sep|>",
|
32 |
+
"lstrip": false,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": false,
|
35 |
+
"single_word": false
|
36 |
+
},
|
37 |
+
"eot_token": {
|
38 |
+
"content": "<|eot|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": true,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false
|
43 |
+
},
|
44 |
+
"output_token": {
|
45 |
+
"content": "<|output|>",
|
46 |
"lstrip": false,
|
47 |
"normalized": true,
|
48 |
"rstrip": false,
|