Yusuke428 commited on
Commit
e3761c7
·
verified ·
1 Parent(s): ce9dbd4

Upload LoRA adapter (README written by author)

Browse files
Files changed (3) hide show
  1. README.md +4 -4
  2. adapter_config.json +7 -3
  3. adapter_model.safetensors +2 -2
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: 512
37
- - Epochs: 2
38
- - Learning rate: 5e-05
39
- - LoRA: r=64, alpha=64
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: 3
38
+ - Learning rate: 3e-05
39
+ - LoRA: r=32, alpha=64
40
 
41
  ## Usage
42
 
adapter_config.json CHANGED
@@ -29,13 +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
- "up_proj",
37
  "gate_proj",
38
- "down_proj"
 
 
 
 
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
 
29
  "peft_type": "LORA",
30
  "peft_version": "0.18.1",
31
  "qalora_group_size": 16,
32
+ "r": 32,
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
+ "k_proj",
37
  "gate_proj",
38
+ "o_proj",
39
+ "up_proj",
40
+ "down_proj",
41
+ "v_proj",
42
+ "q_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:d28a0f7a3c07be5842ac4307c5b050db435537cf1df7d2589680d22a5718f8cf
3
- size 339767264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43548cc69a89e0614e911ec1edfba3ec084738fd2f7eb9a787264a63666e7268
3
+ size 264308896