Sigurdur commited on
Commit
acc57e7
1 Parent(s): cf62a43

Upload model

Browse files
Files changed (1) hide show
  1. adapter_config.json +34 -34
adapter_config.json CHANGED
@@ -1,35 +1,35 @@
1
- {
2
- "alpha_pattern": {},
3
- "auto_mapping": null,
4
- "base_model_name_or_path": "meta-llama/Llama-3.2-3B",
5
- "bias": "all",
6
- "fan_in_fan_out": false,
7
- "inference_mode": true,
8
- "init_lora_weights": true,
9
- "layer_replication": null,
10
- "layers_pattern": null,
11
- "layers_to_transform": null,
12
- "loftq_config": {},
13
- "lora_alpha": 16,
14
- "lora_dropout": 0.2,
15
- "megatron_config": null,
16
- "megatron_core": "megatron.core",
17
- "modules_to_save": [
18
- "embed_tokens",
19
- "input_layernorm",
20
- "post_attention_layernorm",
21
- "norm"
22
- ],
23
- "peft_type": "LORA",
24
- "r": 16,
25
- "rank_pattern": {},
26
- "revision": null,
27
- "target_modules": [
28
- "k_proj",
29
- "q_proj",
30
- "v_proj"
31
- ],
32
- "task_type": "CAUSAL_LM",
33
- "use_dora": false,
34
- "use_rslora": false
35
  }
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-3.2-3B",
5
+ "bias": "all",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.2,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "embed_tokens",
19
+ "input_layernorm",
20
+ "post_attention_layernorm",
21
+ "norm"
22
+ ],
23
+ "peft_type": "LORA",
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "k_proj",
29
+ "q_proj",
30
+ "v_proj"
31
+ ],
32
+ "task_type": "CAUSAL_LM",
33
+ "use_dora": false,
34
+ "use_rslora": false
35
  }