File size: 803 Bytes
4330371
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "lang":"en",
  "name":"ner_skills",
  "version":"0.1.0",
  "description":"",
  "author":"",
  "email":"",
  "url":"",
  "license":"",
  "spacy_version":">=3.2.1,<3.3.0",
  "spacy_git_version":"800737b41",
  "vectors":{
    "width":0,
    "vectors":0,
    "keys":0,
    "name":null
  },
  "labels":{
    "tok2vec":[

    ],
    "ner":[
      "SKILL"
    ]
  },
  "pipeline":[
    "tok2vec",
    "ner"
  ],
  "components":[
    "tok2vec",
    "ner"
  ],
  "disabled":[

  ],
  "performance":{
    "ents_f":0.3670076726,
    "ents_p":0.3980582524,
    "ents_r":0.3404507711,
    "ents_per_type":{
      "SKILL":{
        "p":0.3980582524,
        "r":0.3404507711,
        "f":0.3670076726
      }
    },
    "tok2vec_loss":6076.5989682313,
    "ner_loss":4917.0976121037
  },
  "requirements":[

  ]
}