Llama-3.2-3B-Instruct-lora-finetuned-fol / special_tokens_map.json
jhkim64's picture
LoRA fine-tuned llama model on FOLIO prompt dataset
1ffa292 verified
raw
history blame contribute delete
325 Bytes
{
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|eot_id|>"
}