tuanna08go
commited on
Training in progress, step 13
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,14 +20,14 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
"w1",
|
25 |
-
"
|
26 |
-
"q_proj",
|
27 |
-
"k_proj",
|
28 |
"v_proj",
|
29 |
"gate",
|
30 |
-
"
|
|
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"w3",
|
24 |
"w1",
|
25 |
+
"o_proj",
|
|
|
|
|
26 |
"v_proj",
|
27 |
"gate",
|
28 |
+
"w2",
|
29 |
+
"k_proj",
|
30 |
+
"q_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 144805440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1c07d87b0903972090dc7c59675be444b55a5abc60fa7f3280cbea60bfc0b93
|
3 |
size 144805440
|
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:9b9041c1ebc0d02fefdca718099d9a5a3c190e80ae06c1c0d68e60711b365379
|
3 |
size 6776
|