File size: 1,538 Bytes
8b1f0ed | 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 | {
"adapter_rank": 128,
"add_bias_linear": false,
"architectures": [
"Zamba2ForCausalLM"
],
"attention_dropout": 0.0,
"attention_head_dim": 16,
"attention_hidden_size": 32,
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 1,
"chunk_size": 8,
"dtype": "float32",
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_mamba_act": "silu",
"hidden_size": 16,
"hybrid_layer_ids": [
1,
2
],
"initializer_range": 0.02,
"intermediate_size": 4,
"is_decoder": true,
"kv_channels": 8,
"layers_block_type": [
"linear_attention",
"hybrid",
"hybrid"
],
"mamba_d_conv": 4,
"mamba_d_state": 2,
"mamba_dt_rank": "auto",
"mamba_expand": 2,
"mamba_headdim": 4,
"mamba_ngroups": 8,
"max_position_embeddings": 512,
"model_type": "zamba2",
"n_mamba_heads": 8,
"num_attention_heads": 2,
"num_hidden_layers": 3,
"num_key_value_heads": 2,
"num_logits_to_keep": 1,
"num_mem_blocks": 1,
"num_query_groups": 2,
"pad_token_id": 0,
"rms_norm_eps": 1e-05,
"rope_parameters": {
"rope_theta": 10000.0,
"rope_type": "default"
},
"tie_word_embeddings": true,
"time_step_floor": 0.0001,
"time_step_max": 0.1,
"time_step_min": 0.001,
"transformers_version": "5.16.0.dev0",
"type_vocab_size": 16,
"use_cache": true,
"use_conv_bias": true,
"use_long_context": false,
"use_mamba_kernels": false,
"use_mem_eff_path": false,
"use_mem_rope": true,
"use_shared_attention_adapter": false,
"vocab_size": 32000
}
|