Text Generation
PEFT
English
alpaca
gpt
lora
llm
GPT-6.7B-CleanedAlpaca-1 / adapter_config.json
lucasmccabe-lmi's picture
Upload model
c644850
raw
history blame
No virus
332 Bytes
{
"base_model_name_or_path": "cerebras/Cerebras-GPT-6.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": 4,
"target_modules": [
"c_attn"
],
"task_type": "CAUSAL_LM"
}