Training in progress, step 13
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -21,11 +21,11 @@
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"fc2",
|
| 24 |
-
"q_proj",
|
| 25 |
-
"k_proj",
|
| 26 |
-
"fc1",
|
| 27 |
"v_proj",
|
| 28 |
-
"
|
|
|
|
|
|
|
|
|
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
| 31 |
"use_dora": false,
|
|
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"fc2",
|
|
|
|
|
|
|
|
|
|
| 24 |
"v_proj",
|
| 25 |
+
"fc1",
|
| 26 |
+
"q_proj",
|
| 27 |
+
"dense",
|
| 28 |
+
"k_proj"
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
| 31 |
"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 47235968
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b999e5827cf6a827a9f1aae5737761874b5b2e1aaf98ec0f0f435ff64781df0
|
| 3 |
size 47235968
|
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:c548707e8979304a8caadd9ff03d6db8367c40053ab37812aa609d6edc187aa0
|
| 3 |
size 6776
|