Training in progress, step 100
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -24,13 +24,13 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"up_proj",
|
30 |
"v_proj",
|
|
|
31 |
"down_proj",
|
32 |
-
"
|
33 |
-
"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
+
"o_proj",
|
28 |
+
"gate_proj",
|
|
|
29 |
"v_proj",
|
30 |
+
"k_proj",
|
31 |
"down_proj",
|
32 |
+
"up_proj",
|
33 |
+
"q_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 22573704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db97212a699a44796a1b9190420698353ee7e86847704a496d64ff579d06f7fe
|
3 |
size 22573704
|
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:429b1a9a052df3deb98d1ecef6d1a87950a749ca25f951670f69d0bc53036bb5
|
3 |
+
size 5560
|