AvoCahDoe commited on
Commit
ca4882b
·
verified ·
1 Parent(s): b571dff

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": "yolov8n",
3
+ "repo_id": "AvoCahDoe/invoice-layout-yolov8n",
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": 87,
17
+ "best_epoch": 62,
18
+ "best_map50": 0.87868,
19
+ "best_map50_95": 0.62526,
20
+ "best_precision": 0.88531,
21
+ "best_recall": 0.78492,
22
+ "final_map50": 0.82816,
23
+ "final_map50_95": 0.60501,
24
+ "final_precision": 0.84392,
25
+ "final_recall": 0.77346,
26
+ "train_time_s": 2457.74
27
+ },
28
+ "test": {
29
+ "test_precision": 0.9502026366186389,
30
+ "test_recall": 0.9592350761984346,
31
+ "test_map50": 0.96,
32
+ "test_map50_95": 0.7167417072510822
33
+ },
34
+ "training": {
35
+ "weights": "yolov8n.pt",
36
+ "batch": 8,
37
+ "imgsz": 1024
38
+ }
39
+ }