Upload tokenizer.json
Browse files- tokenizer.json +2 -2
tokenizer.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
"pretokenizers": [
|
| 56 |
{
|
| 57 |
"type": "ByteLevel",
|
| 58 |
-
"add_prefix_space":
|
| 59 |
"trim_offsets": true,
|
| 60 |
"use_regex": true
|
| 61 |
},
|
|
@@ -142,7 +142,7 @@
|
|
| 142 |
},
|
| 143 |
"decoder": {
|
| 144 |
"type": "ByteLevel",
|
| 145 |
-
"add_prefix_space":
|
| 146 |
"trim_offsets": true,
|
| 147 |
"use_regex": true
|
| 148 |
},
|
|
|
|
| 55 |
"pretokenizers": [
|
| 56 |
{
|
| 57 |
"type": "ByteLevel",
|
| 58 |
+
"add_prefix_space": false,
|
| 59 |
"trim_offsets": true,
|
| 60 |
"use_regex": true
|
| 61 |
},
|
|
|
|
| 142 |
},
|
| 143 |
"decoder": {
|
| 144 |
"type": "ByteLevel",
|
| 145 |
+
"add_prefix_space": false,
|
| 146 |
"trim_offsets": true,
|
| 147 |
"use_regex": true
|
| 148 |
},
|