Training in progress, step 100
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -19,12 +19,12 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"up_proj",
|
23 |
-
"q_proj",
|
24 |
-
"o_proj",
|
25 |
-
"v_proj",
|
26 |
"k_proj",
|
27 |
"gate_proj",
|
|
|
|
|
|
|
|
|
28 |
"down_proj"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM"
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
|
|
|
|
22 |
"k_proj",
|
23 |
"gate_proj",
|
24 |
+
"up_proj",
|
25 |
+
"v_proj",
|
26 |
+
"o_proj",
|
27 |
+
"q_proj",
|
28 |
"down_proj"
|
29 |
],
|
30 |
"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 83946192
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:283aa669dd3fbec2c83c9886738183bb4d9131d83c73610cf7f746d43fbbc0c7
|
3 |
size 83946192
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6648
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da0882b299f95e3275abb6a23f877e7a3f1b30b0a7a738ee7aa9fdae78a96b6c
|
3 |
size 6648
|