File size: 428 Bytes
a2fc033
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "version": 2,
  "weight_format": "mxtq",
  "profile": "JANGTQ_2L",
  "source_model": {
    "name": "MiniMax-M2.7",
    "org": "MiniMaxAI",
    "architecture": "minimax_m2"
  },
  "mxtq_seed": 42,
  "mxtq_bits": {
    "attention": 8,
    "shared_expert": 8,
    "routed_expert": 2,
    "embed_tokens": 8,
    "lm_head": 8
  },
  "quantization": {
    "method": "affine+mxtq",
    "group_size": 64,
    "bits_default": 2
  }
}