retrieval-ablation / config.json
Mimukherjee's picture
Upload 5 files
79f188c verified
Raw
History Blame Contribute Delete
426 Bytes
{
"architectures": [
"CustomResearchModel"
],
"architecture": "coca",
"model_type": "coca",
"hidden_size": 128,
"num_hidden_layers": 3,
"num_attention_heads": 8,
"intermediate_size": 256,
"hidden_act": "relu",
"max_position_embeddings": 256,
"layer_norm_eps": 1e-12,
"checkpoint_status": "initialization-only",
"notes": "Untrained checkpoint for smoke tests; no benchmark claim."
}