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

Model: paperbd/smollm_135M_neuraltxt_mlx_v1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-01 17:20:23 +08:00
commit 32cfc8286c
9 changed files with 245348 additions and 0 deletions

12
tokenizer_config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": true,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<empty_output>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}