tonyassi commited on
Commit
2352b43
1 Parent(s): b60bc2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -13,14 +13,14 @@ model-index:
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
- # celebrity-classifier
17
-
18
- This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.9089
21
  - Accuracy: 0.7982
22
 
23
- ## Model description
24
 
25
  More information needed
26
 
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
+ # Celebrity Classifier
17
+ ## Model description
18
+ This model classifies a face to a celebrity. It is trained on [tonyassi/celebrity-1000](https://huggingface.co/datasets/tonyassi/celebrity-1000) and fine-tuned on [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k).
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.9089
21
  - Accuracy: 0.7982
22
 
23
+
24
 
25
  More information needed
26