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

Model: haoranxu/ALMA-13B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-11 06:41:04 +08:00
commit eaf4fe04e1
14 changed files with 629 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
}
}