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

Model: Afiqa/GPT2-medquad200
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-01 13:00:11 +08:00
commit 5c4e9ffcb2
9 changed files with 100587 additions and 0 deletions

23
tokenizer_config.json Normal file
View File

@@ -0,0 +1,23 @@
{
"add_bos_token": false,
"add_prefix_space": false,
"added_tokens_decoder": {
"50256": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"errors": "replace",
"extra_special_tokens": {},
"model_max_length": 1024,
"pad_token": null,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}