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

Model: The-matt/llama2_ko-7b_distinctive-snowflake-182_1060
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-22 02:20:17 +08:00
commit 93f0e46c56
9 changed files with 124744 additions and 0 deletions

16
special_tokens_map.json Normal file
View File

@@ -0,0 +1,16 @@
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>",
"<|sep|>",
"<|endoftext|>",
"<|acc|>",
"<|rrn|>",
"<|tel|>"
],
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "</s>",
"unk_token": "<unk>"
}