wikitext-transformer / config.json
Se00n00's picture
Update config.json
abcaaa6 verified
raw
history blame contribute delete
302 Bytes
{
"architectures": [
"Wikitext_Model"
],
"model_type": "wikitext_model",
"device": "cpu",
"dropout": 0.1,
"embed_dim": 512,
"ff_dim": 1024,
"max_length": 512,
"n_heads": 8,
"num_layers": 6,
"torch_dtype": "float32",
"transformers_version": "4.49.0",
"vocab_size": 50257
}