AvoCahDoe commited on
Commit
c69e097
·
verified ·
1 Parent(s): 2c36ebc

Upload metrics/summary.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metrics/summary.json +39 -0
metrics/summary.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "yolov8s",
3
+ "repo_id": "AvoCahDoe/invoice-layout-yolov8s",
4
+ "dataset": "AvoCahDoe/invoice-annotated-bbox",
5
+ "classes": {
6
+ "0": "invoice_metadata",
7
+ "1": "vendor_block",
8
+ "2": "customer_block",
9
+ "3": "table_block",
10
+ "4": "line_item",
11
+ "5": "summary_block",
12
+ "6": "payment_block",
13
+ "7": "Column"
14
+ },
15
+ "val": {
16
+ "epochs_trained": 100,
17
+ "best_epoch": 94,
18
+ "best_map50": 0.85371,
19
+ "best_map50_95": 0.61396,
20
+ "best_precision": 0.85874,
21
+ "best_recall": 0.77948,
22
+ "final_map50": 0.8478,
23
+ "final_map50_95": 0.60857,
24
+ "final_precision": 0.90963,
25
+ "final_recall": 0.79076,
26
+ "train_time_s": 1919.85
27
+ },
28
+ "test": {
29
+ "test_precision": 0.9418900776026258,
30
+ "test_recall": 0.8677204132580655,
31
+ "test_map50": 0.900625,
32
+ "test_map50_95": 0.673915781700938
33
+ },
34
+ "training": {
35
+ "weights": "yolov8s.pt",
36
+ "batch": 8,
37
+ "imgsz": 1024
38
+ }
39
+ }