rtg-llama-lora / tokenizer_config.json
BenGyi's picture
Initial upload: Llama 3.1-8B LoRA r=16 adapter (3-epoch SFT on rail defect reports)
bc7f9b7 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": "<|finetune_right_pad_id|>",
"tokenizer_class": "TokenizersBackend"
}