classification-alpha / config.json
Karanpatel99's picture
Upload 5 files
58e2ecf verified
Raw
History Blame Contribute Delete
438 Bytes
{
"architectures": [
"CustomResearchModel"
],
"architecture": "poolformer",
"model_type": "poolformer",
"hidden_size": 128,
"num_hidden_layers": 6,
"num_attention_heads": 2,
"intermediate_size": 512,
"hidden_act": "relu",
"max_position_embeddings": 512,
"layer_norm_eps": 1e-12,
"checkpoint_status": "initialization-only",
"notes": "Untrained checkpoint for smoke tests; no benchmark claim."
}