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