Training in progress, step 200
Browse files- adapter_config.json +5 -5
- adapter_model.bin +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -14,13 +14,13 @@
|
|
| 14 |
"r": 64,
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
-
"
|
|
|
|
|
|
|
| 18 |
"up_proj",
|
| 19 |
-
"
|
| 20 |
"q_proj",
|
| 21 |
-
"
|
| 22 |
-
"o_proj",
|
| 23 |
-
"gate_proj"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
|
|
|
| 14 |
"r": 64,
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
+
"o_proj",
|
| 18 |
+
"gate_proj",
|
| 19 |
+
"v_proj",
|
| 20 |
"up_proj",
|
| 21 |
+
"down_proj",
|
| 22 |
"q_proj",
|
| 23 |
+
"k_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 335706314
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3da2e65d9ca1f8cc3ea26907f649319515c1858099bfc1ecbdc5b67915fb1cdb
|
| 3 |
size 335706314
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6392
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67203c311777fcf1552450b27bc9606334a4be2fc8ada5c579edeee7444c0348
|
| 3 |
size 6392
|