jxta commited on
Commit
b5857ed
·
verified ·
1 Parent(s): cc4b695

Upload LoRA adapter (README written by author)

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. adapter_config.json +4 -4
  3. adapter_model.safetensors +1 -1
README.md CHANGED
@@ -33,9 +33,9 @@ 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: 2e-06
39
  - LoRA: r=64, alpha=128
40
 
41
  ## Usage
 
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-06
39
  - LoRA: r=64, alpha=128
40
 
41
  ## Usage
adapter_config.json CHANGED
@@ -33,13 +33,13 @@
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "q_proj",
37
  "down_proj",
38
- "gate_proj",
39
- "o_proj",
40
  "v_proj",
 
 
41
  "up_proj",
42
- "k_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
36
  "down_proj",
37
+ "q_proj",
 
38
  "v_proj",
39
+ "k_proj",
40
+ "o_proj",
41
  "up_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:ac8ccce16f52ddea4599ac17ab5ba04d92aa443c93c483806949bcc5983dbc51
3
  size 528550256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12f1081ce63a01aae40500966d28b5575d15330263feb4e10f7f98e73caff8b7
3
  size 528550256