Files
qwen-test-3-longer/last-checkpoint/tokenizer_config.json
ModelHub XC f6e98181a1 初始化项目,由ModelHub XC社区提供模型
Model: Ba2han/qwen-test-3-longer
Source: Original Platform
2026-06-12 14:21:27 +08:00

17 lines
391 B
JSON

{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"is_local": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 8192,
"pad_token": "<|finetune_right_pad_id|>",
"padding_side": "right",
"tokenizer_class": "TokenizersBackend",
"unk_token": null
}