Training in progress, step 10
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -26,9 +26,9 @@
|
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
"v_proj",
|
| 29 |
-
"
|
| 30 |
"q_proj",
|
| 31 |
-
"
|
| 32 |
],
|
| 33 |
"task_type": null,
|
| 34 |
"use_dora": false,
|
|
|
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
"v_proj",
|
| 29 |
+
"o_proj",
|
| 30 |
"q_proj",
|
| 31 |
+
"k_proj"
|
| 32 |
],
|
| 33 |
"task_type": null,
|
| 34 |
"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 872450448
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07e7613e54f6bd65b8d998ffdf0b3824d69995833183618b3c3cc1ee415e33d0
|
| 3 |
size 872450448
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5048
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e970e7ee87e646e420d63b7d4ac457fbcd88fcc5c0ea308d5cea9adb3e0b009
|
| 3 |
size 5048
|