Update tokenizer.json
Browse files- tokenizer.json +8 -1
tokenizer.json
CHANGED
|
@@ -77,7 +77,14 @@
|
|
| 77 |
}
|
| 78 |
],
|
| 79 |
"normalizer": null,
|
| 80 |
-
"pre_tokenizer":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
"post_processor": {
|
| 82 |
"type": "TemplateProcessing",
|
| 83 |
"single": [
|
|
|
|
| 77 |
}
|
| 78 |
],
|
| 79 |
"normalizer": null,
|
| 80 |
+
"pre_tokenizer":{
|
| 81 |
+
"type": "Split",
|
| 82 |
+
"pattern": {
|
| 83 |
+
"Regex": ".*?]"
|
| 84 |
+
},
|
| 85 |
+
"behavior": "Isolated",
|
| 86 |
+
"invert": false
|
| 87 |
+
},
|
| 88 |
"post_processor": {
|
| 89 |
"type": "TemplateProcessing",
|
| 90 |
"single": [
|