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

Model: shahidchdry/smollm2-135m-math
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-07 20:21:27 +08:00
commit 69407ba997
7 changed files with 245295 additions and 0 deletions

36
tokenizer_config.json Normal file
View File

@@ -0,0 +1,36 @@
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"extra_special_tokens": [
"<|endoftext|>",
"<|im_start|>",
"<|im_end|>",
"<repo_name>",
"<reponame>",
"<file_sep>",
"<filename>",
"<gh_stars>",
"<issue_start>",
"<issue_comment>",
"<issue_closed>",
"<jupyter_start>",
"<jupyter_text>",
"<jupyter_code>",
"<jupyter_output>",
"<jupyter_script>",
"<empty_output>"
],
"is_local": true,
"max_length": 1024,
"model_max_length": 8192,
"pad_token": "<|endoftext|>",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<|endoftext|>",
"vocab_size": 49152
}