umer07 commited on
Commit
5e14011
·
verified ·
1 Parent(s): 98f445d

Fathom: upload unified-v2/adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +8 -0
adapter_config.json CHANGED
@@ -3,6 +3,9 @@
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "mistralai/Mixtral-8x7B-Instruct-v0.1",
5
  "bias": "none",
 
 
 
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
8
  "init_lora_weights": true,
@@ -11,11 +14,13 @@
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
  "lora_alpha": 64,
 
14
  "lora_dropout": 0.0,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
 
19
  "r": 32,
20
  "rank_pattern": {},
21
  "revision": null,
@@ -25,7 +30,10 @@
25
  "q_proj",
26
  "k_proj"
27
  ],
 
28
  "task_type": "CAUSAL_LM",
 
29
  "use_dora": false,
 
30
  "use_rslora": false
31
  }
 
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "mistralai/Mixtral-8x7B-Instruct-v0.1",
5
  "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
11
  "init_lora_weights": true,
 
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
  "lora_alpha": 64,
17
+ "lora_bias": false,
18
  "lora_dropout": 0.0,
19
  "megatron_config": null,
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
  "r": 32,
25
  "rank_pattern": {},
26
  "revision": null,
 
30
  "q_proj",
31
  "k_proj"
32
  ],
33
+ "target_parameters": null,
34
  "task_type": "CAUSAL_LM",
35
+ "trainable_token_indices": null,
36
  "use_dora": false,
37
+ "use_qalora": false,
38
  "use_rslora": false
39
  }