Foundation-Sec-8B-Reasoning-mlx-8bit / tokenizer_config.json
user3892r4's picture
Add MLX 8-bit conversion of fdtn-ai/Foundation-Sec-8B-Reasoning
68cf35b verified
Raw
History Blame Contribute Delete
352 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|end_of_text|>",
"is_local": true,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 32768,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend"
}