philipp-zettl commited on
Commit
5b410a8
·
verified ·
1 Parent(s): d292b6d

Update spaCy pipeline

Browse files
Files changed (7) hide show
  1. README.md +9 -9
  2. meta.json +15 -15
  3. ner/model +1 -1
  4. ner/moves +1 -1
  5. tok2vec/model +1 -1
  6. vocab/strings.json +2 -2
  7. xx_eb_ner-any-py3-none-any.whl +2 -2
README.md CHANGED
@@ -14,13 +14,13 @@ model-index:
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
- value: 0.9264271086
18
  - name: NER Recall
19
  type: recall
20
- value: 0.9129374651
21
  - name: NER F Score
22
  type: f_score
23
- value: 0.9196328213
24
  ---
25
  ### Usage
26
  Install the model via pip:
@@ -48,7 +48,7 @@ nlp = xx_eb_ner.load()
48
  | Feature | Description |
49
  | --- | --- |
50
  | **Name** | `xx_eb_ner` |
51
- | **Version** | `0.8.0` |
52
  | **spaCy** | `>=3.8.7,<3.9.0` |
53
  | **Default Pipeline** | `tok2vec`, `ner` |
54
  | **Components** | `tok2vec`, `ner` |
@@ -73,8 +73,8 @@ nlp = xx_eb_ner.load()
73
 
74
  | Type | Score |
75
  | --- | --- |
76
- | `ENTS_F` | 91.96 |
77
- | `ENTS_P` | 92.64 |
78
- | `ENTS_R` | 91.29 |
79
- | `TOK2VEC_LOSS` | 11619214.55 |
80
- | `NER_LOSS` | 1500111.13 |
 
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
+ value: 0.9097127583
18
  - name: NER Recall
19
  type: recall
20
+ value: 0.8931314272
21
  - name: NER F Score
22
  type: f_score
23
+ value: 0.9013458409
24
  ---
25
  ### Usage
26
  Install the model via pip:
 
48
  | Feature | Description |
49
  | --- | --- |
50
  | **Name** | `xx_eb_ner` |
51
+ | **Version** | `0.9.0` |
52
  | **spaCy** | `>=3.8.7,<3.9.0` |
53
  | **Default Pipeline** | `tok2vec`, `ner` |
54
  | **Components** | `tok2vec`, `ner` |
 
73
 
74
  | Type | Score |
75
  | --- | --- |
76
+ | `ENTS_F` | 90.13 |
77
+ | `ENTS_P` | 90.97 |
78
+ | `ENTS_R` | 89.31 |
79
+ | `TOK2VEC_LOSS` | 4436612.42 |
80
+ | `NER_LOSS` | 1508716.21 |
meta.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "lang":"xx",
3
  "name":"eb_ner",
4
- "version":"0.8.0",
5
  "description":"### Usage\nInstall the model via pip:\n```shell\npip install https://huggingface.co/philipp-zettl/xx_eb_ner/resolve/main/xx_eb_ner-any-py3-none-any.whl\n```\n\nFor specific versions, please use the commits provided in the [source repository](https://huggingface.co/philipp-zettl/xx_eb_ner).\nExample: version 0.1.0\n```shell\npip install https://huggingface.co/philipp-zettl/xx_eb_ner/resolve/c8585148cabcfd04feec0745c17b148a48933f45/xx_eb_ner-any-py3-none-any.whl\n```\n\nAfter installing the model with it's dependencies, you can use it like any other SpaCy model:\n```python\n# Using spacy.load().\nimport spacy\nnlp = spacy.load(\"xx_eb_ner\")\n# Importing as module.\nimport xx_eb_ner\nnlp = xx_eb_ner.load()\n```\n",
6
  "author":"Philipp Zettl",
7
  "email":"[email protected]",
@@ -37,28 +37,28 @@
37
 
38
  ],
39
  "performance":{
40
- "ents_f":0.9196328213,
41
- "ents_p":0.9264271086,
42
- "ents_r":0.9129374651,
43
  "ents_per_type":{
44
  "JOB_TITLE":{
45
- "p":0.9040751031,
46
- "r":0.8884103251,
47
- "f":0.8961742658
48
  },
49
  "COURSE_NAME":{
50
- "p":0.9210689893,
51
- "r":0.899651635,
52
- "f":0.9102343447
53
  },
54
  "LOCATION":{
55
- "p":0.9438762067,
56
- "r":0.941994339,
57
- "f":0.9429343339
58
  }
59
  },
60
- "tok2vec_loss":116192.1454677542,
61
- "ner_loss":15001.111328125
62
  },
63
  "requirements":[
64
 
 
1
  {
2
  "lang":"xx",
3
  "name":"eb_ner",
4
+ "version":"0.9.0",
5
  "description":"### Usage\nInstall the model via pip:\n```shell\npip install https://huggingface.co/philipp-zettl/xx_eb_ner/resolve/main/xx_eb_ner-any-py3-none-any.whl\n```\n\nFor specific versions, please use the commits provided in the [source repository](https://huggingface.co/philipp-zettl/xx_eb_ner).\nExample: version 0.1.0\n```shell\npip install https://huggingface.co/philipp-zettl/xx_eb_ner/resolve/c8585148cabcfd04feec0745c17b148a48933f45/xx_eb_ner-any-py3-none-any.whl\n```\n\nAfter installing the model with it's dependencies, you can use it like any other SpaCy model:\n```python\n# Using spacy.load().\nimport spacy\nnlp = spacy.load(\"xx_eb_ner\")\n# Importing as module.\nimport xx_eb_ner\nnlp = xx_eb_ner.load()\n```\n",
6
  "author":"Philipp Zettl",
7
  "email":"[email protected]",
 
37
 
38
  ],
39
  "performance":{
40
+ "ents_f":0.9013458409,
41
+ "ents_p":0.9097127583,
42
+ "ents_r":0.8931314272,
43
  "ents_per_type":{
44
  "JOB_TITLE":{
45
+ "p":0.8843176089,
46
+ "r":0.8713397266,
47
+ "f":0.8777807013
48
  },
49
  "COURSE_NAME":{
50
+ "p":0.8996066287,
51
+ "r":0.8754178714,
52
+ "f":0.8873474366
53
  },
54
  "LOCATION":{
55
+ "p":0.934772018,
56
+ "r":0.9265797124,
57
+ "f":0.9306578369
58
  }
59
  },
60
+ "tok2vec_loss":44366.1242028021,
61
+ "ner_loss":15087.162109375
62
  },
63
  "requirements":[
64
 
ner/model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e8da1cc48da1c4b2d3e1c682f981c63960098543bc658a51e16eb4c62d1d49c
3
  size 129588
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21938c907d5a663d8c68bf7e51ca9041164922ca8d67a8df7a6e25159e25c933
3
  size 129588
ner/moves CHANGED
@@ -1 +1 @@
1
- ��moves��{"0":{},"1":{"COURSE_NAME":286,"JOB_TITLE":160,"LOCATION":108},"2":{"COURSE_NAME":286,"JOB_TITLE":160,"LOCATION":108},"3":{"COURSE_NAME":286,"JOB_TITLE":160,"LOCATION":108},"4":{"COURSE_NAME":286,"JOB_TITLE":160,"LOCATION":108,"":1},"5":{"":1}}�cfg��neg_key�
 
1
+ ��moves��{"0":{},"1":{"COURSE_NAME":390,"JOB_TITLE":128,"LOCATION":114},"2":{"COURSE_NAME":390,"JOB_TITLE":128,"LOCATION":114},"3":{"COURSE_NAME":390,"JOB_TITLE":128,"LOCATION":114},"4":{"COURSE_NAME":390,"JOB_TITLE":128,"LOCATION":114,"":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:3db5440fc144bdd7e0213f4860c4d1e68bf594e8f251764b3a0d6b778f57b577
3
  size 6120211
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99b337cb6a97a1f22de7c39a3c3173e76a51c1d8bd67073827dd8852d972bd39
3
  size 6120211
vocab/strings.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f96f289eb30297d0804842489cae431dd9c8fd67697537ea498023216f633f3a
3
- size 58718039
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:777494f70792149e39f6f492d7f1c83187d502d5705541d1b745a370514ee390
3
+ size 58900279
xx_eb_ner-any-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12e008deb2483c4a0e1c1626e5a9c924042f8508f57b7b08f659b544f204fe3c
3
- size 15195896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bee96f29585df248b439a68c02ae20ea0a0dd4930782de6c58ad97071e124ae
3
+ size 15022303