saeoshi commited on
Commit
9c6750f
·
verified ·
1 Parent(s): e2dfb2a

Upload LoRA adapter (README written by author)

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. adapter_config.json +6 -6
  3. adapter_model.safetensors +2 -2
README.md CHANGED
@@ -35,8 +35,8 @@ while intermediate reasoning (Chain-of-Thought) is masked.
35
  - Method: QLoRA (4-bit)
36
  - Max sequence length: 2048
37
  - Epochs: 1
38
- - Learning rate: 1e-06
39
- - LoRA: r=32, alpha=64
40
 
41
  ## Usage
42
 
 
35
  - Method: QLoRA (4-bit)
36
  - Max sequence length: 2048
37
  - Epochs: 1
38
+ - Learning rate: 1e-05
39
+ - LoRA: r=64, alpha=64
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": 32,
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "gate_proj",
37
- "q_proj",
38
  "up_proj",
39
- "down_proj",
40
- "o_proj",
41
  "k_proj",
42
- "v_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": 64,
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
 
36
  "up_proj",
 
 
37
  "k_proj",
38
+ "down_proj",
39
+ "gate_proj",
40
+ "q_proj",
41
+ "v_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:d83b3b4617579cc0ca5729a929fac917429b8c5b0df5e191bf2aae32a786195b
3
- size 264308896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a9a90d0e8c98a219b162cfd15eb60eaea3264c77276ae961c212cc057362c03
3
+ size 528550256