File size: 1,395 Bytes
b5d4fb3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "lang":"en",
  "name":"pipeline",
  "version":"0.0.0",
  "spacy_version":">=3.1.1,<3.2.0",
  "description":"",
  "author":"",
  "email":"",
  "url":"",
  "license":"",
  "spacy_git_version":"ffaead8fe",
  "vectors":{
    "width":0,
    "vectors":0,
    "keys":0,
    "name":null
  },
  "labels":{
    "tok2vec":[

    ],
    "torch_ner":[
      "O",
      "B-person",
      "I-person",
      "B-problem",
      "I-problem",
      "B-pronoun",
      "I-pronoun",
      "B-test",
      "I-test",
      "B-treatment",
      "I-treatment"
    ]
  },
  "pipeline":[
    "tok2vec",
    "torch_ner"
  ],
  "components":[
    "tok2vec",
    "torch_ner"
  ],
  "disabled":[

  ],
  "performance":{
    "ents_f":0.7974715233,
    "ents_p":0.7738369974,
    "ents_r":0.8225952227,
    "ents_per_type":{
      "person":{
        "p":0.8821250692,
        "r":0.9145152037,
        "f":0.898028169
      },
      "problem":{
        "p":0.7026507876,
        "r":0.7743437765,
        "f":0.7367573011
      },
      "pronoun":{
        "p":0.9612403101,
        "r":0.9893617021,
        "f":0.9750982962
      },
      "test":{
        "p":0.7840659341,
        "r":0.8253325622,
        "f":0.8041701888
      },
      "treatment":{
        "p":0.7110148515,
        "r":0.748534202,
        "f":0.7292922882
      }
    },
    "tok2vec_loss":253.127319775,
    "torch_ner_loss":19653.1632254892
  }
}