manifesta commited on
Commit
d216e04
·
verified ·
1 Parent(s): acea658

Correct base_model_name_or_path to google/gemma-3-4b-it; preserve the exported string as original_base_model_name_or_path

Browse files
Files changed (1) hide show
  1. adapter_config.json +40 -39
adapter_config.json CHANGED
@@ -1,39 +1,40 @@
1
- {
2
- "alpha_pattern": {},
3
- "auto_mapping": null,
4
- "base_model_name_or_path": "togethercomputer/gemma-3-4b-it",
5
- "bias": "none",
6
- "corda_config": null,
7
- "eva_config": null,
8
- "exclude_modules": [],
9
- "fan_in_fan_out": false,
10
- "inference_mode": true,
11
- "init_lora_weights": true,
12
- "layer_replication": null,
13
- "layers_pattern": null,
14
- "layers_to_transform": null,
15
- "loftq_config": {},
16
- "lora_alpha": 32,
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
- "r": 16,
24
- "rank_pattern": {},
25
- "revision": null,
26
- "target_modules": [
27
- "gate_proj",
28
- "v_proj",
29
- "q_proj",
30
- "k_proj",
31
- "o_proj",
32
- "down_proj",
33
- "up_proj"
34
- ],
35
- "task_type": "CAUSAL_LM",
36
- "trainable_token_indices": null,
37
- "use_dora": false,
38
- "use_rslora": false
39
- }
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-3-4b-it",
5
+ "original_base_model_name_or_path": "togethercomputer/gemma-3-4b-it",
6
+ "bias": "none",
7
+ "corda_config": null,
8
+ "eva_config": null,
9
+ "exclude_modules": [],
10
+ "fan_in_fan_out": false,
11
+ "inference_mode": true,
12
+ "init_lora_weights": true,
13
+ "layer_replication": null,
14
+ "layers_pattern": null,
15
+ "layers_to_transform": null,
16
+ "loftq_config": {},
17
+ "lora_alpha": 32,
18
+ "lora_bias": false,
19
+ "lora_dropout": 0.0,
20
+ "megatron_config": null,
21
+ "megatron_core": "megatron.core",
22
+ "modules_to_save": null,
23
+ "peft_type": "LORA",
24
+ "r": 16,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "gate_proj",
29
+ "v_proj",
30
+ "q_proj",
31
+ "k_proj",
32
+ "o_proj",
33
+ "down_proj",
34
+ "up_proj"
35
+ ],
36
+ "task_type": "CAUSAL_LM",
37
+ "trainable_token_indices": null,
38
+ "use_dora": false,
39
+ "use_rslora": false
40
+ }