zaburou commited on
Commit
74d8e89
·
verified ·
1 Parent(s): 16aafc2

Upload LoRA adapter (README written by author)

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. adapter_config.json +3 -3
  3. adapter_model.safetensors +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ 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: 1024
37
- - Epochs: 2
38
  - Grad accum: 8
39
  - Learning rate: 2e-05
40
  - Warm up raio: 0.1
 
34
  - Base model: Qwen/Qwen3-4B-Instruct-2507
35
  - Method: QLoRA (4-bit)
36
  - Max sequence length: 1024
37
+ - Epochs: 1
38
  - Grad accum: 8
39
  - Learning rate: 2e-05
40
  - Warm up raio: 0.1
adapter_config.json CHANGED
@@ -33,13 +33,13 @@
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "up_proj",
37
  "o_proj",
38
  "v_proj",
39
- "down_proj",
40
  "k_proj",
41
  "q_proj",
42
- "gate_proj"
 
 
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
36
  "o_proj",
37
  "v_proj",
 
38
  "k_proj",
39
  "q_proj",
40
+ "up_proj",
41
+ "gate_proj",
42
+ "down_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:6bb3cdf69ad444a0acdcfd36a5a2b6790207f0d7844e87f3ff8548d01d76503e
3
  size 132187888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef289370a192fd375fa595e67e26eabe9ebec361cb5d051a0743fd3eae6fec7f
3
  size 132187888