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

Model: TheBloke/finance-LLM-AWQ
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-20 17:59:06 +08:00
commit 08de5cc49f
11 changed files with 93942 additions and 0 deletions

8
tokenizer_config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"bos_token": "<s>",
"eos_token": "</s>",
"model_max_length": 2048,
"tokenizer_class": "LlamaTokenizer",
"unk_token": "<unk>",
"pad_token": "<pad>"
}