File size: 778 Bytes
32f50e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "vocab_size": 50257,
  "context_length": 1024,
  "emb_dim": 640,
  "n_heads": 4,
  "n_layers": 18,
  "hidden_dim": 2048,
  "head_dim": 256,
  "qk_norm": true,
  "n_kv_groups": 1,
  "rope_local_base": 10000.0,
  "rope_base": 1000000.0,
  "sliding_window": 512,
  "layer_types": [
    "sliding_attention",
    "sliding_attention",
    "sliding_attention",
    "sliding_attention",
    "sliding_attention",
    "full_attention",
    "sliding_attention",
    "sliding_attention",
    "sliding_attention",
    "sliding_attention",
    "sliding_attention",
    "full_attention",
    "sliding_attention",
    "sliding_attention",
    "sliding_attention",
    "sliding_attention",
    "sliding_attention",
    "full_attention"
  ],
  "dtype": null,
  "query_pre_attn_scalar": 256
}