humanizer-peft / adapter_config.json
fahd9999's picture
Upload folder using huggingface_hub
a1e594a verified
Raw
History Blame Contribute Delete
308 Bytes
{
"peft_type": "LORA",
"task_type": "CAUSAL_LM",
"r": 8,
"lora_alpha": 16,
"lora_dropout": 0.0,
"bias": "none",
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"gate_proj",
"up_proj",
"down_proj"
],
"base_model_name_or_path": "google/gemma-3-4b-it"
}