hw1 / config.json
Kartoshkina's picture
Push model using huggingface_hub.
1f73aea verified
raw
history blame contribute delete
110 Bytes
{
"block_size": 256,
"dropout": 0.1,
"n_embd": 48,
"n_head": 3,
"n_layer": 3,
"vocab_size": 1024
}