darshanz commited on
Commit
d6fa989
·
1 Parent(s): 9a2f172

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -22
README.md CHANGED
@@ -10,31 +10,11 @@ model-index:
10
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
  probably proofread and complete it, then remove this comment. -->
12
 
13
- # darshanz/occupaion-prediction
14
 
15
- This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
16
- It achieves the following results on the evaluation set:
17
- - Train Loss: 0.0378
18
- - Train Accuracy: 0.9953
19
- - Train Top-3-accuracy: 1.0
20
- - Validation Loss: 0.4967
21
- - Validation Accuracy: 0.8433
22
- - Validation Top-3-accuracy: 0.9800
23
- - Epoch: 6
24
 
25
- ## Model description
26
 
27
- More information needed
28
-
29
- ## Intended uses & limitations
30
-
31
- More information needed
32
-
33
- ## Training and evaluation data
34
-
35
- More information needed
36
-
37
- ## Training procedure
38
 
39
  ### Training hyperparameters
40
 
 
10
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
  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
 
19
  ### Training hyperparameters
20