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

Model: openthaigpt/openthaigpt-1.0.0-7b-chat
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-16 18:08:34 +08:00
commit 983dc271bd
16 changed files with 116197 additions and 0 deletions

14
special_tokens_map.json Normal file
View File

@@ -0,0 +1,14 @@
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>"
],
"bos_token": "<s>",
"cls_token": "<CLS>",
"eos_token": "</s>",
"mask_token": "<MASK>",
"pad_token": "<PAD>",
"sep_token": "<SEP>",
"unk_token": "<unk>"
}