Training in progress, step 100
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -20,11 +20,11 @@
|
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
"fc1",
|
| 23 |
-
"q_proj",
|
| 24 |
-
"fc2",
|
| 25 |
"v_proj",
|
|
|
|
| 26 |
"k_proj",
|
| 27 |
-
"out_proj"
|
|
|
|
| 28 |
],
|
| 29 |
"task_type": "CAUSAL_LM"
|
| 30 |
}
|
|
|
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
"fc1",
|
|
|
|
|
|
|
| 23 |
"v_proj",
|
| 24 |
+
"fc2",
|
| 25 |
"k_proj",
|
| 26 |
+
"out_proj",
|
| 27 |
+
"q_proj"
|
| 28 |
],
|
| 29 |
"task_type": "CAUSAL_LM"
|
| 30 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 302040664
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d86d3b97b32da2b6518e9f5211e15488640a8753f06a6baa66e01ca86056a41e
|
| 3 |
size 302040664
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4283
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36edf1952db8f9d254f431ea1b8f5b1d0a561bfee77b2e556173ff58eebbfcbd
|
| 3 |
size 4283
|