Training in progress, step 100
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -26,10 +26,10 @@
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
-
"lm_head",
|
30 |
-
"v_proj",
|
31 |
"q_proj",
|
|
|
32 |
"k_proj",
|
|
|
33 |
"o_proj"
|
34 |
],
|
35 |
"task_type": null,
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
|
|
|
|
29 |
"q_proj",
|
30 |
+
"lm_head",
|
31 |
"k_proj",
|
32 |
+
"v_proj",
|
33 |
"o_proj"
|
34 |
],
|
35 |
"task_type": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 399673504
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95b01aba73e4635d38c62aff02825f2037d28f337864be6b6ef654ba170d40be
|
3 |
size 399673504
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:281a5140546c3518ccff26cbdc23504c8d41c182a6875cbd5d9e8a47589e1482
|
3 |
+
size 5304
|