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

Model: SupraLabs/Supra-1.5-50M-Instruct-exp
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-15 15:26:12 +08:00
commit 609e37ba4a
9 changed files with 159322 additions and 0 deletions

12
tokenizer_config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"is_local": true,
"local_files_only": false,
"model_max_length": 5120,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}