{ | |
"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" | |
] | |
} | |
} | |