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

Model: haoranxu/ALMA-7B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-08 20:22:17 +08:00
commit a7c36e5497
11 changed files with 540 additions and 0 deletions

12
special_tokens_map.json Normal file
View File

@@ -0,0 +1,12 @@
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<unk>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}