File size: 1,840 Bytes
0494ccb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_attn_implementation_autoset": false,
  "add_cross_attention": false,
  "architectures": [
    "MiniMaxForCausalLM"
  ],
  "attention_dropout": 0.0,
  "block_size": 256,
  "bos_token_id": null,
  "cross_attention_hidden_size": null,
  "decoder_start_token_id": null,
  "dtype": "bfloat16",
  "eos_token_id": null,
  "finetuning_task": null,
  "full_attn_alpha_factor": 3.5565588200778455,
  "full_attn_beta_factor": 1.0,
  "head_dim": 64,
  "hidden_act": "silu",
  "hidden_size": 512,
  "initializer_range": 0.02,
  "intermediate_size": 256,
  "is_decoder": false,
  "layer_types": [
    "linear_attention",
    "linear_attention",
    "linear_attention",
    "linear_attention",
    "linear_attention",
    "linear_attention",
    "linear_attention",
    "full_attention"
  ],
  "linear_attn_alpha_factor": 3.5565588200778455,
  "linear_attn_beta_factor": 1.0,
  "max_position_embeddings": 10240000,
  "mlp_alpha_factor": 3.5565588200778455,
  "mlp_beta_factor": 1.0,
  "model_type": "minimax",
  "num_attention_heads": 8,
  "num_experts_per_tok": 2,
  "num_hidden_layers": 8,
  "num_key_value_heads": 2,
  "num_local_experts": 4,
  "output_router_logits": false,
  "pad_token_id": null,
  "postnorm": true,
  "prefix": null,
  "pruned_heads": {},
  "rms_norm_eps": 1e-05,
  "rope_parameters": {
    "rope_theta": 10000000,
    "rope_type": "default"
  },
  "rotary_dim": 32,
  "router_aux_loss_coef": 0.001,
  "router_jitter_noise": 0.0,
  "sep_token_id": null,
  "shared_intermediate_size": 0,
  "shared_moe_mode": "sigmoid",
  "sliding_window": null,
  "task_specific_params": null,
  "tf_legacy_loss": false,
  "tie_encoder_decoder": false,
  "tie_word_embeddings": false,
  "tokenizer_class": null,
  "torchscript": false,
  "transformers_version": "5.3.0",
  "use_bfloat16": false,
  "use_cache": true,
  "vocab_size": 200064
}