Spaces:
Sleeping
Sleeping
File size: 1,055 Bytes
a2c267d | 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 | {
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"spacy_version":">=3.7.4,<3.8.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_git_version":"bff8725f4",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null,
"mode":"default"
},
"labels":{
"transformer":[
],
"ner":[
"EXPERIENCE",
"SKILL",
"TOOL"
]
},
"pipeline":[
"transformer",
"ner"
],
"components":[
"transformer",
"ner"
],
"disabled":[
],
"performance":{
"ents_f":0.6260185445,
"ents_p":0.6503210741,
"ents_r":0.6034669556,
"ents_per_type":{
"EXPERIENCE":{
"p":0.8803418803,
"r":0.9537037037,
"f":0.9155555556
},
"SKILL":{
"p":0.6098981077,
"r":0.4515086207,
"f":0.5188854489
},
"TOOL":{
"p":0.6174242424,
"r":0.6965811966,
"f":0.6546184739
}
},
"transformer_loss":150.5976690537,
"ner_loss":2037.8725703364
}
} |