llama-3.2-1b-paw-control-lora / tokenizer_config.json
sparrow8i8's picture
Random Wikipedia content LoRA adapter (Llama-3.2-1B, r=32, 36 random docs, 3 epochs)
2202837 verified
raw
history blame contribute delete
335 Bytes
{
"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"
}