Create model.safetensors.index.json
Browse files- model.safetensors.index.json +18 -0
model.safetensors.index.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"format": "safetensors",
|
4 |
+
"model_type": "FastLanguageModel",
|
5 |
+
"total_size": 27300000 // Adjust this according to actual model size in bytes
|
6 |
+
},
|
7 |
+
"weight_map": {
|
8 |
+
"adapter_model.safetensors": [
|
9 |
+
"model.lora.q_proj.weight",
|
10 |
+
"model.lora.k_proj.weight",
|
11 |
+
"model.lora.v_proj.weight",
|
12 |
+
"model.lora.o_proj.weight",
|
13 |
+
"model.lora.r.weight",
|
14 |
+
"model.lora.alpha",
|
15 |
+
"model.lora.dropout"
|
16 |
+
]
|
17 |
+
}
|
18 |
+
}
|