Training in progress, step 1000
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -24,12 +24,12 @@
|
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
"up_proj",
|
| 27 |
-
"
|
| 28 |
"down_proj",
|
|
|
|
|
|
|
| 29 |
"q_proj",
|
| 30 |
-
"
|
| 31 |
-
"gate_proj",
|
| 32 |
-
"o_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_dora": false,
|
|
|
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
"up_proj",
|
| 27 |
+
"k_proj",
|
| 28 |
"down_proj",
|
| 29 |
+
"o_proj",
|
| 30 |
+
"v_proj",
|
| 31 |
"q_proj",
|
| 32 |
+
"gate_proj"
|
|
|
|
|
|
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"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 47584968
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:230118381a04616bba7b1b49422ed1d955bf19b9d18a4d46c87d4bff2547703e
|
| 3 |
size 47584968
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d2ee10d11b770992c7429a18c0957641db0ebe41fbbe0275cb9141793ffffc8
|
| 3 |
size 5368
|