Update tokenizer_config.json
Browse files- tokenizer_config.json +9 -9
tokenizer_config.json
CHANGED
|
@@ -3,14 +3,6 @@
|
|
| 3 |
"add_eos_token": true,
|
| 4 |
"add_prefix_space": false,
|
| 5 |
"added_tokens_decoder": {
|
| 6 |
-
"50256": {
|
| 7 |
-
"content": "<|endoftext|>",
|
| 8 |
-
"lstrip": false,
|
| 9 |
-
"normalized": false,
|
| 10 |
-
"rstrip": false,
|
| 11 |
-
"single_word": false,
|
| 12 |
-
"special": true
|
| 13 |
-
},
|
| 14 |
"50257": {
|
| 15 |
"content": " ",
|
| 16 |
"lstrip": false,
|
|
@@ -330,7 +322,15 @@
|
|
| 330 |
"rstrip": false,
|
| 331 |
"single_word": false,
|
| 332 |
"special": false
|
| 333 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 334 |
},
|
| 335 |
"bos_token": "<|beginoftext|>",
|
| 336 |
"clean_up_tokenization_spaces": true,
|
|
|
|
| 3 |
"add_eos_token": true,
|
| 4 |
"add_prefix_space": false,
|
| 5 |
"added_tokens_decoder": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"50257": {
|
| 7 |
"content": " ",
|
| 8 |
"lstrip": false,
|
|
|
|
| 322 |
"rstrip": false,
|
| 323 |
"single_word": false,
|
| 324 |
"special": false
|
| 325 |
+
},
|
| 326 |
+
"50297": {
|
| 327 |
+
"content": "<|endoftext|>",
|
| 328 |
+
"lstrip": false,
|
| 329 |
+
"normalized": false,
|
| 330 |
+
"rstrip": false,
|
| 331 |
+
"single_word": false,
|
| 332 |
+
"special": true
|
| 333 |
+
},
|
| 334 |
},
|
| 335 |
"bos_token": "<|beginoftext|>",
|
| 336 |
"clean_up_tokenization_spaces": true,
|