StephanAkkerman commited on
Commit
ff9d336
·
verified ·
1 Parent(s): adc81a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -8
README.md CHANGED
@@ -1,8 +1,57 @@
1
- # Chart Info Detector (YOLO12n)
2
-
3
- Latest model from run `12n_img1792_e80_20251109-133749`.
4
-
5
- - Test mAP50 (all classes): **0.7531**
6
- - Trained with Ultralytics YOLO on `StephanAkkerman/chart-info-yolo`.
7
-
8
- See `results.csv` for full metrics.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ - chart
6
+ - charts
7
+ - fintwit
8
+ - stocks
9
+ - crypto
10
+ - finance
11
+ - financial
12
+ - financial charts
13
+ - graphs
14
+ - financial graphs
15
+ - plot
16
+ - plots
17
+ - financial plots
18
+ - cryptocurrency
19
+ - image-recognition
20
+ - recognition
21
+ library_name: ultralytics
22
+ license: mit
23
+ datasets:
24
+ - StephanAkkerman/chart-info-yolo
25
+ language:
26
+ - en
27
+ metrics:
28
+ - mAP50
29
+ - precision
30
+ - recall
31
+ model-index:
32
+ - name: chart-info-detector
33
+ results:
34
+ - task:
35
+ type: image-classification
36
+ dataset:
37
+ name: Test Set
38
+ type: images
39
+ metrics:
40
+ - type: mAP50
41
+ value: 0.7531
42
+ - type: precision
43
+ value: 0.692
44
+ - type: recall
45
+ value: 0.657
46
+ pipeline_tag: object-detection
47
+ base_model: Ultralytics/YOLO12n
48
+ ---
49
+
50
+ # Chart Info Detector (YOLO12n)
51
+
52
+ Latest model from run `12n_img1792_e80_20251109-133749`.
53
+
54
+ - Test mAP50 (all classes): **0.7531**
55
+ - Trained with Ultralytics YOLO on `StephanAkkerman/chart-info-yolo`.
56
+
57
+ See `results.csv` for full metrics.