File size: 1,215 Bytes
4739cf0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "lang":"en",
  "name":"nerry_rel_tok2vec",
  "version":"2.0.0",
  "description":"RE with tok2vec",
  "author":"HjAnthony",
  "email":"",
  "url":"",
  "license":"",
  "spacy_version":">=3.6.1,<3.7.0",
  "spacy_git_version":"458bc5f45",
  "vectors":{
    "width":0,
    "vectors":0,
    "keys":0,
    "name":null
  },
  "labels":{
    "tok2vec":[

    ],
    "ner":[
      "CRIME",
      "PERSON",
      "PROCECUTION"
    ],
    "relation_extractor":[
      "INVOVLED_IN"
    ]
  },
  "pipeline":[
    "tok2vec",
    "ner",
    "relation_extractor"
  ],
  "components":[
    "tok2vec",
    "ner",
    "relation_extractor"
  ],
  "disabled":[

  ],
  "performance":{
    "ents_f":0.7042253521,
    "ents_p":0.5434782609,
    "ents_r":1.0,
    "ents_per_type":{
      "PERSON":{
        "p":0.4285714286,
        "r":1.0,
        "f":0.6
      },
      "CRIME":{
        "p":0.6875,
        "r":1.0,
        "f":0.8148148148
      },
      "PROCECUTION":{
        "p":1.0,
        "r":1.0,
        "f":1.0
      }
    },
    "rel_micro_p":0.5555555556,
    "rel_micro_r":1.0,
    "rel_micro_f":0.7142857143,
    "tok2vec_loss":0.0000000005,
    "relation_extractor_loss":1.0557226054
  },
  "requirements":[

  ]
}