File size: 668 Bytes
e0ca3ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "d_model": 2560,
    "ssm_cfg": {
        "expand": 1,
        "ngroups": 32,
        "d_state": 80
    },
    "layer_norm_eps": 1e-05,
    "vocab_size": null,
    "d_inner": 2560,
    "d_xb": 2560,
    "intermediate_size": 10240,
    "hidden_act": "gelu_new",
    "n_layer": 32,
    "attn_layers": [
        1,
        2,
        3,
        5,
        6,
        7,
        9,
        10,
        11,
        13,
        14,
        15,
        17,
        18,
        19,
        21,
        22,
        23,
        25,
        26,
        27,
        29,
        30,
        31
    ],
    "resid_pdrop": 0.1,
    "bidirectional": false,
    "is_bias": false
}