File size: 281 Bytes
85ba2d2 29f2cbe 85ba2d2 92670ad 85ba2d2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"name_or_path": "THUDM/chatglm3-6b",
"remove_space": false,
"do_lower_case": false,
"tokenizer_class": "ChatGLMTokenizer",
"auto_map": {
"AutoTokenizer": [
"tokenization_chatglm.ChatGLMTokenizer",
"tokenization_chatglm.ChatGLMTokenizerFast"
]
}
}
|