darshanz commited on
Commit
908ff8a
·
1 Parent(s): d6fa989

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ probably proofread and complete it, then remove this comment. -->
12
 
13
  # darshanz/occupation-prediction
14
 
15
- This model is ViT base patch16. Which is pretrained on imagenet dataset, then trained on our custom dataset which is based on occupation prediction. This dataset contains facial images of Indian people which are labeled by occupation. This model predicts the occupation of a person from the facial image of a person. This model gives an accuracy of 84.43%.
16
 
17
 
18
 
 
12
 
13
  # darshanz/occupation-prediction
14
 
15
+ This model is ViT base patch16. Which is pretrained on imagenet dataset, then trained on our custom dataset which is based on occupation prediction. This dataset contains facial images of Indian people which are labeled by occupation. This model predicts the occupation of a person from the facial image of a person. This model categorizes input facial images into 5 classes: Anchor, Athlete, Doctor, Professor, and Farmer. This model gives an accuracy of 84.43%.
16
 
17
 
18