SensPrune-Llama-3.1-8B / tokenizer_config.json
ForSureTesterSim's picture
Initial commit: Sens-Prune Merge (DELLA MAGPRUNE + Sens-Merging)
8d5d20b verified
Raw
History Blame Contribute Delete
325 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": false,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"tokenizer_class": "TokenizersBackend"
}