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

Model: openthaigpt/openthaigpt-1.0.0-beta-13b-chat-hf
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-31 14:58:08 +08:00
commit f9df80ae93
13 changed files with 116033 additions and 0 deletions

9
special_tokens_map.json Executable file
View File

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