plutokokoa commited on
Commit
a84ea32
1 Parent(s): 2e00ae8

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +8 -7
tokenizer_config.json CHANGED
@@ -1,12 +1,13 @@
1
  {
2
- "name_or_path": "THUDM/chatglm3-6b",
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
  }
 
1
  {
2
+ "added_tokens_decoder": {},
 
 
 
3
  "auto_map": {
4
  "AutoTokenizer": [
5
+ "dwdcth/chatglm3-6b-int4--tokenization_chatglm.ChatGLMTokenizer",
6
  null
7
+ ]
8
+ },
9
+ "do_lower_case": false,
10
+ "model_max_length": 1000000000000000019884624838656,
11
+ "remove_space": false,
12
+ "tokenizer_class": "ChatGLMTokenizer"
13
  }