Training in progress, epoch 0
Browse files- adapter_config.json +8 -4
- adapter_model.safetensors +2 -2
adapter_config.json
CHANGED
|
@@ -15,19 +15,23 @@
|
|
| 15 |
"layers_pattern": null,
|
| 16 |
"layers_to_transform": null,
|
| 17 |
"loftq_config": {},
|
| 18 |
-
"lora_alpha":
|
| 19 |
"lora_bias": false,
|
| 20 |
"lora_dropout": 0.1,
|
| 21 |
"megatron_config": null,
|
| 22 |
"megatron_core": "megatron.core",
|
| 23 |
"modules_to_save": null,
|
| 24 |
"peft_type": "LORA",
|
| 25 |
-
"r":
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
-
"
|
| 30 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
],
|
| 32 |
"task_type": null,
|
| 33 |
"use_dora": false,
|
|
|
|
| 15 |
"layers_pattern": null,
|
| 16 |
"layers_to_transform": null,
|
| 17 |
"loftq_config": {},
|
| 18 |
+
"lora_alpha": 16,
|
| 19 |
"lora_bias": false,
|
| 20 |
"lora_dropout": 0.1,
|
| 21 |
"megatron_config": null,
|
| 22 |
"megatron_core": "megatron.core",
|
| 23 |
"modules_to_save": null,
|
| 24 |
"peft_type": "LORA",
|
| 25 |
+
"r": 8,
|
| 26 |
"rank_pattern": {},
|
| 27 |
"revision": null,
|
| 28 |
"target_modules": [
|
| 29 |
+
"o_proj",
|
| 30 |
+
"linear_2",
|
| 31 |
+
"linear_1",
|
| 32 |
+
"self_attn.v_proj",
|
| 33 |
+
"self_attn.k_proj",
|
| 34 |
+
"self_attn.q_proj"
|
| 35 |
],
|
| 36 |
"task_type": null,
|
| 37 |
"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
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a026449da2d6c4ec39e4b67e13a53e5fc1b17ea037d3cd473b77872e178c4357
|
| 3 |
+
size 43502040
|