CoolFace
Modelpublic

blocks3k/functiongemma-mobile-actions

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
adapter_config.json49 linesDownload Raw Back to root
1{2  "alora_invocation_tokens": null,3  "alpha_pattern": {},4  "arrow_config": null,5  "auto_mapping": {6    "base_model_class": "Gemma3ForCausalLM",7    "parent_library": "transformers.models.gemma3.modeling_gemma3"8  },9  "base_model_name_or_path": "google/functiongemma-270m-it",10  "bias": "none",11  "corda_config": null,12  "ensure_weight_tying": false,13  "eva_config": null,14  "exclude_modules": null,15  "fan_in_fan_out": false,16  "inference_mode": true,17  "init_lora_weights": true,18  "layer_replication": null,19  "layers_pattern": null,20  "layers_to_transform": null,21  "loftq_config": {},22  "lora_alpha": 32,23  "lora_bias": false,24  "lora_dropout": 0.0,25  "megatron_config": null,26  "megatron_core": "megatron.core",27  "modules_to_save": null,28  "peft_type": "LORA",29  "peft_version": "0.18.0",30  "qalora_group_size": 16,31  "r": 32,32  "rank_pattern": {},33  "revision": null,34  "target_modules": [35    "gate_proj",36    "up_proj",37    "q_proj",38    "v_proj",39    "down_proj",40    "o_proj",41    "k_proj"42  ],43  "target_parameters": null,44  "task_type": null,45  "trainable_token_indices": null,46  "use_dora": false,47  "use_qalora": false,48  "use_rslora": false49}