File size: 1,574 Bytes
14ec3d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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":"de",
  "name":"GERNERMEDpp_Slim",
  "version":"1.0.0",
  "description":"Slim model of the GERNERMED++ German NER model for medical entities.",
  "author":"Johann Frei",
  "email":"[email protected]",
  "url":"https://github.com/frankkramer-lab/GERNERMED-pp",
  "license":"",
  "spacy_version":">=3.2.3,<3.3.0",
  "spacy_git_version":"99425de36",
  "vectors":{
    "width":0,
    "vectors":0,
    "keys":0,
    "name":null
  },
  "labels":{
    "tok2vec":[

    ],
    "ner":[
      "Dosage",
      "Drug",
      "Duration",
      "Form",
      "Frequency",
      "Strength"
    ]
  },
  "pipeline":[
    "tok2vec",
    "ner"
  ],
  "components":[
    "tok2vec",
    "ner"
  ],
  "disabled":[

  ],
  "performance":{
    "ents_f":0.8950631819,
    "ents_p":0.9020724569,
    "ents_r":0.8881619938,
    "ents_per_type":{
      "Drug":{
        "p":0.9021276596,
        "r":0.8900763359,
        "f":0.8960614793
      },
      "Strength":{
        "p":0.9423984891,
        "r":0.9353327085,
        "f":0.9388523048
      },
      "Form":{
        "p":0.9301181102,
        "r":0.9328726555,
        "f":0.9314933465
      },
      "Dosage":{
        "p":0.9081163859,
        "r":0.8890554723,
        "f":0.8984848485
      },
      "Frequency":{
        "p":0.8353326063,
        "r":0.8123011665,
        "f":0.823655914
      },
      "Duration":{
        "p":0.7472527473,
        "r":0.6181818182,
        "f":0.6766169154
      }
    },
    "tok2vec_loss":1293.299929771,
    "ner_loss":6030.0842215394
  },
  "requirements":[

  ]
}