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

Model: Playingyoyo/GPepT
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-22 16:23:05 +08:00
commit 1f151ed5a3
11 changed files with 18154 additions and 0 deletions

19
tokenizer_config.json Normal file
View File

@@ -0,0 +1,19 @@
{
"added_tokens_decoder": {
"0": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": false,
"extra_special_tokens": {},
"max_length": 42,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|endoftext|>",
"padding": "max_length",
"tokenizer_class": "PreTrainedTokenizerFast"
}