初始化项目,由ModelHub XC社区提供模型

Model: Ayansk11/FinSenti-Tiny-LLM-10M
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-12 14:14:31 +08:00
commit c472894b91
8 changed files with 277498 additions and 0 deletions

23
tokenizer_config.json Normal file
View File

@@ -0,0 +1,23 @@
{
"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
}