Files
Novaciano-3.2-1B/tokenizer_config.json
ModelHub XC e4697e13d3 初始化项目,由ModelHub XC社区提供模型
Model: NovaCorp/Novaciano-3.2-1B
Source: Original Platform
2026-08-04 18:51:17 +08:00

20 lines
458 B
JSON

{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": false,
"local_files_only": false,
"max_length": null,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"pad_to_multiple_of": null,
"pad_token": "<|eot_id|>",
"pad_token_type_id": 0,
"padding_side": "left",
"tokenizer_class": "TokenizersBackend"
}