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

Model: GPUburnout/GPUburnout-1B-160K
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-05 01:45:17 +08:00
commit fdfd4051a5
10 changed files with 159337 additions and 0 deletions

15
tokenizer_config.json Normal file
View File

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