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

Model: BhinekaIntiLabs/bhineka-gpt
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-13 11:47:11 +08:00
commit 578153c872
11 changed files with 319809 additions and 0 deletions

13
special_tokens_map.json Normal file
View File

@@ -0,0 +1,13 @@
{
"additional_special_tokens": [
"<|system|>",
"<|user|>",
"<|assistant|>",
"<|sep|>",
"<|endoftext|>"
],
"bos_token": "<|bos|>",
"eos_token": "<|eos|>",
"pad_token": "<|pad|>",
"unk_token": "<|unk|>"
}