Aeala commited on
Commit
1a37883
1 Parent(s): 6f1d0ba

Update with a retrain at ~1000 steps with fixed QLoRA repo.

Browse files
Files changed (2) hide show
  1. adapter_config.json +7 -7
  2. adapter_model.bin +2 -2
adapter_config.json CHANGED
@@ -4,19 +4,19 @@
4
  "fan_in_fan_out": false,
5
  "inference_mode": true,
6
  "init_lora_weights": true,
7
- "lora_alpha": 16,
8
- "lora_dropout": 0.0,
9
  "modules_to_save": null,
10
  "peft_type": "LORA",
11
  "r": 64,
12
  "target_modules": [
13
- "up_proj",
14
- "k_proj",
15
- "v_proj",
16
  "gate_proj",
17
- "o_proj",
18
  "q_proj",
19
- "down_proj"
 
 
 
 
20
  ],
21
  "task_type": "CAUSAL_LM"
22
  }
 
4
  "fan_in_fan_out": false,
5
  "inference_mode": true,
6
  "init_lora_weights": true,
7
+ "lora_alpha": 16.0,
8
+ "lora_dropout": 0.05,
9
  "modules_to_save": null,
10
  "peft_type": "LORA",
11
  "r": 64,
12
  "target_modules": [
 
 
 
13
  "gate_proj",
 
14
  "q_proj",
15
+ "down_proj",
16
+ "v_proj",
17
+ "o_proj",
18
+ "k_proj",
19
+ "up_proj"
20
  ],
21
  "task_type": "CAUSAL_LM"
22
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6bb4ae7b8f1cad64867c2baaebeda6f25f573cb8f04598899f08f8e902b18fc4
3
- size 3198561797
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d654274c87e6a31e2db91ca80ac2860259657f680821526cfbb58697e893990
3
+ size 1599483397