File size: 861 Bytes
cbbfb29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "attn_pdrop": 0.0,
    "scale_attn_weights": true,
    "resid_pdrop": 0.0,
    "n_inner": 6144,
    "n_embd": 1536,
    "layer_norm_epsilon": 1e-05,
    "n_positions": 2048,
    "mup_embeddings_scale": 10,
    "activation_function": "gelu",
    "n_head": 12,
    "n_layer": 18,
    "mup_output_alpha": 1.0,
    "mup_width_scale": 0.16666666666666666,
    "position_embedding_type": "learned",
    "mup_scale_qk_dot_by_d": true,
    "tie_word_embeddings": true,
    "vocab_size": 50257,
    "alibi_scaling": null,
    "embd_pdrop": 0.0,
    "model_type": "btlm",
    "use_cache": true,
    "auto_map": {
        "AutoConfig": "cerebras/btlm-3b-8k-base--configuration_btlm.BTLMConfig",
        "AutoModel": "cerebras/btlm-3b-8k-base--modeling_btlm.BTLMModel",
        "AutoModelForCausalLM": "cerebras/btlm-3b-8k-base--modeling_btlm.BTLMLMHeadModel"
    }
}