| { | |
| "architectures": [ | |
| "EfficientNetForImageClassification" | |
| ], | |
| "model_type": "convnext", | |
| "num_labels": 2, | |
| "id2label": { | |
| "0": "Normal", | |
| "1": "Stroke" | |
| }, | |
| "label2id": { | |
| "Normal": "0", | |
| "Stroke": "1" | |
| }, | |
| "image_size": 224, | |
| "num_channels": 3, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.0, | |
| "attention_probs_dropout_prob": 0.0, | |
| "initializer_range": 0.02, | |
| "layer_norm_eps": 1e-12 | |
| } |