dima806 commited on
Commit
8a2180a
1 Parent(s): aa7b94b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -3,8 +3,10 @@ license: apache-2.0
3
  metrics:
4
  - accuracy
5
  - f1
 
 
6
  ---
7
- Returns whether there is an open or a closed eye given an image from surrounding area.
8
 
9
  See https://www.kaggle.com/code/dima806/closed-eye-image-detection-vit for more details.
10
 
 
3
  metrics:
4
  - accuracy
5
  - f1
6
+ base_model:
7
+ - google/vit-base-patch16-224-in21k
8
  ---
9
+ Returns whether there is an open or a closed eye given an image from surrounding area with about 99% accuracy.
10
 
11
  See https://www.kaggle.com/code/dima806/closed-eye-image-detection-vit for more details.
12