prof144 commited on
Commit
fefc21a
1 Parent(s): 2e99f88

Update spaCy pipeline

Browse files
Files changed (7) hide show
  1. README.md +8 -8
  2. config.cfg +1 -1
  3. en_pipeline-any-py3-none-any.whl +2 -2
  4. meta.json +38 -38
  5. ner/model +0 -0
  6. ner/moves +1 -1
  7. transformer/model +1 -1
README.md CHANGED
@@ -13,13 +13,13 @@ model-index:
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
- value: 0.6074972437
17
  - name: NER Recall
18
  type: recall
19
- value: 0.5401960784
20
  - name: NER F Score
21
  type: f_score
22
- value: 0.5718733783
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
@@ -49,8 +49,8 @@ model-index:
49
 
50
  | Type | Score |
51
  | --- | --- |
52
- | `ENTS_F` | 57.19 |
53
- | `ENTS_P` | 60.75 |
54
- | `ENTS_R` | 54.02 |
55
- | `TRANSFORMER_LOSS` | 480458.92 |
56
- | `NER_LOSS` | 1538225.13 |
 
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
+ value: 0.5910614525
17
  - name: NER Recall
18
  type: recall
19
+ value: 0.6136890951
20
  - name: NER F Score
21
  type: f_score
22
+ value: 0.6021627775
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
 
49
 
50
  | Type | Score |
51
  | --- | --- |
52
+ | `ENTS_F` | 60.22 |
53
+ | `ENTS_P` | 59.11 |
54
+ | `ENTS_R` | 61.37 |
55
+ | `TRANSFORMER_LOSS` | 26200.68 |
56
+ | `NER_LOSS` | 290652.50 |
config.cfg CHANGED
@@ -93,7 +93,7 @@ dropout = 0.1
93
  patience = 1600
94
  max_epochs = 0
95
  max_steps = 10000
96
- eval_frequency = 250
97
  frozen_components = []
98
  annotating_components = []
99
  before_to_disk = null
 
93
  patience = 1600
94
  max_epochs = 0
95
  max_steps = 10000
96
+ eval_frequency = 200
97
  frozen_components = []
98
  annotating_components = []
99
  before_to_disk = null
en_pipeline-any-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:944c5011d084144889dd0bd6ae2dfe7857ddb27af767274c0cd62b2ee758e518
3
- size 436063682
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cae6105a70f662af8374ac622c306455b5befd6f549b93a9285e0b77f22dd5a9
3
+ size 436516527
meta.json CHANGED
@@ -45,63 +45,63 @@
45
 
46
  ],
47
  "performance":{
48
- "ents_f":0.5718733783,
49
- "ents_p":0.6074972437,
50
- "ents_r":0.5401960784,
51
  "ents_per_type":{
52
  "Name":{
53
- "p":0.9333333333,
54
  "r":0.9333333333,
55
- "f":0.9333333333
56
  },
57
  "Designation":{
58
- "p":0.5886524823,
59
- "r":0.5763888889,
60
- "f":0.5824561404
 
 
 
 
 
61
  },
62
  "Location":{
63
- "p":0.5705128205,
64
- "r":0.7876106195,
65
- "f":0.6617100372
66
  },
67
  "Email Address":{
68
- "p":0.8833333333,
69
- "r":0.9636363636,
70
- "f":0.9217391304
71
- },
72
- "Companies worked at":{
73
- "p":0.6568047337,
74
- "r":0.4302325581,
75
- "f":0.5199063232
76
  },
77
  "Degree":{
78
- "p":0.6179775281,
79
- "r":0.8208955224,
80
- "f":0.7051282051
81
  },
82
  "College Name":{
83
- "p":0.5048543689,
84
- "r":0.6842105263,
85
- "f":0.5810055866
86
- },
87
- "Graduation Year":{
88
- "p":0.5102040816,
89
- "r":0.4716981132,
90
- "f":0.4901960784
91
  },
92
  "Skills":{
93
- "p":0.2898550725,
94
- "r":0.1129943503,
95
- "f":0.162601626
 
 
 
 
 
96
  },
97
  "Years of Experience":{
98
- "p":0.6363636364,
99
- "r":0.4117647059,
100
- "f":0.5
101
  }
102
  },
103
- "transformer_loss":4804.5892126424,
104
- "ner_loss":15382.2512981757
105
  },
106
  "requirements":[
107
  "spacy-transformers>=1.3.5,<1.4.0"
 
45
 
46
  ],
47
  "performance":{
48
+ "ents_f":0.6021627775,
49
+ "ents_p":0.5910614525,
50
+ "ents_r":0.6136890951,
51
  "ents_per_type":{
52
  "Name":{
53
+ "p":0.9180327869,
54
  "r":0.9333333333,
55
+ "f":0.9256198347
56
  },
57
  "Designation":{
58
+ "p":0.654676259,
59
+ "r":0.6893939394,
60
+ "f":0.6715867159
61
+ },
62
+ "Companies worked at":{
63
+ "p":0.4666666667,
64
+ "r":0.6054054054,
65
+ "f":0.5270588235
66
  },
67
  "Location":{
68
+ "p":0.6808510638,
69
+ "r":0.6464646465,
70
+ "f":0.6632124352
71
  },
72
  "Email Address":{
73
+ "p":0.8245614035,
74
+ "r":0.9215686275,
75
+ "f":0.8703703704
 
 
 
 
 
76
  },
77
  "Degree":{
78
+ "p":0.6136363636,
79
+ "r":0.8181818182,
80
+ "f":0.7012987013
81
  },
82
  "College Name":{
83
+ "p":0.6666666667,
84
+ "r":0.7317073171,
85
+ "f":0.6976744186
 
 
 
 
 
86
  },
87
  "Skills":{
88
+ "p":0.2903225806,
89
+ "r":0.144,
90
+ "f":0.192513369
91
+ },
92
+ "Graduation Year":{
93
+ "p":0.4642857143,
94
+ "r":0.5098039216,
95
+ "f":0.4859813084
96
  },
97
  "Years of Experience":{
98
+ "p":0.125,
99
+ "r":0.0909090909,
100
+ "f":0.1052631579
101
  }
102
  },
103
+ "transformer_loss":262.006815914,
104
+ "ner_loss":2906.5250289468
105
  },
106
  "requirements":[
107
  "spacy-transformers>=1.3.5,<1.4.0"
ner/model CHANGED
Binary files a/ner/model and b/ner/model differ
 
ner/moves CHANGED
@@ -1 +1 @@
1
- ��moves�<{"0":{},"1":{"Skills":4785,"Designation":814,"Degree":643,"College Name":641,"Companies worked at":585,"Name":291,"Location":272,"Email Address":168,"Graduation Year":153,"Years of Experience":52,"UNKNOWN":8},"2":{"Skills":4785,"Designation":814,"Degree":643,"College Name":641,"Companies worked at":585,"Name":291,"Location":272,"Email Address":168,"Graduation Year":153,"Years of Experience":52,"UNKNOWN":8},"3":{"Skills":4785,"Designation":814,"Degree":643,"College Name":641,"Companies worked at":585,"Name":291,"Location":272,"Email Address":168,"Graduation Year":153,"Years of Experience":52,"UNKNOWN":8},"4":{"Skills":4785,"Designation":814,"Degree":643,"College Name":641,"Companies worked at":585,"Name":291,"Location":272,"Email Address":168,"Graduation Year":153,"Years of Experience":52,"UNKNOWN":8,"":1},"5":{"":1}}�cfg��neg_key�
 
1
+ ��moves�<{"0":{},"1":{"Skills":4340,"Designation":866,"Companies worked at":714,"College Name":656,"Degree":576,"Name":293,"Location":281,"Email Address":179,"Graduation Year":154,"Years of Experience":61,"UNKNOWN":8},"2":{"Skills":4340,"Designation":866,"Companies worked at":714,"College Name":656,"Degree":576,"Name":293,"Location":281,"Email Address":179,"Graduation Year":154,"Years of Experience":61,"UNKNOWN":8},"3":{"Skills":4340,"Designation":866,"Companies worked at":714,"College Name":656,"Degree":576,"Name":293,"Location":281,"Email Address":179,"Graduation Year":154,"Years of Experience":61,"UNKNOWN":8},"4":{"Skills":4340,"Designation":866,"Companies worked at":714,"College Name":656,"Degree":576,"Name":293,"Location":281,"Email Address":179,"Graduation Year":154,"Years of Experience":61,"UNKNOWN":8,"":1},"5":{"":1}}�cfg��neg_key�
transformer/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9fdda65a66467395b41a0b900e766c0ce4da1f9920b68c80eb8910e4ae78c4b1
3
  size 502027402
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:113e7a0a729a9d9d3ce4c9d65c4b77ff563d4ff13d4630375c94c6ba2f0998a5
3
  size 502027402