File size: 2,935 Bytes
2fb01ff |
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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 |
{
"lang":"en",
"name":"med12_trf_weakly_supervised",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.4.1,<3.5.0",
"spacy_git_version":"5c2a00cef",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"transformer":[
],
"ner":[
"Denominator_Unit",
"Denominator_Value",
"Dose_Form",
"Medication_Name",
"NDC",
"Numerator_Unit",
"Numerator_Value",
"Product_Package_Type",
"Product_Package_Type_Value",
"Quantity_Factor_Unit",
"Quantity_Factor_Unit_Value",
"Quantity_Factor_Value"
],
"textcat":[
"OTHER",
"MEDICATION"
]
},
"pipeline":[
"transformer",
"ner",
"textcat"
],
"components":[
"transformer",
"ner",
"textcat"
],
"disabled":[
],
"performance":{
"ents_f":0.9989370304,
"ents_p":0.9995091177,
"ents_r":0.9983655976,
"ents_per_type":{
"Medication_Name":{
"p":0.9996324881,
"r":0.9996324881,
"f":0.9996324881
},
"Numerator_Value":{
"p":0.9997868713,
"r":0.9997868713,
"f":0.9997868713
},
"Numerator_Unit":{
"p":0.9995707233,
"r":0.9996780079,
"f":0.9996243628
},
"Quantity_Factor_Value":{
"p":0.9996254682,
"r":0.9992512168,
"f":0.9994383074
},
"Quantity_Factor_Unit":{
"p":0.999626587,
"r":0.9802270231,
"f":0.9898317619
},
"Dose_Form":{
"p":0.9988076786,
"r":0.9974994046,
"f":0.9981531129
},
"Product_Package_Type_Value":{
"p":1.0,
"r":0.9995982322,
"f":0.9997990757
},
"Product_Package_Type":{
"p":1.0,
"r":1.0,
"f":1.0
},
"NDC":{
"p":1.0,
"r":1.0,
"f":1.0
},
"Denominator_Unit":{
"p":0.9992788462,
"r":0.9995191152,
"f":0.9993989662
},
"Quantity_Factor_Unit_Value":{
"p":0.998816568,
"r":1.0,
"f":0.9994079337
},
"Denominator_Value":{
"p":0.9941176471,
"r":0.9941176471,
"f":0.9941176471
}
},
"cats_score":1.0,
"cats_score_desc":"macro F",
"cats_micro_p":1.0,
"cats_micro_r":1.0,
"cats_micro_f":1.0,
"cats_macro_p":1.0,
"cats_macro_r":1.0,
"cats_macro_f":1.0,
"cats_macro_auc":1.0,
"cats_f_per_type":{
"OTHER":{
"p":1.0,
"r":1.0,
"f":1.0
},
"MEDICATION":{
"p":1.0,
"r":1.0,
"f":1.0
}
},
"cats_macro_auc_per_type":0.0,
"transformer_loss":185.4749514628,
"ner_loss":1530.9722248258,
"textcat_loss":0.0000000003
},
"requirements":[
"spacy-transformers>=1.1.7,<1.2.0"
]
} |