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

Model: 42dot/42dot_LLM-PLM-1.3B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-10 18:49:55 +08:00
commit 02baa65a97
14 changed files with 151094 additions and 0 deletions

34
tokenizer_config.json Normal file
View File

@@ -0,0 +1,34 @@
{
"add_bos_token": false,
"add_prefix_space": false,
"bos_token": {
"__type": "AddedToken",
"content": "<||bos||>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"clean_up_tokenization_spaces": true,
"eos_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"errors": "replace",
"model_max_length": 8192,
"pad_token": null,
"padding_side": "right",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<||unk||>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}