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

Model: corre-social/Drummond-1b1-Instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-04 10:25:47 +08:00
commit 9df6af561f
28 changed files with 486354 additions and 0 deletions

91
tokenizer_config.json Normal file
View File

@@ -0,0 +1,91 @@
{
"add_bos_token": false,
"add_eos_token": false,
"add_prefix_space": null,
"added_tokens_decoder": {
"0": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"32000": {
"content": "<instruction>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"32001": {
"content": "</instruction>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"32002": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"32003": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"bos_token": "<s>",
"bos_token_id": 1,
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"eos_token_id": 2,
"extra_special_tokens": {},
"legacy": false,
"model_max_length": 2048,
"pad_token": "</stop>",
"pad_token_id": 0,
"padding_side": "right",
"sp_model_kwargs": {},
"tokenizer_class": "LlamaTokenizerFast",
"unk_token": "<unk>",
"unk_token_id": 0,
"use_default_system_prompt": false
}