en_ner_prompting / meta.json
teo-sanchez's picture
Update spaCy pipeline
21ec082
raw
history blame
3.03 kB
{
"lang":"en",
"name":"ner_prompting",
"version":"0.0.2",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.4.3,<3.5.0",
"spacy_git_version":"Unknown",
"vectors":{
"width":300,
"vectors":514157,
"keys":514157,
"name":"en_vectors"
},
"labels":{
"tok2vec":[
],
"ner":[
"color",
"composition/scale",
"composition/view",
"context/emotion",
"context/era",
"context/weather",
"detail",
"influence/artist",
"influence/artwork",
"influence/genre",
"influence/repository",
"light",
"medium/illustration",
"medium/painting",
"medium/photography",
"medium/rendering",
"other",
"subject"
]
},
"pipeline":[
"tok2vec",
"ner"
],
"components":[
"tok2vec",
"ner"
],
"disabled":[
],
"performance":{
"ents_f":0.7446443873,
"ents_p":0.7517301038,
"ents_r":0.7376910017,
"ents_per_type":{
"context/emotion":{
"p":0.7924528302,
"r":0.6885245902,
"f":0.7368421053
},
"influence/artwork":{
"p":0.9666666667,
"r":0.7837837838,
"f":0.8656716418
},
"subject":{
"p":0.6339622642,
"r":0.6176470588,
"f":0.625698324
},
"influence/genre":{
"p":0.7222222222,
"r":0.6610169492,
"f":0.6902654867
},
"medium/illustration":{
"p":0.8153846154,
"r":0.7910447761,
"f":0.803030303
},
"influence/artist":{
"p":0.817679558,
"r":0.875739645,
"f":0.8457142857
},
"detail":{
"p":0.88,
"r":0.9462365591,
"f":0.9119170984
},
"context/era":{
"p":0.8125,
"r":0.7222222222,
"f":0.7647058824
},
"medium/painting":{
"p":0.65625,
"r":0.724137931,
"f":0.6885245902
},
"influence/repository":{
"p":0.8620689655,
"r":0.8474576271,
"f":0.8547008547
},
"medium/photography":{
"p":0.7641509434,
"r":0.7363636364,
"f":0.75
},
"light":{
"p":0.724137931,
"r":0.7636363636,
"f":0.7433628319
},
"other":{
"p":0.0,
"r":0.0,
"f":0.0
},
"medium/rendering":{
"p":0.8636363636,
"r":0.6785714286,
"f":0.76
},
"context/weather":{
"p":0.6111111111,
"r":0.6111111111,
"f":0.6111111111
},
"color":{
"p":0.5967741935,
"r":0.6851851852,
"f":0.6379310345
},
"composition/view":{
"p":0.78125,
"r":0.6578947368,
"f":0.7142857143
},
"composition/scale":{
"p":0.75,
"r":0.3333333333,
"f":0.4615384615
}
},
"tok2vec_loss":160.9330185827,
"ner_loss":1431.7583294513
},
"requirements":[
]
}