Training in progress, step 10
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,11 +23,11 @@
|
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
"k_proj",
|
26 |
-
"q_proj",
|
27 |
-
"gate_proj",
|
28 |
-
"up_proj",
|
29 |
"down_proj",
|
30 |
-
"v_proj"
|
|
|
|
|
|
|
31 |
],
|
32 |
"task_type": null
|
33 |
}
|
|
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
"k_proj",
|
|
|
|
|
|
|
26 |
"down_proj",
|
27 |
+
"v_proj",
|
28 |
+
"up_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"q_proj"
|
31 |
],
|
32 |
"task_type": null
|
33 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 37799672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3e35b2e5a6f200ce189e451a7d014c20bc2d485501f5a3bd55db289fa93b825
|
3 |
size 37799672
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b31218373b538ec469d5a0ef855a34647d30438547a8c33b269cf29f0c2836d
|
3 |
size 4856
|