Files
uuu_fine_tune_gpt2/tokenizer_config.json
ModelHub XC d7857f5ee9 初始化项目,由ModelHub XC社区提供模型
Model: DavidLanz/uuu_fine_tune_gpt2
Source: Original Platform
2026-06-10 18:47:16 +08:00

23 lines
540 B
JSON

{
"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]"
}