dima806 commited on
Commit
88ed5e7
1 Parent(s): 4d348dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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