File size: 514 Bytes
9a2f8cf e8f2593 9a2f8cf 8bf43bb 3dc868e 9a2f8cf b6c9474 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
---
library_name: transformers
tags: []
---
# Model Card for Model ID
This model identifies pneumonia in chest x-ray images
In the "Inference API" interface on this page:
- LABEL_0 is a NORMAL result
- LABEL_1 is a positive result for PNEUMONIA
*Model Architecture: This model is based on Google’s ViT (Vision Transformer), fine-tuned for image classification with two labels. The original ViT model was implemented using the google/vit-base-patch16-224 architecture from Hugging Face's Transformers library. |