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

Model: limloop/MN-12B-LucidFaun-RP-RU
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-12 16:20:16 +08:00
commit fa919fd93e
14 changed files with 676 additions and 0 deletions

13
tokenizer_config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"is_local": false,
"model_max_length": 1024000,
"pad_token": "<pad>",
"padding_side": "left",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}