File size: 286 Bytes
7aa878f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "checkpoint": "checkpoint-50",
    "split": "test",
    "accuracy": 0.74,
    "precision": 0.664,
    "recall": 0.74,
    "f1_score": 0.6879,
    "confusion_matrix": [
        [
            720,
            57
        ],
        [
            203,
            20
        ]
    ]
}