File size: 243 Bytes
abf53d6
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "architectures": [
    "GPT"
  ],
  "block_size": 768,
  "dropout": 0.1,
  "model_type": "custom_gpt",
  "n_embd": 768,
  "n_head": 8,
  "n_layer": 8,
  "torch_dtype": "float32",
  "transformers_version": "4.48.2",
  "vocab_size": 50304
}