Upload LoRA adapter (README written by author)
Browse files- README.md +2 -2
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -33,10 +33,10 @@ while intermediate reasoning (Chain-of-Thought) is masked.
|
|
| 33 |
|
| 34 |
- Base model: Qwen/Qwen3-4B-Instruct-2507
|
| 35 |
- Method: QLoRA (4-bit)
|
| 36 |
-
- Max sequence length:
|
| 37 |
- Epochs: 1
|
| 38 |
- Learning rate: 1e-05
|
| 39 |
-
- LoRA: r=8, alpha=
|
| 40 |
|
| 41 |
## Usage
|
| 42 |
|
|
|
|
| 33 |
|
| 34 |
- Base model: Qwen/Qwen3-4B-Instruct-2507
|
| 35 |
- Method: QLoRA (4-bit)
|
| 36 |
+
- Max sequence length: 1024
|
| 37 |
- Epochs: 1
|
| 38 |
- Learning rate: 1e-05
|
| 39 |
+
- LoRA: r=8, alpha=16
|
| 40 |
|
| 41 |
## Usage
|
| 42 |
|
adapter_config.json
CHANGED
|
@@ -20,9 +20,9 @@
|
|
| 20 |
"layers_pattern": null,
|
| 21 |
"layers_to_transform": null,
|
| 22 |
"loftq_config": {},
|
| 23 |
-
"lora_alpha":
|
| 24 |
"lora_bias": false,
|
| 25 |
-
"lora_dropout": 0.
|
| 26 |
"megatron_config": null,
|
| 27 |
"megatron_core": "megatron.core",
|
| 28 |
"modules_to_save": null,
|
|
|
|
| 20 |
"layers_pattern": null,
|
| 21 |
"layers_to_transform": null,
|
| 22 |
"loftq_config": {},
|
| 23 |
+
"lora_alpha": 16,
|
| 24 |
"lora_bias": false,
|
| 25 |
+
"lora_dropout": 0.0,
|
| 26 |
"megatron_config": null,
|
| 27 |
"megatron_core": "megatron.core",
|
| 28 |
"modules_to_save": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 19492872
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d152a4246fed4cc1c86cfcaec66e4f066d7e46802cafeb09d4d1204c6a45e5bb
|
| 3 |
size 19492872
|