File size: 1,178 Bytes
145da97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "lang":"en",
  "name":"ner_job",
  "version":"0.0.0",
  "description":"",
  "author":"",
  "email":"",
  "url":"",
  "license":"",
  "spacy_version":">=3.7.6,<3.8.0",
  "spacy_git_version":"319e025",
  "vectors":{
    "width":300,
    "vectors":514157,
    "keys":514157,
    "name":"en_vectors"
  },
  "labels":{
    "tok2vec":[

    ],
    "ner":[
      "ConceptSkill",
      "Education",
      "SoftSkill",
      "TechnicalSkill"
    ]
  },
  "pipeline":[
    "tok2vec",
    "ner"
  ],
  "components":[
    "tok2vec",
    "ner"
  ],
  "disabled":[

  ],
  "performance":{
    "ents_f":0.6141732283,
    "ents_p":0.75,
    "ents_r":0.52,
    "ents_per_type":{
      "ConceptSkill":{
        "p":0.5882352941,
        "r":0.2941176471,
        "f":0.3921568627
      },
      "Education":{
        "p":0.7142857143,
        "r":0.625,
        "f":0.6666666667
      },
      "TechnicalSkill":{
        "p":0.9259259259,
        "r":0.78125,
        "f":0.8474576271
      },
      "SoftSkill":{
        "p":0.3333333333,
        "r":0.3,
        "f":0.3157894737
      }
    },
    "tok2vec_loss":151.8754050583,
    "ner_loss":125.7363223796
  },
  "requirements":[

  ]
}