kdru0077 commited on
Commit
4f3e2a1
·
verified ·
1 Parent(s): b1755fa

Upload LoRA adapter (README written by author)

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. adapter_config.json +4 -4
  3. adapter_model.safetensors +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ while intermediate reasoning (Chain-of-Thought) is masked.
35
  - Method: QLoRA (4-bit)
36
  - Max sequence length: 512
37
  - Epochs: 2
38
- - Learning rate: 3e-06
39
  - LoRA: r=64, alpha=128
40
 
41
  ## Usage
 
35
  - Method: QLoRA (4-bit)
36
  - Max sequence length: 512
37
  - Epochs: 2
38
+ - Learning rate: 6e-06
39
  - LoRA: r=64, alpha=128
40
 
41
  ## Usage
adapter_config.json CHANGED
@@ -24,13 +24,13 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "k_proj",
28
  "q_proj",
29
- "o_proj",
30
  "v_proj",
31
  "up_proj",
32
- "down_proj",
33
- "gate_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "use_dora": false,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
+ "gate_proj",
28
  "q_proj",
29
+ "k_proj",
30
  "v_proj",
31
  "up_proj",
32
+ "o_proj",
33
+ "down_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f8beff377ac91c3168066a3909522b10d03f7b2f1cec23b8e7a1059ff5474ae5
3
  size 528550256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0de57e57e082b8585d2b893b2dc1cbe244a950453d32f15999e0e1a1a8daa90
3
  size 528550256