Update README.md
Browse files
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 |
-
#
|
17 |
-
|
18 |
-
This model
|
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 |
|
|
|
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 |
|