Training in progress, step 13
Browse files- adapter_config.json +6 -6
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
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 |
-
"
|
65 |
-
"o_proj",
|
66 |
"up_proj",
|
67 |
-
"v_proj",
|
68 |
-
"k_proj",
|
69 |
"q_proj",
|
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 |
+
"down_proj",
|
|
|
65 |
"up_proj",
|
|
|
|
|
66 |
"q_proj",
|
67 |
+
"k_proj",
|
68 |
+
"v_proj",
|
69 |
+
"gate_proj",
|
70 |
+
"o_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 80013120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e8a3127d7d91ebf267a739bf46d7a3191beca921804f8fadabd03d166c9a371
|
3 |
size 80013120
|
training_args.bin
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:fda478541d6f5c9acb7b3ac17156e8ccb37ae892a0836285ecc197d58f9bfcf5
|
3 |
+
size 5112
|