dima806 commited on
Commit
073498a
·
verified ·
1 Parent(s): 22f2767

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
- Returns diamond type given an image.
7
 
8
  See https://www.kaggle.com/code/dima806/diamond-types-image-detection-vit for details.
9
 
 
2
  license: apache-2.0
3
  metrics:
4
  - accuracy
5
+ base_model:
6
+ - google/vit-base-patch16-224-in21k
7
  ---
8
+ Returns diamond type given an image with about 99% accuracy.
9
 
10
  See https://www.kaggle.com/code/dima806/diamond-types-image-detection-vit for details.
11