en_pipeline / meta.json
ShivamRai7's picture
updated_model
7b57de8
{
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.5.1,<3.6.0",
"spacy_git_version":"8153bd573",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"tok2vec":[
],
"ner":[
"CONTAINER COUNT",
"CONTAINER SIZE",
"DESTINATION",
"ORIGIN",
"SEARCH RATES",
"SHIP"
]
},
"pipeline":[
"tok2vec",
"ner"
],
"components":[
"tok2vec",
"ner"
],
"disabled":[
],
"performance":{
"ents_f":1.0,
"ents_p":1.0,
"ents_r":1.0,
"ents_per_type":{
"ORIGIN":{
"p":1.0,
"r":1.0,
"f":1.0
},
"DESTINATION":{
"p":1.0,
"r":1.0,
"f":1.0
},
"CONTAINER SIZE":{
"p":1.0,
"r":1.0,
"f":1.0
},
"CONTAINER COUNT":{
"p":1.0,
"r":1.0,
"f":1.0
},
"SHIP":{
"p":1.0,
"r":1.0,
"f":1.0
},
"SEARCH RATES":{
"p":1.0,
"r":1.0,
"f":1.0
}
},
"tok2vec_loss":0.0000000157,
"ner_loss":0.0000000471
},
"requirements":[
]
}