PyTorch
llama
alignment-handbook
Generated from Trainer
File size: 402 Bytes
2804acb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "d_model": 4096,
    "ssm_cfg": {
        "expand": 1,
        "ngroups": 32,
        "d_state": 128
    },
    "rms_norm_eps": 1e-05,
    "vocab_size": null,
    "d_inner": 4096,
    "d_xb": 1024,
    "intermediate_size": 14336,
    "hidden_act": "silu",
    "n_layer": 32,
    "attn_layers": [
        3,
        7,
        11,
        15,
        19,
        23,
        27,
        31
    ]
}