Files
distilgpt2-chatbot/tokenizer_config.json
ModelHub XC affa81c481 初始化项目,由ModelHub XC社区提供模型
Model: UaKidDev/distilgpt2-chatbot
Source: Original Platform
2026-08-07 03:05:19 +08:00

13 lines
296 B
JSON

{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"errors": "replace",
"is_local": true,
"model_max_length": 1024,
"pad_token": "<|endoftext|>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}