samyak24jain
commited on
Commit
•
62dbb02
1
Parent(s):
aa6ac30
Training in progress, step 100
Browse files- adapter_config.json +9 -9
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,19 +20,19 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"fc1",
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"gate_proj",
|
27 |
"v_proj",
|
28 |
-
"
|
29 |
"lm_head",
|
30 |
-
"
|
31 |
-
"linear_1",
|
32 |
"out_proj",
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
|
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"linear_1",
|
24 |
"fc1",
|
25 |
+
"k_proj",
|
26 |
+
"linear_2",
|
|
|
27 |
"v_proj",
|
28 |
+
"up_proj",
|
29 |
"lm_head",
|
30 |
+
"gate_proj",
|
|
|
31 |
"out_proj",
|
32 |
+
"down_proj",
|
33 |
+
"fc2",
|
34 |
+
"q_proj",
|
35 |
+
"o_proj"
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"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:73c51f1ec6676c9b694cd89228016ac902ac8ed0b1bc063ef480a1f2a0805ab1
|
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 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:001306b0ff2f1822c3e8591303854b66ec7cc3aada884f7610a3dcbb9595bc52
|
3 |
size 5048
|