File size: 988 Bytes
3d5812e |
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 29 30 31 |
{
"vocab_size": 84992,
"embd_pdrop": 0.0,
"tie_word_embeddings": true,
"position_embedding_type": "alibi",
"n_positions": 2048,
"rotary_dim": null,
"alibi_scaling": null,
"n_embd": 1088,
"n_layer": 14,
"resid_pdrop": 0.0,
"layer_norm_epsilon": 1e-05,
"n_head": 17,
"scale_attn_weights": true,
"attn_pdrop": 0.0,
"scale_attn_by_inverse_layer_idx": false,
"n_inner": 2912,
"activation_function": "swiglu",
"mup_embeddings_scale": 9.1705785388303,
"mup_scale_qk_dot_by_d": true,
"mup_output_alpha": 1.09518349815769,
"mup_width_scale": 0.23529411764705882,
"initializer_range": 0.02,
"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"
}
} |