Salmamoori
commited on
Commit
•
2aecf90
1
Parent(s):
b1eaf35
Training in progress, step 500
Browse files- adapter_config.json +8 -8
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,19 +23,19 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"linear_1",
|
27 |
"o_proj",
|
28 |
"fc2",
|
29 |
-
"
|
30 |
"k_proj",
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"down_proj",
|
34 |
-
"q_proj",
|
35 |
"fc1",
|
|
|
|
|
36 |
"up_proj",
|
37 |
-
"
|
38 |
-
"
|
|
|
39 |
],
|
40 |
"task_type": null,
|
41 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
26 |
"o_proj",
|
27 |
"fc2",
|
28 |
+
"lm_head",
|
29 |
"k_proj",
|
30 |
+
"gate_proj",
|
31 |
+
"linear_1",
|
|
|
|
|
32 |
"fc1",
|
33 |
+
"v_proj",
|
34 |
+
"linear_2",
|
35 |
"up_proj",
|
36 |
+
"q_proj",
|
37 |
+
"out_proj",
|
38 |
+
"down_proj"
|
39 |
],
|
40 |
"task_type": null,
|
41 |
"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 1290994752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc6862124c306d55d910e1c82b0e9e628110c06b87f473df66b75a21e0217cee
|
3 |
size 1290994752
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82bbec8ecaf0b48b3a39be795e5937b0b77355cb276aec2c74da23ca534f9a5a
|
3 |
size 5496
|