File size: 2,964 Bytes
f620e05 |
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 150 151 152 153 154 155 |
{
"lang":"en",
"name":"med12_trf",
"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":[
"MEDICATION",
"OTHER",
"DEVICE"
]
},
"pipeline":[
"transformer",
"ner",
"textcat"
],
"components":[
"transformer",
"ner",
"textcat"
],
"disabled":[
],
"performance":{
"ents_f":0.9989623288,
"ents_p":0.9987402508,
"ents_r":0.9991845056,
"ents_per_type":{
"Quantity_Factor_Value":{
"p":0.9984326019,
"r":0.9992156863,
"f":0.9988239906
},
"Quantity_Factor_Unit":{
"p":0.9843575419,
"r":0.9951054217,
"f":0.9897023029
},
"Medication_Name":{
"p":0.9995313964,
"r":0.999344078,
"f":0.9994377284
},
"Numerator_Value":{
"p":0.9995644125,
"r":0.9996732738,
"f":0.9996188402
},
"Numerator_Unit":{
"p":0.999780894,
"r":0.9996713769,
"f":0.9997261324
},
"Denominator_Unit":{
"p":0.9982694685,
"r":0.9995049505,
"f":0.9988868275
},
"Dose_Form":{
"p":0.9995135595,
"r":0.9984207969,
"f":0.9989668794
},
"Product_Package_Type_Value":{
"p":1.0,
"r":1.0,
"f":1.0
},
"Product_Package_Type":{
"p":1.0,
"r":1.0,
"f":1.0
},
"NDC":{
"p":1.0,
"r":1.0,
"f":1.0
},
"Denominator_Value":{
"p":1.0,
"r":0.9948979592,
"f":0.9974424552
},
"Quantity_Factor_Unit_Value":{
"p":1.0,
"r":1.0,
"f":1.0
}
},
"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":{
"MEDICATION":{
"p":1.0,
"r":1.0,
"f":1.0
},
"OTHER":{
"p":1.0,
"r":1.0,
"f":1.0
},
"DEVICE":{
"p":1.0,
"r":1.0,
"f":1.0
}
},
"cats_macro_auc_per_type":0.0,
"transformer_loss":196.8679366748,
"ner_loss":5134.8920414948,
"textcat_loss":0.0208005876
},
"requirements":[
"spacy-transformers>=1.1.7,<1.2.0"
]
} |