Text Generation
Transformers
Inference Endpoints
alpaca-mixlora-7b / adapter_config.json
mikecovlee's picture
Update adapter_config.json
a3911ab verified
raw
history blame
No virus
458 Bytes
{
"bias": "none",
"peft_type": "MIXLORA",
"r": 16,
"lora_alpha": 32,
"lora_dropout": 0.05,
"target_modules": [
"q_proj",
"k_proj",
"v_proj",
"o_proj",
"gate_proj",
"down_proj",
"up_proj"
],
"routing_strategy": "mixtral",
"num_experts": 8,
"act_fn": "silu",
"top_k": 2,
"base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
"task_type": "CAUSAL_LM"
}