Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,18 @@ base_model:
|
|
10 |
- Ultralytics/YOLO11
|
11 |
library_name: ultralytics
|
12 |
pipeline_tag: image-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
# Race Classification YOLOv8/11
|
15 |
This model is based on [FairFace](https://github.com/joojs/fairface) 0.25 padding variant dataset composed by Microsoft researchers, aiming to reduce bias by better balancing classes in dataset.
|
|
|
10 |
- Ultralytics/YOLO11
|
11 |
library_name: ultralytics
|
12 |
pipeline_tag: image-classification
|
13 |
+
model-index:
|
14 |
+
- name: v8n
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: Image Classification
|
18 |
+
dataset:
|
19 |
+
name: FairFace
|
20 |
+
type: FairFace
|
21 |
+
metrics:
|
22 |
+
- name: top1_acc
|
23 |
+
type: top1_acc
|
24 |
+
value: 0.717
|
25 |
---
|
26 |
# Race Classification YOLOv8/11
|
27 |
This model is based on [FairFace](https://github.com/joojs/fairface) 0.25 padding variant dataset composed by Microsoft researchers, aiming to reduce bias by better balancing classes in dataset.
|