Files
llama-300M-v2-fivegram/tokenizer_config.json
ModelHub XC c25b248f92 初始化项目,由ModelHub XC社区提供模型
Model: deqing/llama-300M-v2-fivegram
Source: Original Platform
2026-06-20 17:56:23 +08:00

14 lines
301 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,
"tokenizer_class": "TokenizersBackend"
}