Training in progress, step 13
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -21,9 +21,9 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"fc_in",
|
24 |
-
"k_proj",
|
25 |
-
"q_proj",
|
26 |
"fc_out",
|
|
|
|
|
27 |
"out_proj",
|
28 |
"v_proj"
|
29 |
],
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"fc_in",
|
|
|
|
|
24 |
"fc_out",
|
25 |
+
"q_proj",
|
26 |
+
"k_proj",
|
27 |
"out_proj",
|
28 |
"v_proj"
|
29 |
],
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 66103768
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b8d2f7e62d9e9ed7aab8da6ae34457f6971c5d4ad33397292d5e910a8ff4172
|
3 |
size 66103768
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6712
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:983231f2813a821542f51da770582ab0d74e9e0048c15908fc80a8e100d87b0e
|
3 |
size 6712
|