lannliat
commited on
Commit
•
64610bd
1
Parent(s):
ee948f6
fix auto_map
Browse files- tokenizer_config.json +6 -1
tokenizer_config.json
CHANGED
@@ -8,5 +8,10 @@
|
|
8 |
"additional_special_tokens": ["<|startofpiece|>", "<|endofpiece|>", "[gMASK]", "[sMASK]"],
|
9 |
"add_prefix_space": false,
|
10 |
"tokenizer_class": "GLMChineseTokenizer",
|
11 |
-
"use_fast": false
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|
|
|
8 |
"additional_special_tokens": ["<|startofpiece|>", "<|endofpiece|>", "[gMASK]", "[sMASK]"],
|
9 |
"add_prefix_space": false,
|
10 |
"tokenizer_class": "GLMChineseTokenizer",
|
11 |
+
"use_fast": false,
|
12 |
+
"auto_map": {
|
13 |
+
"AutoTokenizer": [
|
14 |
+
"tokenization_glm.GLMChineseTokenizer"
|
15 |
+
]
|
16 |
+
}
|
17 |
}
|