juliadollis
commited on
Commit
•
c1884d2
1
Parent(s):
ec53a97
Training in progress, step 6
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 |
-
"k_proj",
|
24 |
-
"lm_head",
|
25 |
"down_proj",
|
26 |
-
"v_proj",
|
27 |
"gate_proj",
|
28 |
-
"
|
29 |
"o_proj",
|
30 |
-
"
|
|
|
|
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"down_proj",
|
|
|
24 |
"gate_proj",
|
25 |
+
"k_proj",
|
26 |
"o_proj",
|
27 |
+
"v_proj",
|
28 |
+
"q_proj",
|
29 |
+
"up_proj",
|
30 |
+
"lm_head"
|
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 608759104
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b23596eb86b8db57420f109c45a77e1f48408c5add8e452562d2cb780ca3d94d
|
3 |
size 608759104
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2eeaa1059c05fc4401ac49eed1575243d3b9d9e7126c54a75e69513d24c63aa
|
3 |
size 5304
|