File size: 2,230 Bytes
f6b8a39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "predict_loss": 0.1715492457151413,
    "predict_DATE_precision": 1.0,
    "predict_DATE_recall": 0.9444444444444444,
    "predict_DATE_f1": 0.9714285714285714,
    "predict_DATE_number": 18,
    "predict_LOCATION_precision": 0.6666666666666666,
    "predict_LOCATION_recall": 0.6666666666666666,
    "predict_LOCATION_f1": 0.6666666666666666,
    "predict_LOCATION_number": 9,
    "predict_ORGANIZATION_precision": 0.961038961038961,
    "predict_ORGANIZATION_recall": 0.9487179487179487,
    "predict_ORGANIZATION_f1": 0.9548387096774195,
    "predict_ORGANIZATION_number": 78,
    "predict_OTHER_precision": 0.5185185185185185,
    "predict_OTHER_recall": 0.5833333333333334,
    "predict_OTHER_f1": 0.5490196078431373,
    "predict_OTHER_number": 24,
    "predict_PERSON_precision": 0.8679245283018868,
    "predict_PERSON_recall": 0.8363636363636363,
    "predict_PERSON_f1": 0.8518518518518519,
    "predict_PERSON_number": 55,
    "predict_QUANTITY_precision": 0.8333333333333334,
    "predict_QUANTITY_recall": 0.8928571428571429,
    "predict_QUANTITY_f1": 0.8620689655172413,
    "predict_QUANTITY_number": 28,
    "predict_TITLE_precision": 0.14285714285714285,
    "predict_TITLE_recall": 0.1,
    "predict_TITLE_f1": 0.11764705882352941,
    "predict_TITLE_number": 10,
    "predict_overall_precision": 0.8318181818181818,
    "predict_overall_recall": 0.8243243243243243,
    "predict_overall_f1": 0.8280542986425339,
    "predict_overall_accuracy": 0.968184311574328,
    "predict_runtime": 19.7294,
    "predict_samples_per_second": 1.825,
    "predict_steps_per_second": 0.912,
    "model_name": "t5-large",
    "dataset_name": "imvladikon/ner_news_small",
    "split_instructions": "80:10:10",
    "device": "cpu",
    "label2id": {
        "O": 0,
        "B-PERSON": 1,
        "I-PERSON": 2,
        "B-ORGANIZATION": 3,
        "I-ORGANIZATION": 4,
        "B-LOCATION": 5,
        "I-LOCATION": 6,
        "B-TITLE": 7,
        "I-TITLE": 8,
        "B-EVENT": 9,
        "I-EVENT": 10,
        "B-QUANTITY": 11,
        "I-QUANTITY": 12,
        "B-DATE": 13,
        "I-DATE": 14,
        "B-COMMERCIAL_ITEM": 15,
        "I-COMMERCIAL_ITEM": 16,
        "B-OTHER": 17,
        "I-OTHER": 18
    }
}