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

Model: open-sci/sft__ot30k_SmolLM2-1.7B-16k-SFT-Tulu3-decontaminated
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-28 08:43:03 +08:00
commit 2fa421e8d0
15 changed files with 259376 additions and 0 deletions

19
tokenizer_config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<end_of_turn>",
"errors": "replace",
"extra_special_tokens": {
"<|im_end|>": "<|im_end|>"
},
"is_local": true,
"model_max_length": 16384,
"pad_token": "<end_of_turn>",
"padding_side": "right",
"split_special_tokens": false,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>",
"vocab_size": 49152
}