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

Model: GPUburnout/GPUburnout-2B-75K-Chat-DPO
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-26 15:32:20 +08:00
commit 055acd587f
9 changed files with 159349 additions and 0 deletions

16
tokenizer_config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"eos_token": "<|im_end|>",
"extra_special_tokens": [
"<|endoftext|>",
"<|system|>",
"<|user|>",
"<|assistant|>"
],
"is_local": true,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|pad|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|unk|>"
}