File size: 509 Bytes
8a5fb60
17d32bc
 
 
 
 
8a5fb60
 
b5d0b39
8a5fb60
b5d0b39
 
 
 
8a5fb60
 
 
 
 
 
 
 
b5d0b39
8a5fb60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "alpha_pattern": {},
  "auto_mapping": {
    "base_model_class": "Phi3ForCausalLM",
    "parent_library": "transformers.models.phi3.modeling_phi3"
  },
  "base_model_name_or_path": "unsloth/phi-3-mini-4k-instruct-bnb-4bit",
  "peft_type": "LORA",
  "task_type": "CAUSAL_LM",
  "r": 16,
  "lora_alpha": 32,
  "lora_dropout": 0.05,
  "bias": "none",
  "inference_mode": true,
  "target_modules": [
    "k_proj",
    "v_proj",
    "gate_proj",
    "o_proj",
    "q_proj",
    "down_proj",
    "up_proj"
  ]
}