NYUAD-ComNets commited on
Commit
43ff9af
·
verified ·
1 Parent(s): 5016cfc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -15,8 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # paligemma_age
17
 
18
- This model is a fine-tuned version of [google/paligemma-3b-pt-224](https://huggingface.co/google/paligemma-3b-pt-224) on the FairFace dataset.
19
-
20
 
21
  ``` python
22
 
@@ -47,18 +45,20 @@ result=processor.decode(output[0], skip_special_tokens=True)[len(input_text):].s
47
 
48
  ```
49
 
50
-
51
  ## Model description
52
 
53
- More information needed
 
 
 
54
 
55
  ## Intended uses & limitations
56
 
57
- More information needed
58
 
59
  ## Training and evaluation data
60
 
61
- More information needed
62
 
63
  ## Training procedure
64
 
 
15
 
16
  # paligemma_age
17
 
 
 
18
 
19
  ``` python
20
 
 
45
 
46
  ```
47
 
 
48
  ## Model description
49
 
50
+ This model is a fine-tuned version of [google/paligemma-3b-pt-224](https://huggingface.co/google/paligemma-3b-pt-224) on the FairFace dataset.
51
+ The model aims to classify the age of face image or image with one person into five groups such as from 0 to 9, from 10 to 19, from 20 to 39, from 40 ro 59, More than 60
52
+
53
+
54
 
55
  ## Intended uses & limitations
56
 
57
+ This model is used for research purposes
58
 
59
  ## Training and evaluation data
60
 
61
+ FairFace dataset was used for training and validating the model
62
 
63
  ## Training procedure
64