career_guidance_model_llama / model.safetensors.index.json
kharshita590's picture
Create model.safetensors.index.json
bc2e45f verified
raw
history blame contribute delete
457 Bytes
{
"metadata": {
"format": "safetensors",
"model_type": "FastLanguageModel",
"total_size": 27300000 // Adjust this according to actual model size in bytes
},
"weight_map": {
"adapter_model.safetensors": [
"model.lora.q_proj.weight",
"model.lora.k_proj.weight",
"model.lora.v_proj.weight",
"model.lora.o_proj.weight",
"model.lora.r.weight",
"model.lora.alpha",
"model.lora.dropout"
]
}
}