yuriachermann
commited on
Commit
•
27af0ff
1
Parent(s):
4591af8
Training in progress, step 500
Browse files- adapter_config.json +4 -4
- 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 |
-
"gate_proj",
|
24 |
-
"down_proj",
|
25 |
"q_proj",
|
26 |
-
"
|
27 |
-
"
|
28 |
"v_proj",
|
|
|
|
|
29 |
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"q_proj",
|
24 |
+
"down_proj",
|
25 |
+
"gate_proj",
|
26 |
"v_proj",
|
27 |
+
"k_proj",
|
28 |
+
"up_proj",
|
29 |
"o_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 156926880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff78e2a760d353d175eef0066b80fe1090b0f6312a7ff1a56a883c5347d45bed
|
3 |
size 156926880
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4539
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd8a56a6f1c6ec45d9ffc7640c2e87d2237fb45e2106593f9a76b5aebf910f26
|
3 |
size 4539
|