HugoHE commited on
Commit
e4a6dfa
·
verified ·
1 Parent(s): 235ae36

Update model card to clarify fine-tuning objective: mitigating hallucination on out-of-distribution data

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -8,7 +8,7 @@ tags:
8
  - pytorch
9
  - kitti
10
  - autonomous-driving
11
- - fine-tuned
12
  pipeline_tag: object-detection
13
  datasets:
14
  - kitti
@@ -30,15 +30,15 @@ model-index:
30
  value: "TBD"
31
  ---
32
 
33
- # YOLOv10 - KITTI Object Detection Fine-tuned
34
 
35
- YOLOv10 model fine-tuned on KITTI dataset for enhanced autonomous driving object detection.
36
 
37
  ## Model Details
38
 
39
  - **Model Type**: YOLOv10 Object Detection
40
  - **Dataset**: KITTI Object Detection
41
- - **Training Method**: fine-tuned
42
  - **Framework**: PyTorch/Ultralytics
43
  - **Task**: Object Detection
44
 
@@ -78,7 +78,9 @@ for result in results:
78
 
79
  ## Model Performance
80
 
81
- This model was fine-tuned on the KITTI Object Detection dataset using YOLOv10 architecture.
 
 
82
 
83
  ## Intended Use
84
 
 
8
  - pytorch
9
  - kitti
10
  - autonomous-driving
11
+ - from-scratch
12
  pipeline_tag: object-detection
13
  datasets:
14
  - kitti
 
30
  value: "TBD"
31
  ---
32
 
33
+ # YOLOv10 - KITTI Object Detection Vanilla
34
 
35
+ YOLOv10 model fine-tuned on KITTI dataset to mitigate hallucination on out-of-distribution data for enhanced autonomous driving object detection.
36
 
37
  ## Model Details
38
 
39
  - **Model Type**: YOLOv10 Object Detection
40
  - **Dataset**: KITTI Object Detection
41
+ - **Training Method**: fine-tuned to mitigate hallucination on out-of-distribution data
42
  - **Framework**: PyTorch/Ultralytics
43
  - **Task**: Object Detection
44
 
 
78
 
79
  ## Model Performance
80
 
81
+ This model was fine-tuned to mitigate hallucination on out-of-distribution data on the KITTI Object Detection dataset using YOLOv10 architecture.
82
+
83
+ **Fine-tuning Objective**: This model was specifically fine-tuned to mitigate hallucination on out-of-distribution (OOD) data, improving robustness when encountering images that differ from the training distribution.
84
 
85
  ## Intended Use
86