function-gemma-mobile-agent / adapter_config.json
wirehead82's picture
Upload adapter_config.json with huggingface_hub
24b2614 verified
Raw
History Blame Contribute Delete
344 Bytes
{
"base_model_name_or_path": "google/gemma-3-270m-it",
"peft_type": "LORA",
"task_type": "CAUSAL_LM",
"r": 1,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj"
],
"lora_alpha": 1,
"lora_dropout": 0.05,
"fan_in_fan_out": false,
"bias": "none",
"modules_to_save": null,
"init_lora_weights": true
}