Files
Orion-14B-Base-Int4/tokenizer_config.json
ModelHub XC 7088819cba 初始化项目,由ModelHub XC社区提供模型
Model: OrionStarAI/Orion-14B-Base-Int4
Source: Original Platform
2026-04-14 01:35:01 +08:00

45 lines
909 B
JSON

{
"add_bos_token": false,
"add_eos_token": false,
"added_tokens_decoder": {
"0": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": true,
"special": true
},
"1": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": true,
"special": true
},
"2": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": true,
"special": true
}
},
"auto_map": {
"AutoTokenizer": [
"tokenization_orion.OrionTokenizer",
null
]
},
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"model_max_length": 4096,
"pad_token": "<unk>",
"sp_model_kwargs": {},
"tokenizer_class": "OrionTokenizer",
"unk_token": "<unk>"
}