File size: 914 Bytes
935c348
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "lang":"ru",
  "name":"patents_rel",
  "version":"1.0.0",
  "description":"",
  "author":"",
  "email":"",
  "url":"",
  "license":"",
  "spacy_version":">=3.8.4,<3.9.0",
  "spacy_git_version":"85cc763",
  "vectors":{
    "width":0,
    "vectors":0,
    "keys":0,
    "name":null
  },
  "labels":{
    "transformer":[

    ],
    "relation_extractor":[
      "PART-OF",
      "LOCATED-AT",
      "CONNECTED-WITH",
      "ATTRIBUTE-FOR",
      "IN-MANNER-OF"
    ]
  },
  "pipeline":[
    "transformer",
    "relation_extractor"
  ],
  "components":[
    "transformer",
    "relation_extractor"
  ],
  "disabled":[

  ],
  "performance":{
    "rel_micro_p":0.6715583508,
    "rel_micro_r":0.2898944193,
    "rel_micro_f":0.4049726085,
    "transformer_loss":0.0105294202,
    "relation_extractor_loss":31.3741520271
  },
  "requirements":[
    "spacy-transformers>=1.3.8,<1.4.0",
    "spacy>=3.8.4,<3.9.0"
  ]
}