fix pretokenizer
Browse files- tokenizer.json +1 -1
tokenizer.json
CHANGED
|
@@ -185,7 +185,7 @@
|
|
| 185 |
},
|
| 186 |
{
|
| 187 |
"type": "ByteLevel",
|
| 188 |
-
"add_prefix_space":
|
| 189 |
"trim_offsets": true,
|
| 190 |
"use_regex": true
|
| 191 |
}
|
|
|
|
| 185 |
},
|
| 186 |
{
|
| 187 |
"type": "ByteLevel",
|
| 188 |
+
"add_prefix_space": false,
|
| 189 |
"trim_offsets": true,
|
| 190 |
"use_regex": true
|
| 191 |
}
|