juliadollis
commited on
Commit
•
bcb7a53
1
Parent(s):
2057f73
Training in progress, step 6
Browse files- adapter_config.json +2 -2
- 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 |
"lm_head",
|
|
|
25 |
"down_proj",
|
26 |
-
"o_proj",
|
27 |
"q_proj",
|
28 |
"v_proj",
|
|
|
29 |
"gate_proj",
|
30 |
"up_proj"
|
31 |
],
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"lm_head",
|
24 |
+
"k_proj",
|
25 |
"down_proj",
|
|
|
26 |
"q_proj",
|
27 |
"v_proj",
|
28 |
+
"o_proj",
|
29 |
"gate_proj",
|
30 |
"up_proj"
|
31 |
],
|
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:2993ad66c49878a3ff6bcf3e7422512584bb3a26e7c84c52f84419a2ab9627e5
|
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:3c15bc29b7f09449952919a04995ac9e9ea05096a7c195cb481318eb527b9a66
|
3 |
size 5304
|