matching / config.json
emmalamb's picture
Add pipeline.py, README.md, config.json, training_args.json, model.safetensors
449ad0c verified
Raw
History Blame Contribute Delete
426 Bytes
{
"architectures": [
"CustomResearchModel"
],
"architecture": "clip",
"model_type": "clip",
"hidden_size": 192,
"num_hidden_layers": 4,
"num_attention_heads": 8,
"intermediate_size": 384,
"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."
}