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

Model: openthaigpt/openthaigpt-1.0.0-13b-chat
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-16 18:08:31 +08:00
commit abb64cb97f
17 changed files with 116256 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>"
}