tinystories-22M / config.json
Aashw1n's picture
Upload folder using huggingface_hub
9d2b68b verified
Raw
History Blame Contribute Delete
222 Bytes
{
"model_type": "transformer_lm",
"architectures": [
"TransformerLM"
],
"vocab_size": 10000,
"context_length": 256,
"num_layers": 4,
"d_model": 512,
"num_heads": 16,
"d_ff": 1344,
"theta": 10000.0
}