Training in progress, step 700
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"exclude_modules": null,
|
| 12 |
"fan_in_fan_out": false,
|
| 13 |
"inference_mode": true,
|
| 14 |
-
"init_lora_weights":
|
| 15 |
"layer_replication": null,
|
| 16 |
"layers_pattern": null,
|
| 17 |
"layers_to_transform": null,
|
|
@@ -31,15 +31,15 @@
|
|
| 31 |
"rank_pattern": {},
|
| 32 |
"revision": null,
|
| 33 |
"target_modules": [
|
| 34 |
-
"
|
| 35 |
-
"o_proj",
|
| 36 |
-
"v_proj",
|
| 37 |
"gate_proj",
|
| 38 |
-
"in_proj_z",
|
| 39 |
"out_proj",
|
| 40 |
"up_proj",
|
|
|
|
| 41 |
"down_proj",
|
| 42 |
-
"
|
|
|
|
|
|
|
| 43 |
"k_proj"
|
| 44 |
],
|
| 45 |
"target_parameters": null,
|
|
|
|
| 11 |
"exclude_modules": null,
|
| 12 |
"fan_in_fan_out": false,
|
| 13 |
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
"layer_replication": null,
|
| 16 |
"layers_pattern": null,
|
| 17 |
"layers_to_transform": null,
|
|
|
|
| 31 |
"rank_pattern": {},
|
| 32 |
"revision": null,
|
| 33 |
"target_modules": [
|
| 34 |
+
"q_proj",
|
|
|
|
|
|
|
| 35 |
"gate_proj",
|
|
|
|
| 36 |
"out_proj",
|
| 37 |
"up_proj",
|
| 38 |
+
"in_proj_qkv",
|
| 39 |
"down_proj",
|
| 40 |
+
"in_proj_z",
|
| 41 |
+
"v_proj",
|
| 42 |
+
"o_proj",
|
| 43 |
"k_proj"
|
| 44 |
],
|
| 45 |
"target_parameters": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1740746640
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a05713b405e067eec917f7e5b30208a51fc30d42eea29d0da78a1b0a55c38cbf
|
| 3 |
size 1740746640
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5201
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14fd1411109c0eee6413d22d6af96a8f8643991c4f44679b65cf8291ea6222b1
|
| 3 |
size 5201
|