File size: 299 Bytes
55754f6
 
 
 
 
 
 
 
 
 
 
 
 
69ab5fe
55754f6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "n_layer": 24,
    "n_head": 16,
    "n_embd": 1024,
    "block_size": 1024,
    "bias": false,
    "vocab_size": 50304,
    "dropout": 0.0,
    "model_type": "gpt2",
    "architectures": [
        "GPT"
    ],
    "tokenizer_class": "GPT2Tokenizer",
    "model_name": "Apex 1 Instruct 350M"
}