chatglm2-6b-port-llama / tokenizer_config.json
jiguanglizipao's picture
init
df3cdcf
raw
history blame contribute delete
259 Bytes
{
"name_or_path": "THUDM/chatglm2-6b",
"remove_space": false,
"do_lower_case": false,
"tokenizer_class": "PreTrainedTokenizerFast",
"auto_map": {
"AutoTokenizer": [
null,
"tokenization_utils_fast.PreTrainedTokenizerFast"
]
}
}