File size: 457 Bytes
bc2e45f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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"
    ]
  }
}