File size: 1,357 Bytes
ce3a347 |
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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
{
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.5.2,<3.6.0",
"spacy_git_version":"aea4a96f9",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"transformer":[
],
"ner":[
"BMW_AVLB_PACKAGES",
"BMW_ENGINE",
"BMW_ROOF_CONFIG",
"BMW_SALES_DESCP",
"BMW_STR_CONFIG",
"BMW_VEHICLE"
]
},
"pipeline":[
"transformer",
"ner"
],
"components":[
"transformer",
"ner"
],
"disabled":[
],
"performance":{
"ents_f":1.0,
"ents_p":1.0,
"ents_r":1.0,
"ents_per_type":{
"BMW_VEHICLE":{
"p":1.0,
"r":1.0,
"f":1.0
},
"BMW_ROOF_CONFIG":{
"p":1.0,
"r":1.0,
"f":1.0
},
"BMW_AVLB_PACKAGES":{
"p":1.0,
"r":1.0,
"f":1.0
},
"BMW_SALES_DESCP":{
"p":1.0,
"r":1.0,
"f":1.0
},
"BMW_STR_CONFIG":{
"p":1.0,
"r":1.0,
"f":1.0
},
"BMW_ENGINE":{
"p":1.0,
"r":1.0,
"f":1.0
}
},
"transformer_loss":40369.4658297447,
"ner_loss":24865.4716244685
},
"requirements":[
"spacy-transformers>=1.2.3,<1.3.0"
]
} |