AIML_QA_Llama31_FineTuned_UsingLora / special_tokens_map.json
GSridhar1982's picture
Llama31 fine tuned files using unsloth for QA project
9e6b8c7 verified
raw
history blame contribute delete
459 Bytes
{
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|finetune_right_pad_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}