fahd9999 commited on
Commit
d4dd752
·
verified ·
1 Parent(s): 1c85e9b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. adapter_config.json +15 -44
adapter_config.json CHANGED
@@ -1,19 +1,19 @@
1
  {
2
- "alora_invocation_tokens": null,
3
- "alpha_pattern": {},
4
- "arrow_config": null,
5
- "auto_mapping": null,
6
- "base_model_name_or_path": "google/gemma-3-4b-it",
7
  "bias": "none",
8
- "corda_config": null,
9
- "ensure_weight_tying": false,
10
- "eva_config": null,
11
- "exclude_modules": null,
12
- "fan_in_fan_out": false,
13
- "inference_mode": true,
14
- "init_lora_weights": true,
15
- "layer_replication": null,
16
- "layers_pattern": null,
17
  "layers_to_transform": [
18
  26,
19
  27,
@@ -24,34 +24,5 @@
24
  32,
25
  33
26
  ],
27
- "loftq_config": {},
28
- "lora_alpha": 16,
29
- "lora_bias": false,
30
- "lora_dropout": 0.0,
31
- "lora_ga_config": null,
32
- "megatron_config": null,
33
- "megatron_core": "megatron.core",
34
- "modules_to_save": null,
35
- "peft_type": "LORA",
36
- "peft_version": "0.19.1",
37
- "qalora_group_size": 16,
38
- "r": 8,
39
- "rank_pattern": {},
40
- "revision": null,
41
- "target_modules": [
42
- "o_proj",
43
- "up_proj",
44
- "gate_proj",
45
- "k_proj",
46
- "q_proj",
47
- "down_proj",
48
- "v_proj"
49
- ],
50
- "target_parameters": null,
51
- "task_type": "CAUSAL_LM",
52
- "trainable_token_indices": null,
53
- "use_bdlora": null,
54
- "use_dora": false,
55
- "use_qalora": false,
56
- "use_rslora": false
57
  }
 
1
  {
2
+ "peft_type": "LORA",
3
+ "task_type": "CAUSAL_LM",
4
+ "r": 8,
5
+ "lora_alpha": 16,
6
+ "lora_dropout": 0.0,
7
  "bias": "none",
8
+ "target_modules": [
9
+ "q_proj",
10
+ "k_proj",
11
+ "v_proj",
12
+ "o_proj",
13
+ "gate_proj",
14
+ "up_proj",
15
+ "down_proj"
16
+ ],
17
  "layers_to_transform": [
18
  26,
19
  27,
 
24
  32,
25
  33
26
  ],
27
+ "base_model_name_or_path": "google/gemma-3-4b-it"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  }