tom-b974 commited on
Commit
ca9ddc5
·
verified ·
1 Parent(s): ba851b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -42,12 +42,13 @@ Inference time to evaluate real-time feasibility.
42
  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.
43
 
44
  ## Results:
45
- Since evaluation of this challenge is on 20% of the train dataset, we need to be vigilant when talking about model performance.
46
- Indeed, a high accuracy in the part of the train dataset could hide the over-fitting of the model.
47
 
48
  That is what I've been dealing with when reaching 0.91 accuracy of the model and 0.81 mean_iou on the train dataset:
49
- I can see over-fitting while over-performance on the train dataset (see picture below) - 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)
50
- <img src="https://cdn-uploads.huggingface.co/production/uploads/666354284044e2b1c3287c22/LptPoEeSGH22MG_XftxdP.png" alt="Example image" width="300">
 
51
 
52
- As a data scientist, another model has been trained and evaluated on the whole "val" dataset.
53
 
 
42
  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.
43
 
44
  ## Results:
45
+ Since this challenge's evaluation is based on 20% of the train dataset, we need to be vigilant when discussing model performance.
46
+ Indeed, a high accuracy in this part of the train dataset could hide the over-fitting of the model.
47
 
48
  That is what I've been dealing with when reaching 0.91 accuracy of the model and 0.81 mean_iou on the train dataset:
49
+ I can see over-fitting while over-performance on the train dataset (see picture below).
50
+ 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)
51
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/666354284044e2b1c3287c22/LptPoEeSGH22MG_XftxdP.png" alt="Results on train dataset evaluation" width="600">
52
 
53
+ As a professional data scientist, another model has been trained and evaluated on the "val" dataset (see picture below -soon)
54