File size: 1,332 Bytes
213b3a8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "lang":"en",
  "name":"JobDesc_pipeline",
  "version":"0.0.0",
  "description":"",
  "author":"",
  "email":"",
  "url":"",
  "license":"",
  "spacy_version":">=3.7.2,<3.8.0",
  "spacy_git_version":"a89eae928",
  "vectors":{
    "width":0,
    "vectors":0,
    "keys":0,
    "name":null
  },
  "labels":{
    "transformer":[

    ],
    "ner":[
      "EXPERIENCE",
      "QUALIFICATION",
      "ROLES",
      "SKILLS",
      "TITLE"
    ]
  },
  "pipeline":[
    "transformer",
    "ner"
  ],
  "components":[
    "transformer",
    "ner"
  ],
  "disabled":[

  ],
  "performance":{
    "ents_f":0.8929292929,
    "ents_p":0.9094650206,
    "ents_r":0.876984127,
    "ents_per_type":{
      "TITLE":{
        "p":0.9016393443,
        "r":0.9649122807,
        "f":0.9322033898
      },
      "ROLES":{
        "p":0.9423076923,
        "r":0.9245283019,
        "f":0.9333333333
      },
      "SKILLS":{
        "p":0.8867924528,
        "r":0.7966101695,
        "f":0.8392857143
      },
      "QUALIFICATION":{
        "p":0.9375,
        "r":1.0,
        "f":0.9677419355
      },
      "EXPERIENCE":{
        "p":1.0,
        "r":0.8888888889,
        "f":0.9411764706
      }
    },
    "transformer_loss":4.3934552449,
    "ner_loss":14366.0062501409
  },
  "requirements":[
    "spacy-transformers>=1.3.4,<1.4.0"
  ]
}