Training in progress, epoch 1
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -17,12 +17,12 @@
|
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"v_proj",
|
20 |
-
"o_proj",
|
21 |
"gate_proj",
|
|
|
|
|
22 |
"up_proj",
|
23 |
"k_proj",
|
24 |
-
"
|
25 |
-
"q_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
|
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"v_proj",
|
|
|
20 |
"gate_proj",
|
21 |
+
"q_proj",
|
22 |
+
"down_proj",
|
23 |
"up_proj",
|
24 |
"k_proj",
|
25 |
+
"o_proj"
|
|
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 80013120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e47863a9815f281bcfe160e6add29f2ee5a98e9f11000ed675ef0ddcc44d0b35
|
3 |
size 80013120
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0c47ccaaabda24d24d74d0af82a1f6c682ba1069999aaaf4d95b9ac9cbf2255
|
3 |
size 4600
|