danielsteinigen commited on
Commit
241c786
1 Parent(s): ee2edf7

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +22 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "bigscience/bloom-1b7",
3
+ "bias": "none",
4
+ "enable_lora": [
5
+ true,
6
+ false,
7
+ true
8
+ ],
9
+ "fan_in_fan_out": true,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "lora_alpha": 32,
13
+ "lora_dropout": 0.05,
14
+ "merge_weights": false,
15
+ "modules_to_save": null,
16
+ "peft_type": "LORA",
17
+ "r": 16,
18
+ "target_modules": [
19
+ "query_key_value"
20
+ ],
21
+ "task_type": "CAUSAL_LM"
22
+ }