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

Model: croqaz/vintage-LLM-340m-v1-base
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-15 16:59:11 +08:00
commit 1619232d51
10 changed files with 179091 additions and 0 deletions

11
tokenizer_config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"backend": "tokenizers",
"bos_token": "<|bos|>",
"eos_token": "<|eos|>",
"is_local": true,
"local_files_only": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|unk|>"
}