Rimyy commited on
Commit
5cfddf7
·
verified ·
1 Parent(s): 81f8dbc

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +36 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["CasualLM"],
3
+ "task_specific_params": {
4
+ "causal_lm": {
5
+ "alpha_pattern": {},
6
+ "auto_mapping": null,
7
+ "bias": "none",
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_dropout": 0.1,
17
+ "megatron_config": null,
18
+ "megatron_core": "megatron.core",
19
+ "modules_to_save": null,
20
+ "peft_type": "LORA",
21
+ "r": 4,
22
+ "rank_pattern": {},
23
+ "revision": null,
24
+ "target_modules": [
25
+ "o_proj",
26
+ "k_proj",
27
+ "v_proj",
28
+ "q_proj",
29
+ "up_proj",
30
+ "gate_proj"
31
+ ],
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
35
+ }
36
+ }