Training in progress, step 2
Browse files- adapter_config.json +9 -5
- adapter_model.safetensors +2 -2
- training_args.bin +2 -2
adapter_config.json
CHANGED
|
@@ -28,14 +28,18 @@
|
|
| 28 |
"rank_pattern": {},
|
| 29 |
"revision": null,
|
| 30 |
"target_modules": [
|
| 31 |
-
"v_proj",
|
| 32 |
-
"q_proj",
|
| 33 |
"k_proj",
|
| 34 |
-
"o_proj"
|
|
|
|
|
|
|
| 35 |
],
|
| 36 |
"target_parameters": [
|
| 37 |
-
"
|
| 38 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
],
|
| 40 |
"task_type": null,
|
| 41 |
"trainable_token_indices": null,
|
|
|
|
| 28 |
"rank_pattern": {},
|
| 29 |
"revision": null,
|
| 30 |
"target_modules": [
|
|
|
|
|
|
|
| 31 |
"k_proj",
|
| 32 |
+
"o_proj",
|
| 33 |
+
"q_proj",
|
| 34 |
+
"v_proj"
|
| 35 |
],
|
| 36 |
"target_parameters": [
|
| 37 |
+
"7.mlp.experts.gate_up_proj",
|
| 38 |
+
"7.mlp.experts.down_proj",
|
| 39 |
+
"15.mlp.experts.gate_up_proj",
|
| 40 |
+
"15.mlp.experts.down_proj",
|
| 41 |
+
"23.mlp.experts.gate_up_proj",
|
| 42 |
+
"23.mlp.experts.down_proj"
|
| 43 |
],
|
| 44 |
"task_type": null,
|
| 45 |
"trainable_token_indices": null,
|
adapter_model.safetensors
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:372963ddb62d8abec51013bbc77e92efaac3272249f908500155e56ebe13f88b
|
| 3 |
+
size 60189176
|
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:aeb8bb0f09d8160a8b40506c151389f641de748dac6f285829cba4e9636d9fcf
|
| 3 |
+
size 6225
|