Training in progress, step 74200
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -24,11 +24,11 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"k_proj",
|
27 |
-
"v_proj",
|
28 |
-
"o_proj",
|
29 |
-
"up_proj",
|
30 |
"down_proj",
|
|
|
|
|
31 |
"gate_proj",
|
|
|
32 |
"q_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"k_proj",
|
|
|
|
|
|
|
27 |
"down_proj",
|
28 |
+
"up_proj",
|
29 |
+
"v_proj",
|
30 |
"gate_proj",
|
31 |
+
"o_proj",
|
32 |
"q_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1342238560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f1813ee23d53abc6e097c2853a9d84a91de2d69a9f3b80b1e53321de82871f1
|
3 |
size 1342238560
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6840
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:973554a532ca404cb4db7d5fef3755d36407a35ec7c1a90c277a7941be0f4f1e
|
3 |
size 6840
|