Transformers
English
Inference Endpoints
File size: 457 Bytes
20de1d2
 
 
 
 
 
 
5f97d19
 
 
20de1d2
5f97d19
20de1d2
5f97d19
20de1d2
 
 
 
 
5f97d19
20de1d2
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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"
}