Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"name_or_path": "THUDM/chatglm2-6b",
|
3 |
"remove_space": false,
|
4 |
"do_lower_case": false,
|
5 |
-
"tokenizer_class": "
|
6 |
"auto_map": {
|
7 |
"AutoTokenizer": [
|
8 |
"tokenization_chatglm.ChatGLMTokenizer",
|
|
|
2 |
"name_or_path": "THUDM/chatglm2-6b",
|
3 |
"remove_space": false,
|
4 |
"do_lower_case": false,
|
5 |
+
"tokenizer_class": "ChatglmTokenizer",
|
6 |
"auto_map": {
|
7 |
"AutoTokenizer": [
|
8 |
"tokenization_chatglm.ChatGLMTokenizer",
|