Files
Llama3.21b-news-headline/tokenizer_config.json
ModelHub XC a5f9b4a2d5 初始化项目,由ModelHub XC社区提供模型
Model: Fardan/Llama3.21b-news-headline
Source: Original Platform
2026-06-13 19:22:15 +08:00

16 lines
351 B
JSON

{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"pad_token": "<|eot_id|>",
"padding_side": "left",
"tokenizer_class": "TokenizersBackend"
}