rawat999 commited on
Commit
ba8a979
·
1 Parent(s): b790893

Update spaCy pipeline

Browse files
README.md CHANGED
@@ -13,18 +13,18 @@ model-index:
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
- value: 0.3063583815
17
  - name: NER Recall
18
  type: recall
19
- value: 0.2585365854
20
  - name: NER F Score
21
  type: f_score
22
- value: 0.2804232804
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
26
  | **Name** | `en_model_ner_skills` |
27
- | **Version** | `0.0.0` |
28
  | **spaCy** | `>=3.2.1,<3.3.0` |
29
  | **Default Pipeline** | `tok2vec`, `ner` |
30
  | **Components** | `tok2vec`, `ner` |
@@ -49,8 +49,8 @@ model-index:
49
 
50
  | Type | Score |
51
  | --- | --- |
52
- | `ENTS_F` | 28.04 |
53
- | `ENTS_P` | 30.64 |
54
- | `ENTS_R` | 25.85 |
55
- | `TOK2VEC_LOSS` | 134572.33 |
56
- | `NER_LOSS` | 133266.40 |
 
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
+ value: 0.3524590164
17
  - name: NER Recall
18
  type: recall
19
+ value: 0.2097560976
20
  - name: NER F Score
21
  type: f_score
22
+ value: 0.2629969419
23
  ---
24
  | Feature | Description |
25
  | --- | --- |
26
  | **Name** | `en_model_ner_skills` |
27
+ | **Version** | `0.0.1` |
28
  | **spaCy** | `>=3.2.1,<3.3.0` |
29
  | **Default Pipeline** | `tok2vec`, `ner` |
30
  | **Components** | `tok2vec`, `ner` |
 
49
 
50
  | Type | Score |
51
  | --- | --- |
52
+ | `ENTS_F` | 26.30 |
53
+ | `ENTS_P` | 35.25 |
54
+ | `ENTS_R` | 20.98 |
55
+ | `TOK2VEC_LOSS` | 435174.75 |
56
+ | `NER_LOSS` | 925698.56 |
config.cfg CHANGED
@@ -1,5 +1,5 @@
1
  [paths]
2
- train = "./train_data.spacy"
3
  dev = "./val_data.spacy"
4
  vectors = null
5
  init_tok2vec = null
@@ -11,7 +11,7 @@ seed = 0
11
  [nlp]
12
  lang = "en"
13
  pipeline = ["tok2vec","ner"]
14
- batch_size = 8
15
  disabled = []
16
  before_creation = null
17
  after_creation = null
@@ -87,9 +87,9 @@ gpu_allocator = ${system.gpu_allocator}
87
  dropout = 0.1
88
  accumulate_gradient = 1
89
  patience = 3200
90
- max_epochs = 100
91
- max_steps = 20000
92
- eval_frequency = 200
93
  frozen_components = []
94
  annotating_components = []
95
  before_to_disk = null
 
1
  [paths]
2
+ train = "./train_2_0.spacy"
3
  dev = "./val_data.spacy"
4
  vectors = null
5
  init_tok2vec = null
 
11
  [nlp]
12
  lang = "en"
13
  pipeline = ["tok2vec","ner"]
14
+ batch_size = 32
15
  disabled = []
16
  before_creation = null
17
  after_creation = null
 
87
  dropout = 0.1
88
  accumulate_gradient = 1
89
  patience = 3200
90
+ max_epochs = 30
91
+ max_steps = 30000
92
+ eval_frequency = 500
93
  frozen_components = []
94
  annotating_components = []
95
  before_to_disk = null
en_model_ner_skills-any-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b20d3ea620c01b684fea120b5f8af5a8197ca4c5760ad582d016c1886b15f670
3
- size 4281444
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a18e9a2791ed6d0652b67b0458b3ede99100a1a148ef3d67be38ab5d3d91185
3
+ size 4316036
meta.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "lang":"en",
3
  "name":"model_ner_skills",
4
- "version":"0.0.0",
5
  "description":"",
6
  "author":"",
7
  "email":"",
@@ -35,18 +35,18 @@
35
 
36
  ],
37
  "performance":{
38
- "ents_f":0.2804232804,
39
- "ents_p":0.3063583815,
40
- "ents_r":0.2585365854,
41
  "ents_per_type":{
42
  "SKILL":{
43
- "p":0.3063583815,
44
- "r":0.2585365854,
45
- "f":0.2804232804
46
  }
47
  },
48
- "tok2vec_loss":1345.7232555915,
49
- "ner_loss":1332.6640465912
50
  },
51
  "requirements":[
52
 
 
1
  {
2
  "lang":"en",
3
  "name":"model_ner_skills",
4
+ "version":"0.0.1",
5
  "description":"",
6
  "author":"",
7
  "email":"",
 
35
 
36
  ],
37
  "performance":{
38
+ "ents_f":0.2629969419,
39
+ "ents_p":0.3524590164,
40
+ "ents_r":0.2097560976,
41
  "ents_per_type":{
42
  "SKILL":{
43
+ "p":0.3524590164,
44
+ "r":0.2097560976,
45
+ "f":0.2629969419
46
  }
47
  },
48
+ "tok2vec_loss":4351.7475224104,
49
+ "ner_loss":9256.9855909426
50
  },
51
  "requirements":[
52
 
ner/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4bd5a2ea1ea87bed8e1053d93aebdde5f6ab4edd531a0b7a32586204de6b26a1
3
  size 127508
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b67ab46f2f6731183fb7b3b7fe09885b5401c2c8fe5991825279dd5a25379032
3
  size 127508
ner/moves CHANGED
@@ -1 +1 @@
1
- ��moves�d{"0":{},"1":{"SKILL":8215},"2":{"SKILL":8215},"3":{"SKILL":8215},"4":{"SKILL":8215,"":1},"5":{"":1}}�cfg��neg_key�
 
1
+ ��moves�h{"0":{},"1":{"SKILL":21499},"2":{"SKILL":21499},"3":{"SKILL":21499},"4":{"SKILL":21499,"":1},"5":{"":1}}�cfg��neg_key�
tok2vec/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6656c8159ac52b797bbf05dc7ac97341ead12d416645e6bf2d5980feb5defc96
3
  size 4443194
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18f5b0ae3a1a927fbdc9c5ef5821ecc952c788ed8eee7cdca78064b239610ee4
3
  size 4443194
vocab/strings.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:195e2b14710addb7812f564328ee73e1647c4927510bf2fb35afb173915b4ac0
3
- size 141546
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69dde8d3baa024f467d0ba6e89f862ff67719e367a16a3450f2c108eebdeffa6
3
+ size 252045