File size: 462 Bytes
5383e66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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"
}