Update tokenizer_config.json
Browse files- tokenizer_config.json +2 -2
tokenizer_config.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"auto_map": {
|
3 |
-
"AutoTokenizer": ["
|
4 |
},
|
5 |
"add_bos_token": false,
|
6 |
"add_eos_token": false,
|
7 |
"model_max_length": 4096,
|
8 |
-
"tokenizer_class": "
|
9 |
}
|
|
|
1 |
{
|
2 |
"auto_map": {
|
3 |
+
"AutoTokenizer": ["this_tokenizer_is_evil_actually.this_class_doesnt_exist_lol", null]
|
4 |
},
|
5 |
"add_bos_token": false,
|
6 |
"add_eos_token": false,
|
7 |
"model_max_length": 4096,
|
8 |
+
"tokenizer_class": "this_class_doesnt_exist_lol"
|
9 |
}
|