GPT2-Nepali / config.json
Aananda-giri's picture
Push model using huggingface_hub.
ff18160 verified
raw
history blame
173 Bytes
{
"cfg": {
"context_length": 512,
"drop_rate": 0.1,
"emb_dim": 768,
"n_heads": 12,
"n_layers": 12,
"qkv_bias": false,
"vocab_size": 50000
}
}