harsha509 commited on
Commit
f008b07
·
verified ·
1 Parent(s): 1788e76

remove stale adapter_config.json (superseded by merged weights)

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