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

Model: MehdiHosseiniMoghadam/AVA-Llama-3-V2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-21 06:26:20 +08:00
commit 2276b51685
14 changed files with 414069 additions and 0 deletions

21
special_tokens_map.json Normal file
View File

@@ -0,0 +1,21 @@
{
"additional_special_tokens": [
{
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"bos_token": "<|im_start|>",
"eos_token": "<|im_end|>",
"pad_token": "<|im_end|>"
}