4 Star 0 Fork 3

leegoobin/chatglm-6b-int4

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tokenizer_config.json 446 Bytes
一键复制 编辑 原始数据 按行查看 历史
duzx16 提交于 2023-04-11 13:25 . Fix eos token in tokenizer
{
"name_or_path": "THUDM/chatglm-6b-int4",
"bos_token": "<sop>",
"eos_token": "<eop>",
"end_token": "</s>",
"gmask_token": "[gMASK]",
"mask_token": "[MASK]",
"pad_token": "<pad>",
"unk_token": "<unk>",
"remove_space": false,
"do_lower_case": false,
"tokenizer_class": "ChatGLMTokenizer",
"num_image_tokens": 0,
"auto_map": {
"AutoTokenizer": [
"tokenization_chatglm.ChatGLMTokenizer",
null
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/uesoft/chatglm-6b-int4.git
[email protected]:uesoft/chatglm-6b-int4.git
uesoft
chatglm-6b-int4
chatglm-6b-int4
main

搜索帮助