generation-run3 / config.json
noahdejong's picture
Add inference.py, README.md, config.json, training_args.json, model.safetensors
d3f99c7 verified
Raw
History Blame Contribute Delete
426 Bytes
{
"architectures": [
"CustomResearchModel"
],
"architecture": "deit",
"model_type": "deit",
"hidden_size": 384,
"num_hidden_layers": 3,
"num_attention_heads": 4,
"intermediate_size": 768,
"hidden_act": "mish",
"max_position_embeddings": 512,
"layer_norm_eps": 1e-12,
"checkpoint_status": "initialization-only",
"notes": "Untrained checkpoint for smoke tests; no benchmark claim."
}