binbin83's picture
Update spaCy pipeline
bec823f
{
"lang":"fr",
"name":"sensations_and_body",
"version":"0.0.1",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.4.4,<3.5.0",
"spacy_git_version":"Unknown",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"transformer":[
],
"ner":[
"CORPS",
"MOTS_PERCEPTIONS_SENSORIELLES",
"SENSATIONS_PHYSIQUES",
"VERB_PERCEPTIONS_SENSORIELLES"
]
},
"pipeline":[
"transformer",
"ner"
],
"components":[
"transformer",
"ner"
],
"disabled":[
],
"performance":{
"ents_f":0.8546448087,
"ents_p":0.8537117904,
"ents_r":0.8555798687,
"ents_per_type":{
"CORPS":{
"p":0.9324324324,
"r":0.9139072848,
"f":0.9230769231
},
"VERB_PERCEPTIONS_SENSORIELLES":{
"p":0.8242424242,
"r":0.8447204969,
"f":0.8343558282
},
"MOTS_PERCEPTIONS_SENSORIELLES":{
"p":0.8425925926,
"r":0.8504672897,
"f":0.8465116279
},
"SENSATIONS_PHYSIQUES":{
"p":0.7027027027,
"r":0.6842105263,
"f":0.6933333333
}
},
"transformer_loss":1623.0443754992,
"ner_loss":503.8975850433
},
"requirements":[
"spacy-transformers>=1.1.9,<1.2.0"
]
}