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

Model: scb10x/mistral-en-th-translate-v7.4-ep3
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-03 14:56:12 +08:00
commit 6a1496f1f8
19 changed files with 112179 additions and 0 deletions

11
special_tokens_map.json Normal file
View File

@@ -0,0 +1,11 @@
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>"
],
"bos_token": "<s>",
"eos_token": "<|im_end|>",
"pad_token": "<unk>",
"unk_token": "<unk>"
}