Training in progress, step 20
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -21,12 +21,12 @@
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"k_proj",
|
| 24 |
-
"o_proj",
|
| 25 |
"gate_proj",
|
| 26 |
"v_proj",
|
| 27 |
"down_proj",
|
| 28 |
-
"
|
| 29 |
-
"up_proj"
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"k_proj",
|
|
|
|
| 24 |
"gate_proj",
|
| 25 |
"v_proj",
|
| 26 |
"down_proj",
|
| 27 |
+
"o_proj",
|
| 28 |
+
"up_proj",
|
| 29 |
+
"q_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"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 45118424
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c262af3316d92f1e6a59b3f3fce338e187fac9175949a02bc80bdc70674949db
|
| 3 |
size 45118424
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4cb7ce651922e8f53dabf2b1364985d613e09d28a1319890e22f5a25dfbce85
|
| 3 |
size 6648
|