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

Model: sKT-Ai-Labs/SKT-ST-X-0-3B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-07 20:21:19 +08:00
commit 0895d6fb70
57 changed files with 278126 additions and 0 deletions

19
tokenizer_config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"is_local": false,
"local_files_only": false,
"max_length": null,
"model_max_length": 2048,
"pad_to_multiple_of": null,
"pad_token": "<s>",
"pad_token_type_id": 0,
"padding_side": "left",
"sp_model_kwargs": {},
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>",
"use_default_system_prompt": false
}