wiikoo commited on
Commit
fcd06ec
·
verified ·
1 Parent(s): 47317ec

Upload custom_nodes/comfyui-easy-use/py/modules/kolors/chatglm/tokenizer/tokenizer_config.json with huggingface_hub

Browse files
custom_nodes/comfyui-easy-use/py/modules/kolors/chatglm/tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name_or_path": "THUDM/chatglm3-6b-base",
3
+ "remove_space": false,
4
+ "do_lower_case": false,
5
+ "tokenizer_class": "ChatGLMTokenizer",
6
+ "auto_map": {
7
+ "AutoTokenizer": [
8
+ "tokenization_chatglm.ChatGLMTokenizer",
9
+ null
10
+ ]
11
+ }
12
+ }