llama3.2-3b-leetcoder / tokenizer_config.json
justindal's picture
Add files using upload-large-folder tool
8abc1b4 verified
raw
history blame contribute delete
387 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"extra_special_tokens": [
"<think>",
"</think>"
],
"is_local": true,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"tokenizer_class": "TokenizersBackend"
}