File size: 613 Bytes
df81028
 
 
 
 
 
 
27c5d22
df81028
 
27c5d22
df81028
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "_name_or_path": "syko818121/tiny-llm-word-level",
    "architectures": [
        "GPT2LMHeadModel"
    ],
    "model_type": "gpt2",
    "vocab_size": 50257,
    "n_embd": 256,
    "n_head": 8,
    "n_layer": 6,
    "block_size": 128,
    "bos_token_id": 50256,
    "eos_token_id": 50256,
    "max_position_embeddings": 1024,
    "attn_pdrop": 0.1,
    "embd_pdrop": 0.1,
    "resid_pdrop": 0.1,
    "summary_activation": "gelu",
    "summary_type": "mean",
    "summary_use_proj": true,
    "scale_attn_weights": true,
    "use_cache": true,
    "initializer_range": 0.02,
    "layer_norm_epsilon": 1e-05
}