openwebtext-103M / config.json
Aashw1n's picture
Upload folder using huggingface_hub
426b6ee verified
Raw
History Blame Contribute Delete
222 Bytes
{
"model_type": "transformer_lm",
"architectures": [
"TransformerLM"
],
"vocab_size": 30000,
"context_length": 512,
"num_layers": 8,
"d_model": 768,
"num_heads": 12,
"d_ff": 2048,
"theta": 10000.0
}