File size: 1,169 Bytes
878a191 |
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 |
{
"lang":"ru",
"name":"patents_rel_tiny",
"version":"1.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.8.5,<3.9.0",
"spacy_git_version":"d0c705c",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"transformer":[
],
"relation_extractor":[
"PART-OF",
"LOCATED-AT",
"CONNECTED-WITH",
"IN-MANNER-OF",
"ATTRIBUTE-FOR"
]
},
"pipeline":[
"transformer",
"relation_extractor"
],
"components":[
"transformer",
"relation_extractor"
],
"disabled":[
],
"performance":{
"rel_micro_p":0.5447470817,
"rel_micro_r":0.1327328751,
"rel_micro_f":0.2134553078,
"rel_macro_f":0.0861129219,
"rel_weighted_f":0.1795895562,
"f1_PART-OF":0.3796196627,
"f1_LOCATED-AT":0.0,
"f1_CONNECTED-WITH":0.0,
"f1_IN-MANNER-OF":0.0,
"f1_ATTRIBUTE-FOR":0.0509449466,
"transformer_loss":0.0630906408,
"relation_extractor_loss":2.7171609234
},
"requirements":[
"google-auth>=2.38.0,<2.39.0",
"spacy-transformers>=1.3.8,<1.4.0",
"spacy>=3.8.5,<3.9.0"
]
} |