brikdavies commited on
Commit
ba009d1
·
verified ·
1 Parent(s): c605d4c

LoRA fine-tuned for hint-following on MMLU

Browse files
Files changed (2) hide show
  1. adapter_config.json +8 -10
  2. adapter_model.safetensors +2 -2
adapter_config.json CHANGED
@@ -15,13 +15,11 @@
15
  "layer_replication": null,
16
  "layers_pattern": null,
17
  "layers_to_transform": [
18
- 5,
19
- 10,
20
- 15,
21
- 20
22
  ],
23
  "loftq_config": {},
24
- "lora_alpha": 32,
25
  "lora_bias": false,
26
  "lora_dropout": 0.05,
27
  "megatron_config": null,
@@ -30,17 +28,17 @@
30
  "peft_type": "LORA",
31
  "peft_version": "0.18.0",
32
  "qalora_group_size": 16,
33
- "r": 16,
34
  "rank_pattern": {},
35
  "revision": null,
36
  "target_modules": [
 
37
  "gate_proj",
38
- "up_proj",
39
  "v_proj",
40
- "k_proj",
41
  "down_proj",
42
- "o_proj",
43
- "q_proj"
 
44
  ],
45
  "target_parameters": null,
46
  "task_type": "CAUSAL_LM",
 
15
  "layer_replication": null,
16
  "layers_pattern": null,
17
  "layers_to_transform": [
18
+ 18,
19
+ 25
 
 
20
  ],
21
  "loftq_config": {},
22
+ "lora_alpha": 4,
23
  "lora_bias": false,
24
  "lora_dropout": 0.05,
25
  "megatron_config": null,
 
28
  "peft_type": "LORA",
29
  "peft_version": "0.18.0",
30
  "qalora_group_size": 16,
31
+ "r": 2,
32
  "rank_pattern": {},
33
  "revision": null,
34
  "target_modules": [
35
+ "o_proj",
36
  "gate_proj",
 
37
  "v_proj",
 
38
  "down_proj",
39
+ "up_proj",
40
+ "q_proj",
41
+ "k_proj"
42
  ],
43
  "target_parameters": null,
44
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f1bfdc527e9f68609c02c352df52f1d48ab6de3c6338a0c91a1bd265d3c2d26
3
- size 23076136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7627a9ffb4ebe87d8fe7f40685682e066d78922129fca4f79e9cae4f14f3c36d
3
+ size 1445448