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

Model: BananaMind/BananaMind-1.0-Instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-15 00:25:35 +08:00
commit c0de26ddfc
44 changed files with 1004868 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"errors": "replace",
"is_local": false,
"local_files_only": false,
"model_max_length": 1024,
"pad_token": "<|endoftext|>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}