tientien03 commited on
Commit
668ccb9
1 Parent(s): b92909e

Upload adapter_config (2).json

Browse files
Files changed (1) hide show
  1. adapter_config (2).json +34 -0
adapter_config (2).json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Viet-Mistral/Vistral-7B-Chat",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 64,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": [
17
+ "lm_head",
18
+ "embed_tokens"
19
+ ],
20
+ "peft_type": "LORA",
21
+ "r": 16,
22
+ "rank_pattern": {},
23
+ "revision": null,
24
+ "target_modules": [
25
+ "q_proj",
26
+ "down_proj",
27
+ "gate_proj",
28
+ "k_proj",
29
+ "v_proj",
30
+ "up_proj",
31
+ "o_proj"
32
+ ],
33
+ "task_type": "CAUSAL_LM"
34
+ }