model-22 / config.json
amartyasaran's picture
Training in progress, epoch 1
27fb1cc verified
raw
history blame contribute delete
265 Bytes
{
"architectures": [
"SwinModelForCXRClassification"
],
"dropout": 0.1,
"embed_dim": 128,
"model_type": "swin_cxr",
"num_classes": 3,
"num_heads": 4,
"num_layers": 4,
"torch_dtype": "float32",
"transformers_version": "4.39.3"
}