Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"do_lower_case": true,
|
3 |
"max_len": 512,
|
4 |
"model_max_length": 512,
|
5 |
-
"tokenizer_class": "
|
6 |
}
|
|
|
2 |
"do_lower_case": true,
|
3 |
"max_len": 512,
|
4 |
"model_max_length": 512,
|
5 |
+
"tokenizer_class": "kanideTokenizer"
|
6 |
}
|