File size: 1,594 Bytes
a4fb14c 0ee2a09 a4fb14c |
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
{
"A_initializer_range": [
1,
16
],
"_name_or_path": "OuteAI/Lite-Oute-2-Mamba2Attn-250M-Instruct",
"architectures": [
"Mamba2ForCausalLM"
],
"attention_conv_kernel": 4,
"attention_head_dim": 128,
"attention_layers_idx": [
6,
12,
18,
24
],
"auto_map": {
"AutoConfig": "configuration_mamba2attn.Mamba2Config",
"AutoModelForCausalLM": "modeling_mamba2attn.Mamba2ForCausalLM"
},
"bos_token_id": 1,
"chunk_size": 256,
"classifier_dropout": 0.1,
"conv_initializer_range": null,
"emb_initializer_range": 0.02,
"eos_token_id": 2,
"expand": 2,
"hidden_act": "silu",
"hidden_size": 1024,
"intermediate_size": 2048,
"layer_norm_epsilon": 1e-05,
"mamba2_conv_kernel": 4,
"mamba2_head_dim": 64,
"mamba2_num_heads": 32,
"max_position_embeddings": 8192,
"mlp_intermediate_size": 0,
"mlp_padding_size": 128,
"model_type": "mamba2",
"num_attention_heads": 16,
"num_hidden_layers": 32,
"num_key_value_heads": 16,
"pad_token_id": 0,
"rescale_prenorm_residual": false,
"residual_in_fp32": true,
"rope_emb_dim": 64,
"rope_scaling": null,
"rope_theta": 10000.0,
"state_size": 128,
"tie_embedding_weights": true,
"time_step_floor": 0.0001,
"time_step_limit": [
0.0,
Infinity
],
"time_step_max": 0.1,
"time_step_min": 0.001,
"torch_dtype": "bfloat16",
"transformers_version": "4.44.2",
"use_attention_out_bias": false,
"use_attention_qkv_bias": false,
"use_cache": true,
"use_conv_bias": true,
"use_mamba2_bias": false,
"use_mlp_bias": false,
"vocab_size": 32768
}
|