File size: 1,278 Bytes
1a4ffe2 |
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 |
{
"lang":"en",
"name":"spacy_pii",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.4.1,<3.5.0",
"spacy_git_version":"Unknown",
"vectors":{
"width":300,
"vectors":514157,
"keys":514157,
"name":"en_vectors"
},
"labels":{
"tok2vec":[
],
"ner":[
"DATE_TIME",
"LOC",
"NRP",
"ORG",
"PER"
]
},
"pipeline":[
"tok2vec",
"ner"
],
"components":[
"tok2vec",
"ner"
],
"disabled":[
],
"performance":{
"ents_f":0.8946822084,
"ents_p":0.9099727257,
"ents_r":0.8798970607,
"ents_per_type":{
"PER":{
"p":0.9281732614,
"r":0.9339770115,
"f":0.9310660922
},
"LOC":{
"p":0.9549219936,
"r":0.9000585594,
"f":0.9266789482
},
"DATE_TIME":{
"p":0.8544334975,
"r":0.8343956705,
"f":0.8442957104
},
"ORG":{
"p":0.8463643471,
"r":0.7847046031,
"f":0.8143690051
},
"NRP":{
"p":0.9309125206,
"r":0.944045911,
"f":0.9374332186
}
},
"tok2vec_loss":825.2255031227,
"ner_loss":1060.2629383143
},
"requirements":[
]
} |