Training in progress, step 4
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -51,7 +51,7 @@
|
|
51 |
40
|
52 |
],
|
53 |
"loftq_config": {},
|
54 |
-
"lora_alpha":
|
55 |
"lora_dropout": 0,
|
56 |
"megatron_config": null,
|
57 |
"megatron_core": "megatron.core",
|
@@ -61,13 +61,13 @@
|
|
61 |
"rank_pattern": {},
|
62 |
"revision": "unsloth",
|
63 |
"target_modules": [
|
64 |
-
"k_proj",
|
65 |
"o_proj",
|
66 |
-
"
|
67 |
-
"gate_proj",
|
68 |
"v_proj",
|
69 |
-
"
|
70 |
-
"
|
|
|
|
|
71 |
],
|
72 |
"task_type": "CAUSAL_LM"
|
73 |
}
|
|
|
51 |
40
|
52 |
],
|
53 |
"loftq_config": {},
|
54 |
+
"lora_alpha": 16,
|
55 |
"lora_dropout": 0,
|
56 |
"megatron_config": null,
|
57 |
"megatron_core": "megatron.core",
|
|
|
61 |
"rank_pattern": {},
|
62 |
"revision": "unsloth",
|
63 |
"target_modules": [
|
|
|
64 |
"o_proj",
|
65 |
+
"up_proj",
|
|
|
66 |
"v_proj",
|
67 |
+
"k_proj",
|
68 |
+
"gate_proj",
|
69 |
+
"down_proj",
|
70 |
+
"q_proj"
|
71 |
],
|
72 |
"task_type": "CAUSAL_LM"
|
73 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 83945296
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15f805f0a21a2b95cc4813968ec1baaf8fb5ecbb9c0f9f50995d5b937c49d02b
|
3 |
size 83945296
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3a885816a3eb04d5277b26f308bf1d567fb19a3cd9797b60b56cae9377f27d8
|
3 |
size 5112
|