File size: 291 Bytes
7aa878f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "checkpoint": "checkpoint-200",
    "split": "test",
    "accuracy": 0.588,
    "precision": 0.6758,
    "recall": 0.588,
    "f1_score": 0.6189,
    "confusion_matrix": [
        [
            490,
            287
        ],
        [
            125,
            98
        ]
    ]
}