baukearends's picture
Update spaCy pipeline
5806ce0 verified
raw
history blame
1 kB
{
"lang":"nl",
"name":"Echocardiogram_SpanCategorizer_rv_syst_func",
"version":"1.0.0",
"description":"Package to classify spans for the presence and severity of right ventricular systolic dysfunction in Dutch echocardiogram reports.",
"author":"Bauke Arends",
"email":"[email protected]",
"url":"",
"license":"cc-by-sa-4.0",
"spacy_version":">=3.7.4,<3.8.0",
"spacy_git_version":"bff8725f4",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"tok2vec":[
],
"spancat":[
"rv_sys_func_normal",
"rv_sys_func_mild",
"rv_sys_func_moderate",
"rv_sys_func_severe"
]
},
"pipeline":[
"tok2vec",
"spancat"
],
"components":[
"tok2vec",
"spancat"
],
"disabled":[
],
"performance":{
"spans_sc_f":0.8858921162,
"spans_sc_p":0.8970588235,
"spans_sc_r":0.875,
"tok2vec_loss":1.85258147,
"spancat_loss":489.0480658473
},
"requirements":[
]
}