File size: 130 Bytes
43af534 | 1 2 3 4 5 6 7 8 9 | {
"vocab_size": 50257,
"block_size": 512,
"n_layer": 12,
"n_head": 12,
"n_embd": 768,
"dropout": 0.1,
"bias": true
} |
43af534 | 1 2 3 4 5 6 7 8 9 | {
"vocab_size": 50257,
"block_size": 512,
"n_layer": 12,
"n_head": 12,
"n_embd": 768,
"dropout": 0.1,
"bias": true
} |