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

Model: Bykot/rugpt3small-finetuned
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-25 12:09:59 +08:00
commit dbf6597bed
7 changed files with 250649 additions and 0 deletions

16
tokenizer_config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"errors": "replace",
"is_local": false,
"mask_token": "<mask>",
"model_max_length": 2048,
"pad_token": "</s>",
"padding_side": "left",
"tokenizer_class": "GPT2Tokenizer",
"truncation_side": "left",
"unk_token": "<unk>"
}