Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,10 @@
|
|
2 |
license: apache-2.0
|
3 |
metrics:
|
4 |
- accuracy
|
|
|
|
|
5 |
---
|
6 |
-
Checks whether there is a pneumonia based on chest X-ray image.
|
7 |
|
8 |
See https://www.kaggle.com/code/dima806/chest-x-ray-pneumonia-detection for details.
|
9 |
|
|
|
2 |
license: apache-2.0
|
3 |
metrics:
|
4 |
- accuracy
|
5 |
+
base_model:
|
6 |
+
- google/vit-base-patch16-224-in21k
|
7 |
---
|
8 |
+
Checks whether there is a pneumonia based on chest X-ray image with about 96% accuracy.
|
9 |
|
10 |
See https://www.kaggle.com/code/dima806/chest-x-ray-pneumonia-detection for details.
|
11 |
|