Training in progress, step 125
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"k_proj",
|
25 |
-
"fc2",
|
26 |
"project_in",
|
27 |
"fc1",
|
28 |
"out_proj",
|
29 |
-
"
|
|
|
|
|
30 |
"q_proj"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"project_out",
|
|
|
|
|
24 |
"project_in",
|
25 |
"fc1",
|
26 |
"out_proj",
|
27 |
+
"k_proj",
|
28 |
+
"fc2",
|
29 |
+
"v_proj",
|
30 |
"q_proj"
|
31 |
],
|
32 |
"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 57056672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65f48816a118050bea93d22427aef9617717a8c0cca574b73848dd4e0251af3b
|
3 |
size 57056672
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64fccb48e247e4c4b3cad50314456b8d025dc6d53f32f7fd512c8ec6d5cd0db7
|
3 |
size 6776
|