LinhDuong commited on
Commit
4e22453
1 Parent(s): f2f7e88

Upload config.json

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