juliadollis
commited on
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 |
-
"down_proj",
|
24 |
"up_proj",
|
25 |
-
"k_proj",
|
26 |
-
"gate_proj",
|
27 |
-
"lm_head",
|
28 |
"v_proj",
|
|
|
29 |
"q_proj",
|
30 |
-
"
|
|
|
|
|
|
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"up_proj",
|
|
|
|
|
|
|
24 |
"v_proj",
|
25 |
+
"down_proj",
|
26 |
"q_proj",
|
27 |
+
"k_proj",
|
28 |
+
"lm_head",
|
29 |
+
"o_proj",
|
30 |
+
"gate_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 608759104
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:359616c77d6b3c546a9c095858b410f575190bd160142c7a037677b08959abca
|
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:e9aef8f5edbcb3d4470f8c8f2dbbe10f4f8ef54726825986378e765058b197ec
|
3 |
size 5304
|