Upload LoRA adapter (README written by author)
Browse files- README.md +1 -1
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -38,7 +38,7 @@ while intermediate reasoning (Chain-of-Thought) is masked.
|
|
| 38 |
- Grad accum: 8
|
| 39 |
- Learning rate: 1e-04
|
| 40 |
- Warm up raio: 0.1
|
| 41 |
-
- Weight Decay: 0.
|
| 42 |
- LoRA:
|
| 43 |
- r=64, alpha=128
|
| 44 |
- dropout: 0.0
|
|
|
|
| 38 |
- Grad accum: 8
|
| 39 |
- Learning rate: 1e-04
|
| 40 |
- Warm up raio: 0.1
|
| 41 |
+
- Weight Decay: 0.05
|
| 42 |
- LoRA:
|
| 43 |
- r=64, alpha=128
|
| 44 |
- dropout: 0.0
|
adapter_config.json
CHANGED
|
@@ -33,13 +33,13 @@
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
| 36 |
-
"down_proj",
|
| 37 |
-
"gate_proj",
|
| 38 |
-
"up_proj",
|
| 39 |
"v_proj",
|
| 40 |
"o_proj",
|
|
|
|
|
|
|
|
|
|
| 41 |
"k_proj",
|
| 42 |
-
"
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
| 45 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 33 |
"rank_pattern": {},
|
| 34 |
"revision": null,
|
| 35 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
| 36 |
"v_proj",
|
| 37 |
"o_proj",
|
| 38 |
+
"q_proj",
|
| 39 |
+
"up_proj",
|
| 40 |
+
"down_proj",
|
| 41 |
"k_proj",
|
| 42 |
+
"gate_proj"
|
| 43 |
],
|
| 44 |
"target_parameters": null,
|
| 45 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 528550256
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3eee12cdef15352eadec5cdf3331fbe5c20192bdd9bd01fdcb8b99ce963b3a5
|
| 3 |
size 528550256
|