Spaces:
Running on Zero
Running on Zero
File size: 1,729 Bytes
f0fae3f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | {
"accuracy": 0.9916666666666667,
"macro_f1": 0.9916573971078977,
"n_train": 360,
"n_test": 120,
"n_classes": 8,
"classes": [
"agv_navigation",
"equipment_maintenance",
"general_faq",
"inventory_check",
"order_status",
"picking_optimization",
"safety_incident",
"system_status"
],
"classification_report": {
"agv_navigation": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 15.0
},
"equipment_maintenance": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 15.0
},
"general_faq": {
"precision": 1.0,
"recall": 0.9333333333333333,
"f1-score": 0.9655172413793104,
"support": 15.0
},
"inventory_check": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 15.0
},
"order_status": {
"precision": 0.9375,
"recall": 1.0,
"f1-score": 0.967741935483871,
"support": 15.0
},
"picking_optimization": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 15.0
},
"safety_incident": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 15.0
},
"system_status": {
"precision": 1.0,
"recall": 1.0,
"f1-score": 1.0,
"support": 15.0
},
"accuracy": 0.9916666666666667,
"macro avg": {
"precision": 0.9921875,
"recall": 0.9916666666666667,
"f1-score": 0.9916573971078977,
"support": 120.0
},
"weighted avg": {
"precision": 0.9921875,
"recall": 0.9916666666666667,
"f1-score": 0.9916573971078978,
"support": 120.0
}
}
} |