Rokyuto commited on
Commit
da95f53
·
verified ·
1 Parent(s): 28b5466

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -3,4 +3,27 @@ license: agpl-3.0
3
  base_model:
4
  - Ultralytics/YOLO11
5
  pipeline_tag: image-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
 
3
  base_model:
4
  - Ultralytics/YOLO11
5
  pipeline_tag: image-classification
6
+ datasets:
7
+ - Rokyuto/Banknotes
8
+ tags:
9
+ - banknotes
10
+ - banknotes classification
11
+ - yolov11
12
+ widget:
13
+ - text: Banknotes Classification
14
+ output:
15
+ url: model_predictions/prediction_50 EUR_20240923_190943.jpg
16
+ metrics:
17
+ - type: precision
18
+ name: Precision
19
+ value: 0.976
20
+ - type: recall
21
+ name: Recall
22
+ value: 0.974
23
+ - type: mAP50
24
+ name: mAP50
25
+ value: 0.991
26
+ - type: mAP50-95
27
+ name: mAP50-95
28
+ value: 0.789
29
  ---