File size: 173 Bytes
a3275f7 |
1 2 3 4 5 6 7 8 9 10 11 |
{
"cfg": {
"context_length": 1024,
"drop_rate": 0.0,
"emb_dim": 768,
"n_heads": 12,
"n_layers": 12,
"qkv_bias": true,
"vocab_size": 50257
}
} |