pneumonia_model / README.md
Borjamg's picture
Update README.md
b6c9474 verified
---
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.