Training in progress, step 150
Browse files- adapter_config.json +5 -6
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -10,22 +10,21 @@
|
|
| 10 |
"layers_pattern": null,
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
| 13 |
-
"lora_alpha":
|
| 14 |
-
"lora_dropout": 0.
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": [
|
| 18 |
"lm_head"
|
| 19 |
],
|
| 20 |
"peft_type": "LORA",
|
| 21 |
-
"r":
|
| 22 |
"rank_pattern": {},
|
| 23 |
"revision": null,
|
| 24 |
"target_modules": [
|
| 25 |
-
"
|
| 26 |
"k_proj",
|
| 27 |
-
"
|
| 28 |
-
"q_proj"
|
| 29 |
],
|
| 30 |
"task_type": "CAUSAL_LM",
|
| 31 |
"use_dora": false,
|
|
|
|
| 10 |
"layers_pattern": null,
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 16,
|
| 14 |
+
"lora_dropout": 0.2,
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": [
|
| 18 |
"lm_head"
|
| 19 |
],
|
| 20 |
"peft_type": "LORA",
|
| 21 |
+
"r": 8,
|
| 22 |
"rank_pattern": {},
|
| 23 |
"revision": null,
|
| 24 |
"target_modules": [
|
| 25 |
+
"q_proj",
|
| 26 |
"k_proj",
|
| 27 |
+
"v_proj"
|
|
|
|
| 28 |
],
|
| 29 |
"task_type": "CAUSAL_LM",
|
| 30 |
"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:7e81660a5e55019447836a6013d3ea0aa5c04c4d9f1d33afe72df3e4a7997421
|
| 3 |
+
size 1103779584
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db0b1a8501da2a8e506e8ae3417c049c4e15fc8737da5bf526cb315ba1d54160
|
| 3 |
size 5496
|