Best model so far - eval_loss: 3.0929 -------------------------------------------------------- (Trained with Unsloth)
Browse files- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
| 13 |
"lora_alpha": 64,
|
| 14 |
-
"lora_dropout": 0.
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": [
|
|
@@ -22,13 +22,13 @@
|
|
| 22 |
"rank_pattern": {},
|
| 23 |
"revision": null,
|
| 24 |
"target_modules": [
|
|
|
|
| 25 |
"q_proj",
|
| 26 |
-
"down_proj",
|
| 27 |
-
"gate_proj",
|
| 28 |
"o_proj",
|
|
|
|
| 29 |
"v_proj",
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
],
|
| 33 |
"task_type": "CAUSAL_LM",
|
| 34 |
"use_dora": false,
|
|
|
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
| 13 |
"lora_alpha": 64,
|
| 14 |
+
"lora_dropout": 0.1,
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": [
|
|
|
|
| 22 |
"rank_pattern": {},
|
| 23 |
"revision": null,
|
| 24 |
"target_modules": [
|
| 25 |
+
"up_proj",
|
| 26 |
"q_proj",
|
|
|
|
|
|
|
| 27 |
"o_proj",
|
| 28 |
+
"down_proj",
|
| 29 |
"v_proj",
|
| 30 |
+
"k_proj",
|
| 31 |
+
"gate_proj"
|
| 32 |
],
|
| 33 |
"task_type": "CAUSAL_LM",
|
| 34 |
"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 2372980568
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0da87520371b2837a5e2236fc4875fb36de722eb97939016fd6b33f0da7b77b8
|
| 3 |
size 2372980568
|