Files
calm2-7b-chat/tokenizer_config.json
ModelHub XC 54c14a59e9 初始化项目,由ModelHub XC社区提供模型
Model: cyberagent/calm2-7b-chat
Source: Original Platform
2026-05-10 20:46:43 +08:00

29 lines
678 B
JSON

{
"add_prefix_space": false,
"added_tokens_decoder": {
"0": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<|padding|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|padding|>",
"tokenizer_class": "GPTNeoXTokenizerFast",
"unk_token": "<|endoftext|>"
}