gemma3-text-to-sql / config.json
parole-study-viper's picture
Create config.json
5383e66 verified
raw
history blame contribute delete
462 Bytes
{
"model_type": "peft",
"peft_type": "LORA",
"base_model_name_or_path": "lmstudio-community/gemma-3-27b-it-GGUF",
"task_type": "CAUSAL_LM",
"inference_mode": false,
"r": 16,
"lora_alpha": 16,
"lora_dropout": 0.05,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"gate_proj",
"up_proj",
"down_proj"
],
"description": "LoRA-fine-tuned adapter for Gemma 3 converting natural language queries into SQL"
}