encinitas-gemma4-lora / adapter_config.json
coldcurrent's picture
Upload adapter_config.json with huggingface_hub
4232857 verified
Raw
History Blame Contribute Delete
441 Bytes
{
"base_model_name_or_path": "google/gemma-4-26B-A4B-it",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.0,
"r": 16,
"target_modules": [
"base_layer",
"down_proj",
"experts",
"gate_proj",
"k_proj",
"o_proj",
"q_proj",
"up_proj",
"v_proj"
],
"task_type": "CAUSAL_LM",
"peft_type": "LORA",
"fw_lora_layout": "fused_peft_3d_v1"
}