classification-v3 / config.json
callumjohnson's picture
Add eval.py, README.md, config.json, training_args.json, model.safetensors
a827fd8 verified
Raw
History Blame Contribute Delete
431 Bytes
{
"architectures": [
"CustomResearchModel"
],
"architecture": "mocov3",
"model_type": "mocov3",
"hidden_size": 256,
"num_hidden_layers": 4,
"num_attention_heads": 8,
"intermediate_size": 1024,
"hidden_act": "relu",
"max_position_embeddings": 128,
"layer_norm_eps": 1e-12,
"checkpoint_status": "initialization-only",
"notes": "Untrained checkpoint for smoke tests; no benchmark claim."
}