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

Model: spitfire4794/Supra-1.5-50M-Base-exp
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-18 22:36:39 +08:00
commit f15d992dcf
9 changed files with 159241 additions and 0 deletions

16
tokenizer_config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"extra_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"is_local": false,
"local_files_only": false,
"model_max_length": 5120,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}