Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ metrics:
|
|
19 |
- accuracy
|
20 |
- mae
|
21 |
model-index:
|
22 |
-
- name:
|
23 |
results:
|
24 |
- task:
|
25 |
type: image-classification
|
@@ -36,7 +36,7 @@ model-index:
|
|
36 |
name: Age MAE (years)
|
37 |
---
|
38 |
|
39 |
-
# π ViT-Age-Gender-
|
40 |
|
41 |
**β
MODEL WEIGHTS NOW AVAILABLE** - Trained model weights uploaded and ready for use!
|
42 |
|
@@ -171,12 +171,12 @@ The UTKFace dataset has a **specific age distribution**:
|
|
171 |
## π¬ **Research & Citation**
|
172 |
|
173 |
```bibtex
|
174 |
-
@misc{
|
175 |
-
title={
|
176 |
author={Abhilash Sahoo},
|
177 |
year={2025},
|
178 |
publisher={Hugging Face},
|
179 |
-
url={https://huggingface.co/abhilash88/
|
180 |
}
|
181 |
```
|
182 |
|
|
|
19 |
- accuracy
|
20 |
- mae
|
21 |
model-index:
|
22 |
+
- name: Age Gender Prediction
|
23 |
results:
|
24 |
- task:
|
25 |
type: image-classification
|
|
|
36 |
name: Age MAE (years)
|
37 |
---
|
38 |
|
39 |
+
# π ViT-Age-Gender-Prediction: Vision Transformer for Facial Analysis
|
40 |
|
41 |
**β
MODEL WEIGHTS NOW AVAILABLE** - Trained model weights uploaded and ready for use!
|
42 |
|
|
|
171 |
## π¬ **Research & Citation**
|
172 |
|
173 |
```bibtex
|
174 |
+
@misc{age-gender-prediction-2025,
|
175 |
+
title={Age-Gender-Prediction: Vision Transformer for Facial Analysis},
|
176 |
author={Abhilash Sahoo},
|
177 |
year={2025},
|
178 |
publisher={Hugging Face},
|
179 |
+
url={https://huggingface.co/abhilash88/age-gender-prediction}
|
180 |
}
|
181 |
```
|
182 |
|