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