test-classification / config.json
andrewhernandez's picture
Add inference.py, README.md, config.json, training_args.json, model.safetensors
7094877 verified
Raw
History Blame Contribute Delete
433 Bytes
{
"architectures": [
"CustomResearchModel"
],
"architecture": "blip",
"model_type": "blip",
"hidden_size": 128,
"num_hidden_layers": 4,
"num_attention_heads": 2,
"intermediate_size": 512,
"hidden_act": "approx_gelu",
"max_position_embeddings": 128,
"layer_norm_eps": 1e-12,
"checkpoint_status": "initialization-only",
"notes": "Untrained checkpoint for smoke tests; no benchmark claim."
}