Commit
·
a08ebae
1
Parent(s):
2d1bb30
Training in progress, step 500
Browse files- adapter_config.json +3 -3
- adapter_model.bin +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -15,12 +15,12 @@
|
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
"up_proj",
|
| 18 |
-
"
|
| 19 |
"o_proj",
|
| 20 |
"gate_proj",
|
| 21 |
-
"q_proj",
|
| 22 |
"k_proj",
|
| 23 |
-
"v_proj"
|
|
|
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
|
|
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
"up_proj",
|
| 18 |
+
"q_proj",
|
| 19 |
"o_proj",
|
| 20 |
"gate_proj",
|
|
|
|
| 21 |
"k_proj",
|
| 22 |
+
"v_proj",
|
| 23 |
+
"down_proj"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
adapter_model.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:5b5652a4c3d0fe085a45ef059790a3bca079d795e78cb780960bb149676303d9
|
| 3 |
+
size 160084621
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2894270d07079a367f38a74d2805529f5a01492594cb25dea3c68eff0d75503
|
| 3 |
size 4091
|