Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -57,14 +57,15 @@ Inference time to evaluate real-time feasibility.
|
|
57 |
Using CodeCarbon, the model's carbon footprint and energy consumption will be tracked, this information will help ensure the model's alignment with the sustainability objectives of the Frugal AI Challenge.
|
58 |
|
59 |
## Results:
|
60 |
-
|
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
|
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
|
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
|
|
|
|
57 |
Using CodeCarbon, the model's carbon footprint and energy consumption will be tracked, this information will help ensure the model's alignment with the sustainability objectives of the Frugal AI Challenge.
|
58 |
|
59 |
## Results:
|
60 |
+
At the beginning of this challenge's evaluation was based on 20% of the train dataset, we had 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 was used for submission (before update of the 27-01-2025)
|
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 another 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 (before update of the 27-01-2025 - on 20% of'train')
|
71 |
+
UPDATE: A model accuracy of 0.799 and max iou of 0.740 (on 'val')
|