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