Training in progress, epoch 0
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -25,13 +25,13 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"q_proj",
|
29 |
-
"fc_in",
|
30 |
-
"wte",
|
31 |
"v_proj",
|
32 |
"out_proj",
|
33 |
-
"
|
34 |
-
"
|
|
|
|
|
|
|
35 |
],
|
36 |
"task_type": null,
|
37 |
"use_dora": false,
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
|
|
|
|
|
|
28 |
"v_proj",
|
29 |
"out_proj",
|
30 |
+
"k_proj",
|
31 |
+
"wte",
|
32 |
+
"fc_in",
|
33 |
+
"q_proj",
|
34 |
+
"fc_out"
|
35 |
],
|
36 |
"task_type": null,
|
37 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9449880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01bcec8a5367c7ffd3f5b0f4b361b3c2b66ca1220fdc21d71283aa44a95fa28d
|
3 |
size 9449880
|
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:c9d738d18de5e8a383760b4223ae81813986752766034d9fefd93729467b0714
|
3 |
+
size 5176
|