File size: 1,707 Bytes
f951bb1 47be947 d0813c9 f951bb1 d0813c9 f951bb1 d0813c9 f951bb1 d0813c9 f951bb1 d0813c9 f951bb1 d0813c9 f951bb1 d0813c9 f951bb1 d0813c9 f951bb1 d0813c9 f951bb1 d0813c9 f951bb1 d0813c9 f951bb1 d0813c9 f951bb1 |
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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
{
"architectures": [
"Zamba2ForCausalLM"
],
"adapter_rank": 128,
"add_bias_linear": false,
"attention_dropout": 0.0,
"attention_head_dim": 128,
"attention_hidden_size": 4096,
"bos_token_id": 1,
"chunk_size": 256,
"eos_token_id": 2,
"ffn_hidden_size": 8192,
"hidden_act": "gelu",
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 8192,
"kv_channels": 64,
"layers_block_type": [
"mamba",
"mamba",
"mamba",
"mamba",
"mamba",
"hybrid",
"mamba",
"mamba",
"mamba",
"mamba",
"mamba",
"hybrid",
"mamba",
"mamba",
"mamba",
"mamba",
"mamba",
"hybrid",
"mamba",
"mamba",
"mamba",
"mamba",
"mamba",
"hybrid",
"mamba",
"mamba",
"mamba",
"mamba",
"mamba",
"hybrid",
"mamba",
"mamba",
"mamba",
"mamba",
"mamba",
"hybrid",
"mamba",
"mamba"
],
"mamba_d_conv": 4,
"mamba_d_state": 128,
"mamba_expand": 2,
"mamba_headdim": 64,
"mamba_ngroups": 1,
"max_position_embeddings": 4096,
"model_type": "zamba2",
"n_mamba_heads": 64,
"num_attention_heads": 32,
"num_hidden_layers": 38,
"num_key_value_heads": 32,
"num_logits_to_keep": 1,
"num_mem_blocks": 1,
"num_query_groups": 32,
"pad_token_id": 0,
"rms_norm_eps": 1e-05,
"rope_theta": 10000,
"time_step_floor": 0.0001,
"time_step_limit": null,
"time_step_max": 0.1,
"time_step_min": 0.001,
"transformers_version": "4.49.0.dev0",
"use_cache": true,
"use_conv_bias": true,
"use_long_context": false,
"use_mem_rope": true,
"use_shared_attention_adapter": true,
"use_shared_mlp_adapter": true,
"vocab_size": 32000
}
|