File size: 255 Bytes
3e074af
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "architectures": [
    "MyGPT"
  ],
  "bias": false,
  "block_size": 256,
  "dropout": 0.2,
  "model_type": "my-gpt",
  "n_embd": 384,
  "n_head": 6,
  "n_layer": 6,
  "torch_dtype": "float32",
  "transformers_version": "4.42.3",
  "vocab_size": 65
}