Transformers
English
Inference Endpoints
Dummy-MixLoRA / adapter_config.json
mikecovlee's picture
Upload 2 files
5f97d19 verified
{
"bias": "none",
"peft_type": "MIXLORA",
"r": 8,
"lora_alpha": 16,
"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": "TinyLlama/TinyLlama_v1.1",
"task_type": "CAUSAL_LM"
}