Llama-3.2-1B-journal-mood-lora / tokenizer_config.json
F20201316's picture
Add FT-JRN QLoRA adapter: valence/arousal extraction (r=0.82/0.86)
d6cfdf3 verified
Raw
History Blame Contribute Delete
369 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,
"pad_token": "<|eot_id|>",
"tokenizer_class": "TokenizersBackend"
}