adrianeboyd commited on
Commit
e054e51
1 Parent(s): 9939882

Update spaCy pipeline

Browse files
Files changed (8) hide show
  1. README.md +10 -18
  2. accuracy.json +16 -17
  3. config.cfg +1 -6
  4. meta.json +19 -25
  5. ner/model +1 -1
  6. ner/moves +1 -1
  7. vocab/strings.json +2 -2
  8. xx_ent_wiki_sm-any-py3-none-any.whl +2 -2
README.md CHANGED
@@ -14,20 +14,13 @@ model-index:
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
- value: 0.8347262786
18
  - name: NER Recall
19
  type: recall
20
- value: 0.8272793748
21
  - name: NER F Score
22
  type: f_score
23
- value: 0.8309861431
24
- - task:
25
- name: TAG
26
- type: token-classification
27
- metrics:
28
- - name: TAG (XPOS) Accuracy
29
- type: accuracy
30
- value: 0.0
31
  ---
32
  ### Details: https://spacy.io/models/xx#xx_ent_wiki_sm
33
 
@@ -36,10 +29,10 @@ Multi-language pipeline optimized for CPU. Components: ner.
36
  | Feature | Description |
37
  | --- | --- |
38
  | **Name** | `xx_ent_wiki_sm` |
39
- | **Version** | `3.3.0` |
40
- | **spaCy** | `>=3.3.0.dev0,<3.4.0` |
41
- | **Default Pipeline** | `attribute_ruler`, `ner` |
42
- | **Components** | `attribute_ruler`, `ner` |
43
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
44
  | **Sources** | [WikiNER](https://figshare.com/articles/Learning_multilingual_named_entity_recognition_from_Wikipedia/5462500) (Joel Nothman, Nicky Ringland, Will Radford, Tara Murphy, James R Curran) |
45
  | **License** | `MIT` |
@@ -61,7 +54,6 @@ Multi-language pipeline optimized for CPU. Components: ner.
61
 
62
  | Type | Score |
63
  | --- | --- |
64
- | `TAG_ACC` | 0.00 |
65
- | `ENTS_P` | 83.47 |
66
- | `ENTS_R` | 82.73 |
67
- | `ENTS_F` | 83.10 |
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
+ value: 0.8347644482
18
  - name: NER Recall
19
  type: recall
20
+ value: 0.8268038067
21
  - name: NER F Score
22
  type: f_score
23
+ value: 0.8307650576
 
 
 
 
 
 
 
24
  ---
25
  ### Details: https://spacy.io/models/xx#xx_ent_wiki_sm
26
 
29
  | Feature | Description |
30
  | --- | --- |
31
  | **Name** | `xx_ent_wiki_sm` |
32
+ | **Version** | `3.4.0` |
33
+ | **spaCy** | `>=3.4.0,<3.5.0` |
34
+ | **Default Pipeline** | `ner` |
35
+ | **Components** | `ner` |
36
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
37
  | **Sources** | [WikiNER](https://figshare.com/articles/Learning_multilingual_named_entity_recognition_from_Wikipedia/5462500) (Joel Nothman, Nicky Ringland, Will Radford, Tara Murphy, James R Curran) |
38
  | **License** | `MIT` |
54
 
55
  | Type | Score |
56
  | --- | --- |
57
+ | `ENTS_P` | 83.48 |
58
+ | `ENTS_R` | 82.68 |
59
+ | `ENTS_F` | 83.08 |
 
accuracy.json CHANGED
@@ -1,29 +1,28 @@
1
  {
2
- "tag_acc": 0.0,
3
- "ents_p": 0.8347262786,
4
- "ents_r": 0.8272793748,
5
- "ents_f": 0.8309861431,
6
  "ents_per_type": {
7
  "LOC": {
8
- "p": 0.8414336944,
9
- "r": 0.8761397582,
10
- "f": 0.8584360831
11
  },
12
  "PER": {
13
- "p": 0.8731449914,
14
- "r": 0.8942120523,
15
- "f": 0.8835529612
16
  },
17
  "MISC": {
18
- "p": 0.7760489468,
19
- "r": 0.6692926708,
20
- "f": 0.718728176
21
  },
22
  "ORG": {
23
- "p": 0.7850625815,
24
- "r": 0.7082407139,
25
- "f": 0.744675626
26
  }
27
  },
28
- "speed": 24033.8500620455
29
  }
1
  {
2
+ "ents_p": 0.8347644482,
3
+ "ents_r": 0.8268038067,
4
+ "ents_f": 0.8307650576,
 
5
  "ents_per_type": {
6
  "LOC": {
7
+ "p": 0.8439170102,
8
+ "r": 0.8748846557,
9
+ "f": 0.8591218609
10
  },
11
  "PER": {
12
+ "p": 0.8714975398,
13
+ "r": 0.8956685679,
14
+ "f": 0.88341775
15
  },
16
  "MISC": {
17
+ "p": 0.7699752883,
18
+ "r": 0.6721477894,
19
+ "f": 0.717743438
20
  },
21
  "ORG": {
22
+ "p": 0.7872990615,
23
+ "r": 0.7013304984,
24
+ "f": 0.7418324317
25
  }
26
  },
27
+ "speed": 30151.147570624
28
  }
config.cfg CHANGED
@@ -10,7 +10,7 @@ seed = 0
10
 
11
  [nlp]
12
  lang = "xx"
13
- pipeline = ["attribute_ruler","ner"]
14
  disabled = []
15
  before_creation = null
16
  after_creation = null
@@ -20,11 +20,6 @@ tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"}
20
 
21
  [components]
22
 
23
- [components.attribute_ruler]
24
- factory = "attribute_ruler"
25
- scorer = {"@scorers":"spacy.attribute_ruler_scorer.v1"}
26
- validate = false
27
-
28
  [components.ner]
29
  factory = "ner"
30
  incorrect_spans_key = null
10
 
11
  [nlp]
12
  lang = "xx"
13
+ pipeline = ["ner"]
14
  disabled = []
15
  before_creation = null
16
  after_creation = null
20
 
21
  [components]
22
 
 
 
 
 
 
23
  [components.ner]
24
  factory = "ner"
25
  incorrect_spans_key = null
meta.json CHANGED
@@ -1,14 +1,14 @@
1
  {
2
  "lang":"xx",
3
  "name":"ent_wiki_sm",
4
- "version":"3.3.0",
5
  "description":"Multi-language pipeline optimized for CPU. Components: ner.",
6
  "author":"Explosion",
7
  "email":"contact@explosion.ai",
8
  "url":"https://explosion.ai",
9
  "license":"MIT",
10
- "spacy_version":">=3.3.0.dev0,<3.4.0",
11
- "spacy_git_version":"849bef2de",
12
  "vectors":{
13
  "width":0,
14
  "vectors":0,
@@ -16,9 +16,6 @@
16
  "name":null
17
  },
18
  "labels":{
19
- "attribute_ruler":[
20
-
21
- ],
22
  "ner":[
23
  "LOC",
24
  "MISC",
@@ -27,44 +24,41 @@
27
  ]
28
  },
29
  "pipeline":[
30
- "attribute_ruler",
31
  "ner"
32
  ],
33
  "components":[
34
- "attribute_ruler",
35
  "ner"
36
  ],
37
  "disabled":[
38
 
39
  ],
40
  "performance":{
41
- "tag_acc":0.0,
42
- "ents_p":0.8347262786,
43
- "ents_r":0.8272793748,
44
- "ents_f":0.8309861431,
45
  "ents_per_type":{
46
  "LOC":{
47
- "p":0.8414336944,
48
- "r":0.8761397582,
49
- "f":0.8584360831
50
  },
51
  "PER":{
52
- "p":0.8731449914,
53
- "r":0.8942120523,
54
- "f":0.8835529612
55
  },
56
  "MISC":{
57
- "p":0.7760489468,
58
- "r":0.6692926708,
59
- "f":0.718728176
60
  },
61
  "ORG":{
62
- "p":0.7850625815,
63
- "r":0.7082407139,
64
- "f":0.744675626
65
  }
66
  },
67
- "speed":24033.8500620455
68
  },
69
  "sources":[
70
  {
1
  {
2
  "lang":"xx",
3
  "name":"ent_wiki_sm",
4
+ "version":"3.4.0",
5
  "description":"Multi-language pipeline optimized for CPU. Components: ner.",
6
  "author":"Explosion",
7
  "email":"contact@explosion.ai",
8
  "url":"https://explosion.ai",
9
  "license":"MIT",
10
+ "spacy_version":">=3.4.0,<3.5.0",
11
+ "spacy_git_version":"dd038b536",
12
  "vectors":{
13
  "width":0,
14
  "vectors":0,
16
  "name":null
17
  },
18
  "labels":{
 
 
 
19
  "ner":[
20
  "LOC",
21
  "MISC",
24
  ]
25
  },
26
  "pipeline":[
 
27
  "ner"
28
  ],
29
  "components":[
 
30
  "ner"
31
  ],
32
  "disabled":[
33
 
34
  ],
35
  "performance":{
36
+ "ents_p":0.8347644482,
37
+ "ents_r":0.8268038067,
38
+ "ents_f":0.8307650576,
 
39
  "ents_per_type":{
40
  "LOC":{
41
+ "p":0.8439170102,
42
+ "r":0.8748846557,
43
+ "f":0.8591218609
44
  },
45
  "PER":{
46
+ "p":0.8714975398,
47
+ "r":0.8956685679,
48
+ "f":0.88341775
49
  },
50
  "MISC":{
51
+ "p":0.7699752883,
52
+ "r":0.6721477894,
53
+ "f":0.717743438
54
  },
55
  "ORG":{
56
+ "p":0.7872990615,
57
+ "r":0.7013304984,
58
+ "f":0.7418324317
59
  }
60
  },
61
+ "speed":30151.147570624
62
  },
63
  "sources":[
64
  {
ner/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3af8cfa73bb3a906aea3ba6f973d3039bb6c05fe1d6cbdf5db6a4fca2ed86690
3
  size 6270202
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36a3834baa198538e9a904932da8873677b1b936a101188128d75b433a54677f
3
  size 6270202
ner/moves CHANGED
@@ -1 +1 @@
1
- ��moves�{"0":{},"1":{"LOC":1068277,"PER":748856,"MISC":527343,"ORG":331899},"2":{"LOC":1068277,"PER":748856,"MISC":527343,"ORG":331899},"3":{"LOC":1068277,"PER":748856,"MISC":527343,"ORG":331899},"4":{"LOC":1068277,"PER":748856,"MISC":527343,"ORG":331899,"":1},"5":{"":1}}�cfg��neg_key�
1
+ ��moves�{"0":{},"1":{"LOC":1069510,"PER":750139,"MISC":528375,"ORG":332495},"2":{"LOC":1069510,"PER":750139,"MISC":528375,"ORG":332495},"3":{"LOC":1069510,"PER":750139,"MISC":528375,"ORG":332495},"4":{"LOC":1069510,"PER":750139,"MISC":528375,"ORG":332495,"":1},"5":{"":1}}�cfg��neg_key�
vocab/strings.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c07bd5a63cd96e63a375e547ed398063ff5b9145e2ccf12b91b97ea98427404e
3
- size 34190525
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:377d54e7b5c9091056ec84be8da96b41fa389be75e58fb8e62d35d6e676249f2
3
+ size 34244326
xx_ent_wiki_sm-any-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3ee37b34c78cae06dca2bab7244f28ba364cd1b8e945d9dde0f466267381a06f
3
- size 11214819
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f667dd0cebd89d75f8625acb388f5f2aa530fa54a8cc386fc11cfb10450b3e48
3
+ size 11220799