Text Generation
Transformers
Inference Endpoints
alpaca-mixlora-7b / adapter_config.json
mikecovlee's picture
Upload 3 files
5faabe5 verified
raw
history blame
No virus
322 Bytes
{
"bias": "none",
"peft_type": "MIXLORA",
"task_type": "CAUSAL_LM",
"r": 8,
"lora_alpha": 16,
"lora_dropout": 0.05,
"target_modules": [
"w1_proj",
"w2_proj",
"w3_proj"
],
"routing_strategy": "mixtral",
"num_experts": 8,
"act_fn": "silu",
"top_k": 3
}