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

Model: harsh762011/numinao14-new
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-30 01:19:16 +08:00
commit 4543becd40
8 changed files with 299 additions and 0 deletions

17
tokenizer_config.json Normal file
View File

@@ -0,0 +1,17 @@
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"is_local": false,
"max_length": 1024,
"model_max_length": 131072,
"pad_token": "<|endofprompt|>",
"padding_side": "left",
"stride": 0,
"tokenizer_class": "TokenizersBackend",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "�"
}