Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -60,11 +60,11 @@ Using CodeCarbon, the model's carbon footprint and energy consumption will be tr
|
|
60 |
Since this challenge's evaluation is based on 20% of the train dataset, we need to be vigilant when discussing model performance.
|
61 |
Indeed, a high accuracy in this part of the train dataset could hide the over-fitting of the model.
|
62 |
|
63 |
-
That is what I've been dealing with when reaching 0.
|
64 |
I can see over-fitting while over-performance on the train dataset (see picture below).
|
65 |
Due to this challenge evaluation criteria ,this model is used for submission and is called [yolo11_tr_20012025_frugalAIchal.pt](https://huggingface.co/spaces/tom-b974/Frugal_AI_image_2025/blob/main/yolo11_tr_20012025_frugalAIchal.pt)
|
66 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/666354284044e2b1c3287c22/LptPoEeSGH22MG_XftxdP.png" alt="over-fitting" width="600">
|
67 |
|
68 |
-
As a professional data scientist,
|
69 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/666354284044e2b1c3287c22/k00JqZDpHxGqKMweZQzw0.png" alt="No over-fitting" width="600">
|
70 |
Still reaching a model accuracy of 0.907 and max iou of 0.808.
|
|
|
60 |
Since this challenge's evaluation is based on 20% of the train dataset, we need to be vigilant when discussing model performance.
|
61 |
Indeed, a high accuracy in this part of the train dataset could hide the over-fitting of the model.
|
62 |
|
63 |
+
That is what I've been dealing with when reaching 0.911 accuracy of the model and 0.817 mean_iou on the train dataset:
|
64 |
I can see over-fitting while over-performance on the train dataset (see picture below).
|
65 |
Due to this challenge evaluation criteria ,this model is used for submission and is called [yolo11_tr_20012025_frugalAIchal.pt](https://huggingface.co/spaces/tom-b974/Frugal_AI_image_2025/blob/main/yolo11_tr_20012025_frugalAIchal.pt)
|
66 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/666354284044e2b1c3287c22/LptPoEeSGH22MG_XftxdP.png" alt="over-fitting" width="600">
|
67 |
|
68 |
+
As a professional data scientist, I have trained anther model that has been evaluated on the "val" dataset (see picture below)
|
69 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/666354284044e2b1c3287c22/k00JqZDpHxGqKMweZQzw0.png" alt="No over-fitting" width="600">
|
70 |
Still reaching a model accuracy of 0.907 and max iou of 0.808.
|