en_ner_prompting / meta.json
teo-sanchez's picture
Update spaCy pipeline
64a8eac
raw
history blame
2.93 kB
{
"lang":"en",
"name":"ner_prompting",
"version":"0.0.1",
"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.7291112294,
"ents_p":0.7636566332,
"ents_r":0.6975560081,
"ents_per_type":{
"context/emotion":{
"p":0.8620689655,
"r":0.7246376812,
"f":0.7874015748
},
"detail":{
"p":0.9142857143,
"r":0.9056603774,
"f":0.9099526066
},
"medium/illustration":{
"p":0.8813559322,
"r":0.8387096774,
"f":0.8595041322
},
"influence/genre":{
"p":0.8070175439,
"r":0.6764705882,
"f":0.736
},
"subject":{
"p":0.5555555556,
"r":0.5043859649,
"f":0.5287356322
},
"influence/artist":{
"p":0.8217054264,
"r":0.8091603053,
"f":0.8153846154
},
"influence/artwork":{
"p":0.64,
"r":0.4705882353,
"f":0.5423728814
},
"influence/repository":{
"p":0.9090909091,
"r":0.8888888889,
"f":0.8988764045
},
"medium/photography":{
"p":0.7215189873,
"r":0.7808219178,
"f":0.75
},
"color":{
"p":0.7941176471,
"r":0.7941176471,
"f":0.7941176471
},
"context/era":{
"p":0.6666666667,
"r":0.5454545455,
"f":0.6
},
"composition/view":{
"p":0.8947368421,
"r":0.5862068966,
"f":0.7083333333
},
"medium/rendering":{
"p":0.9230769231,
"r":0.5,
"f":0.6486486486
},
"context/weather":{
"p":0.5,
"r":0.7272727273,
"f":0.5925925926
},
"light":{
"p":0.8636363636,
"r":0.7916666667,
"f":0.8260869565
},
"medium/painting":{
"p":0.8235294118,
"r":0.56,
"f":0.6666666667
},
"composition/scale":{
"p":1.0,
"r":0.5,
"f":0.6666666667
}
},
"tok2vec_loss":252.2055473672,
"ner_loss":2210.2623216551
},
"requirements":[
]
}