File size: 378 Bytes
7586fd3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "auto_map": {
    "AutoTokenizer": [
      "tokenization_chatglm.ChatGLMTokenizer",
      null
    ]
  },
  "do_lower_case": false,
  "model_max_length": 2048,
  "name_or_path": "THUDM/chatglm-6b",
  "pad_token": "<pad>",
  "padding_side": "left",
  "remove_space": false,
  "special_tokens_map_file": null,
  "tokenizer_class": "ChatGLMTokenizer",
  "unk_token": "<unk>"
}