SO84350 commited on
Commit
c269bae
·
verified ·
1 Parent(s): 4ec69a0

Upload LoRA adapter (README written by author)

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. adapter_config.json +5 -5
  3. adapter_model.safetensors +2 -2
README.md CHANGED
@@ -34,9 +34,9 @@ while intermediate reasoning (Chain-of-Thought) is masked.
34
  - Base model: Qwen/Qwen3-4B-Instruct-2507
35
  - Method: QLoRA (4-bit)
36
  - Max sequence length: 512
37
- - Epochs: 1
38
- - Learning rate: 1e-06
39
- - LoRA: r=64, alpha=128
40
 
41
  ## Usage
42
 
 
34
  - Base model: Qwen/Qwen3-4B-Instruct-2507
35
  - Method: QLoRA (4-bit)
36
  - Max sequence length: 512
37
+ - Epochs: 3
38
+ - Learning rate: 1e-04
39
+ - LoRA: r=96, alpha=128
40
 
41
  ## Usage
42
 
adapter_config.json CHANGED
@@ -29,17 +29,17 @@
29
  "peft_type": "LORA",
30
  "peft_version": "0.18.1",
31
  "qalora_group_size": 16,
32
- "r": 64,
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "gate_proj",
37
  "v_proj",
38
  "q_proj",
39
- "down_proj",
40
  "up_proj",
41
- "o_proj",
42
- "k_proj"
 
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
29
  "peft_type": "LORA",
30
  "peft_version": "0.18.1",
31
  "qalora_group_size": 16,
32
+ "r": 96,
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
36
  "v_proj",
37
  "q_proj",
38
+ "k_proj",
39
  "up_proj",
40
+ "down_proj",
41
+ "gate_proj",
42
+ "o_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:03ff6778879a8770fc4f06014fc6c7b8ab58fb0e2e0581f5d39c060ac20b06df
3
- size 528550256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56c09a130e71459bff559aa2f9bd646725c2c7608b191e9208c918dc02680e28
3
+ size 792791480