Training in progress, step 6
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -21,11 +21,11 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
-
"gate_proj",
|
25 |
-
"v_proj",
|
26 |
-
"q_proj",
|
27 |
"down_proj",
|
|
|
|
|
28 |
"up_proj",
|
|
|
29 |
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
|
|
|
|
|
|
24 |
"down_proj",
|
25 |
+
"q_proj",
|
26 |
+
"v_proj",
|
27 |
"up_proj",
|
28 |
+
"gate_proj",
|
29 |
"o_proj"
|
30 |
],
|
31 |
"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 80013120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af8132b25f3f31b6b1f37c0613ef33d0b1e018defa3f86b1ef730ad2d0083c6c
|
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 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41e2120fce261a3f11caf9498f0f2c7c47b2d4840984af1e8cfb44d3982cfeb2
|
3 |
size 6776
|