Files
FinSenti-Tiny-LLM-10M/tokenizer_config.json
ModelHub XC c472894b91 初始化项目,由ModelHub XC社区提供模型
Model: Ayansk11/FinSenti-Tiny-LLM-10M
Source: Original Platform
2026-06-12 14:14:31 +08:00

24 lines
606 B
JSON

{
"add_prefix_space": true,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"is_local": true,
"legacy": true,
"max_length": 512,
"model_max_length": 2048,
"pad_to_multiple_of": null,
"pad_token": "<|finsenti_pad|>",
"pad_token_type_id": 0,
"padding_side": "left",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<unk>",
"use_default_system_prompt": false
}