en_pipeline / meta.json
shivu007's picture
Update spaCy pipeline
172f7bf
raw
history blame
1.89 kB
{
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.7.2,<3.8.0",
"spacy_git_version":"a89eae928",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"transformer":[
],
"ner":[
"CANDIDATE_NAME",
"COLLEGE NAME",
"DEGREE",
"DESIGNATION",
"EMAIL",
"EXPERIENCE",
"PERSONAL_INFORMATION",
"PHONE NUMBER",
"TOTAL_YEAR_OF_EXPERIENCE"
]
},
"pipeline":[
"transformer",
"ner"
],
"components":[
"transformer",
"ner"
],
"disabled":[
],
"performance":{
"ents_f":0.76,
"ents_p":0.7398230088,
"ents_r":0.7813084112,
"ents_per_type":{
"CANDIDATE_NAME":{
"p":0.9491525424,
"r":0.9333333333,
"f":0.9411764706
},
"DESIGNATION":{
"p":0.5833333333,
"r":0.525,
"f":0.5526315789
},
"PHONE NUMBER":{
"p":0.8088235294,
"r":0.9166666667,
"f":0.859375
},
"EMAIL":{
"p":0.8644067797,
"r":0.9272727273,
"f":0.8947368421
},
"TOTAL_YEAR_OF_EXPERIENCE":{
"p":0.75,
"r":0.8684210526,
"f":0.8048780488
},
"EXPERIENCE":{
"p":0.6267605634,
"r":0.679389313,
"f":0.652014652
},
"COLLEGE NAME":{
"p":0.7424242424,
"r":0.7538461538,
"f":0.7480916031
},
"DEGREE":{
"p":0.8358208955,
"r":0.875,
"f":0.8549618321
},
"PERSONAL_INFORMATION":{
"p":0.3333333333,
"r":0.3636363636,
"f":0.347826087
}
},
"transformer_loss":110.5091906323,
"ner_loss":136.3561218963
},
"requirements":[
"spacy-transformers>=1.3.3,<1.4.0"
]
}