Training in progress, step 10
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -25,12 +25,12 @@
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"v_proj",
|
28 |
-
"
|
29 |
"k_proj",
|
30 |
-
"
|
31 |
-
"gate_proj",
|
32 |
"q_proj",
|
33 |
-
"
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
"v_proj",
|
28 |
+
"up_proj",
|
29 |
"k_proj",
|
30 |
+
"o_proj",
|
|
|
31 |
"q_proj",
|
32 |
+
"gate_proj",
|
33 |
+
"down_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 59934640
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0047d9b16da986d77c470fcadde337b11eb942c034c360e7cb108e1000ac761b
|
3 |
size 59934640
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99a277a5ff93be982b3aae3a4a156487fa17cae749a3da5a8224e5789a220091
|
3 |
+
size 9080
|