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

Model: DavidLanz/uuu_fine_tune_gpt2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-10 18:47:16 +08:00
commit d7857f5ee9
12 changed files with 42625 additions and 0 deletions

22
tokenizer_config.json Normal file
View File

@@ -0,0 +1,22 @@
{
"backend": "tokenizers",
"cls_token": "[CLS]",
"do_lower_case": true,
"is_local": true,
"local_files_only": false,
"mask_token": "[MASK]",
"max_length": 512,
"model_max_length": 512,
"pad_to_multiple_of": null,
"pad_token": "[PAD]",
"pad_token_type_id": 0,
"padding_side": "left",
"sep_token": "[SEP]",
"stride": 0,
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "[UNK]"
}