Commit ·
5150184
1
Parent(s): 085f757
Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"add_special_tokens": true,
|
| 4 |
"auto_map": {
|
| 5 |
"AutoTokenizer": [
|
| 6 |
-
"
|
| 7 |
null
|
| 8 |
]
|
| 9 |
},
|
|
|
|
| 3 |
"add_special_tokens": true,
|
| 4 |
"auto_map": {
|
| 5 |
"AutoTokenizer": [
|
| 6 |
+
"tokenization_xgen.XgenTokenizer",
|
| 7 |
null
|
| 8 |
]
|
| 9 |
},
|