File size: 346 Bytes
9500b27
9295704
9500b27
cdbb0d3
9500b27
 
 
 
 
 
 
 
cdbb0d3
 
9500b27
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "base_model_name_or_path": "cerebras/Cerebras-GPT-2.7B",
  "bias": "none",
  "fan_in_fan_out": true,
  "inference_mode": true,
  "init_lora_weights": true,
  "lora_alpha": 16,
  "lora_dropout": 0.05,
  "modules_to_save": null,
  "peft_type": "LORA",
  "r": 8,
  "target_modules": [
    "c_attn",
    "c_proj"
  ],
  "task_type": "CAUSAL_LM"
}