Files
Llama-3.2-1B-pruned-attenti…/tokenizer_config.json
ModelHub XC 0244bde8e6 初始化项目,由ModelHub XC社区提供模型
Model: TheGardener/Llama-3.2-1B-pruned-attention-group-ratio-0.75
Source: Original Platform
2026-06-16 05:53:18 +08:00

15 lines
335 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": 131072,
"pad_token": "<|end_of_text|>",
"tokenizer_class": "TokenizersBackend"
}