Prathmesh2008 commited on
Commit
2295cff
1 Parent(s): 14b21b9

Update config.json

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