File size: 1,080 Bytes
c22d4d3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "lang": "nl",
    "name": "Echocardiogram_SpanCategorizer_wall_motion_abnormalities",
    "version": "1.0.0",
    "spacy_version": ">=3.7.4,<3.8.0",
    "description": "Package to classify spans for the presence and severity of wall motion abnormalities in Dutch echocardiogram reports.",
    "author": "Bauke Arends",
    "email": "[email protected]",
    "url": "",
    "license": "cc-by-sa-4.0",
    "spacy_git_version": "bff8725f4",
    "vectors": {
        "width": 0,
        "vectors": 0,
        "keys": 0,
        "name": null,
        "mode": "default"
    },
    "labels": {
        "tok2vec": [],
        "spancat": [
            "wma_present",
            "wma_not_present"
        ]
    },
    "pipeline": [
        "tok2vec",
        "spancat"
    ],
    "components": [
        "tok2vec",
        "spancat"
    ],
    "disabled": [],
    "performance": {
        "spans_sc_f": 0.5960784314,
        "spans_sc_p": 0.5868725869,
        "spans_sc_r": 0.6055776892,
        "tok2vec_loss": 2.1255536818,
        "spancat_loss": 675.1965456386
    }
}