philipp-zettl
commited on
Commit
•
b36e369
1
Parent(s):
0a4024d
Update spaCy pipeline
Browse files- README.md +13 -14
- meta.json +29 -17
- ner/model +2 -2
- ner/moves +1 -1
- tok2vec/model +1 -1
- vocab/strings.json +0 -0
- xx_eb_ner-any-py3-none-any.whl +2 -2
README.md
CHANGED
@@ -4,7 +4,6 @@ tags:
|
|
4 |
- token-classification
|
5 |
language:
|
6 |
- multilingual
|
7 |
-
license: cc-by-nc-sa-4.0
|
8 |
model-index:
|
9 |
- name: xx_eb_ner
|
10 |
results:
|
@@ -14,35 +13,35 @@ model-index:
|
|
14 |
metrics:
|
15 |
- name: NER Precision
|
16 |
type: precision
|
17 |
-
value: 0.
|
18 |
- name: NER Recall
|
19 |
type: recall
|
20 |
-
value: 0.
|
21 |
- name: NER F Score
|
22 |
type: f_score
|
23 |
-
value: 0.
|
24 |
---
|
25 |
| Feature | Description |
|
26 |
| --- | --- |
|
27 |
| **Name** | `xx_eb_ner` |
|
28 |
-
| **Version** | `0.
|
29 |
| **spaCy** | `>=3.8.2,<3.9.0` |
|
30 |
| **Default Pipeline** | `tok2vec`, `ner` |
|
31 |
| **Components** | `tok2vec`, `ner` |
|
32 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
33 |
| **Sources** | n/a |
|
34 |
-
| **License** |
|
35 |
-
| **Author** | [
|
36 |
|
37 |
### Label Scheme
|
38 |
|
39 |
<details>
|
40 |
|
41 |
-
<summary>View label scheme (
|
42 |
|
43 |
| Component | Labels |
|
44 |
| --- | --- |
|
45 |
-
| **`ner`** | `COURSE_NAME`, `JOB_TITLE`, `LOCATION` |
|
46 |
|
47 |
</details>
|
48 |
|
@@ -50,8 +49,8 @@ model-index:
|
|
50 |
|
51 |
| Type | Score |
|
52 |
| --- | --- |
|
53 |
-
| `ENTS_F` | 99.
|
54 |
-
| `ENTS_P` | 99.
|
55 |
-
| `ENTS_R` | 99.
|
56 |
-
| `TOK2VEC_LOSS` |
|
57 |
-
| `NER_LOSS` |
|
|
|
4 |
- token-classification
|
5 |
language:
|
6 |
- multilingual
|
|
|
7 |
model-index:
|
8 |
- name: xx_eb_ner
|
9 |
results:
|
|
|
13 |
metrics:
|
14 |
- name: NER Precision
|
15 |
type: precision
|
16 |
+
value: 0.9960448644
|
17 |
- name: NER Recall
|
18 |
type: recall
|
19 |
+
value: 0.9947236004
|
20 |
- name: NER F Score
|
21 |
type: f_score
|
22 |
+
value: 0.995383794
|
23 |
---
|
24 |
| Feature | Description |
|
25 |
| --- | --- |
|
26 |
| **Name** | `xx_eb_ner` |
|
27 |
+
| **Version** | `0.4.0` |
|
28 |
| **spaCy** | `>=3.8.2,<3.9.0` |
|
29 |
| **Default Pipeline** | `tok2vec`, `ner` |
|
30 |
| **Components** | `tok2vec`, `ner` |
|
31 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
32 |
| **Sources** | n/a |
|
33 |
+
| **License** | n/a |
|
34 |
+
| **Author** | [n/a]() |
|
35 |
|
36 |
### Label Scheme
|
37 |
|
38 |
<details>
|
39 |
|
40 |
+
<summary>View label scheme (5 labels for 1 components)</summary>
|
41 |
|
42 |
| Component | Labels |
|
43 |
| --- | --- |
|
44 |
+
| **`ner`** | `BRAND`, `COURSE_NAME`, `FASHION`, `JOB_TITLE`, `LOCATION` |
|
45 |
|
46 |
</details>
|
47 |
|
|
|
49 |
|
50 |
| Type | Score |
|
51 |
| --- | --- |
|
52 |
+
| `ENTS_F` | 99.54 |
|
53 |
+
| `ENTS_P` | 99.60 |
|
54 |
+
| `ENTS_R` | 99.47 |
|
55 |
+
| `TOK2VEC_LOSS` | 16859.59 |
|
56 |
+
| `NER_LOSS` | 20810.51 |
|
meta.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
"lang":"xx",
|
3 |
"name":"eb_ner",
|
4 |
-
"version":"0.
|
5 |
"description":"",
|
6 |
-
"author":"
|
7 |
"email":"",
|
8 |
"url":"",
|
9 |
-
"license":"
|
10 |
"spacy_version":">=3.8.2,<3.9.0",
|
11 |
"spacy_git_version":"63f1b53",
|
12 |
"vectors":{
|
@@ -20,7 +20,9 @@
|
|
20 |
|
21 |
],
|
22 |
"ner":[
|
|
|
23 |
"COURSE_NAME",
|
|
|
24 |
"JOB_TITLE",
|
25 |
"LOCATION"
|
26 |
]
|
@@ -37,28 +39,38 @@
|
|
37 |
|
38 |
],
|
39 |
"performance":{
|
40 |
-
"ents_f":0.
|
41 |
-
"ents_p":0.
|
42 |
-
"ents_r":0.
|
43 |
"ents_per_type":{
|
44 |
"COURSE_NAME":{
|
45 |
-
"p":0.
|
46 |
-
"r":0.
|
47 |
-
"f":0.
|
48 |
},
|
49 |
"LOCATION":{
|
50 |
-
"p":0.
|
51 |
-
"r":0.
|
52 |
-
"f":0.
|
|
|
|
|
|
|
|
|
|
|
53 |
},
|
54 |
"JOB_TITLE":{
|
55 |
-
"p":0.
|
56 |
-
"r":0.
|
57 |
-
"f":0.
|
|
|
|
|
|
|
|
|
|
|
58 |
}
|
59 |
},
|
60 |
-
"tok2vec_loss":
|
61 |
-
"ner_loss":
|
62 |
},
|
63 |
"requirements":[
|
64 |
"spacy>=3.8.2,<3.9.0"
|
|
|
1 |
{
|
2 |
"lang":"xx",
|
3 |
"name":"eb_ner",
|
4 |
+
"version":"0.4.0",
|
5 |
"description":"",
|
6 |
+
"author":"",
|
7 |
"email":"",
|
8 |
"url":"",
|
9 |
+
"license":"",
|
10 |
"spacy_version":">=3.8.2,<3.9.0",
|
11 |
"spacy_git_version":"63f1b53",
|
12 |
"vectors":{
|
|
|
20 |
|
21 |
],
|
22 |
"ner":[
|
23 |
+
"BRAND",
|
24 |
"COURSE_NAME",
|
25 |
+
"FASHION",
|
26 |
"JOB_TITLE",
|
27 |
"LOCATION"
|
28 |
]
|
|
|
39 |
|
40 |
],
|
41 |
"performance":{
|
42 |
+
"ents_f":0.995383794,
|
43 |
+
"ents_p":0.9960448644,
|
44 |
+
"ents_r":0.9947236004,
|
45 |
"ents_per_type":{
|
46 |
"COURSE_NAME":{
|
47 |
+
"p":0.9990402048,
|
48 |
+
"r":0.9991139697,
|
49 |
+
"f":0.9990770859
|
50 |
},
|
51 |
"LOCATION":{
|
52 |
+
"p":0.994735407,
|
53 |
+
"r":0.9985156801,
|
54 |
+
"f":0.9966219588
|
55 |
+
},
|
56 |
+
"FASHION":{
|
57 |
+
"p":0.9997141224,
|
58 |
+
"r":0.9940306993,
|
59 |
+
"f":0.9968643101
|
60 |
},
|
61 |
"JOB_TITLE":{
|
62 |
+
"p":0.991307885,
|
63 |
+
"r":0.9770626714,
|
64 |
+
"f":0.9841337315
|
65 |
+
},
|
66 |
+
"BRAND":{
|
67 |
+
"p":0.9805919457,
|
68 |
+
"r":0.9679118774,
|
69 |
+
"f":0.9742106532
|
70 |
}
|
71 |
},
|
72 |
+
"tok2vec_loss":168.5959106874,
|
73 |
+
"ner_loss":208.1051483154
|
74 |
},
|
75 |
"requirements":[
|
76 |
"spacy>=3.8.2,<3.9.0"
|
ner/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65cee967ada5385f23088d78a4c76691a0eda9be47fe0ca585a31d5e4a7d4125
|
3 |
+
size 172636
|
ner/moves
CHANGED
@@ -1 +1 @@
|
|
1 |
-
��moves
|
|
|
1 |
+
��moves��{"0":{},"1":{"COURSE_NAME":318048,"LOCATION":225708,"JOB_TITLE":183864,"FASHION":4135,"BRAND":3127},"2":{"COURSE_NAME":318048,"LOCATION":225708,"JOB_TITLE":183864,"FASHION":4135,"BRAND":3127},"3":{"COURSE_NAME":318048,"LOCATION":225708,"JOB_TITLE":183864,"FASHION":4135,"BRAND":3127},"4":{"COURSE_NAME":318048,"LOCATION":225708,"JOB_TITLE":183864,"FASHION":4135,"BRAND":3127,"":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:
|
3 |
size 34126801
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fffa5d35c5ec78bde9ae7e138f341066c20533fb99d334060afbb78d70ce2f1
|
3 |
size 34126801
|
vocab/strings.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87f93fc599da84081dd62976405c189f284abc5e66ab78f172ce09dc6309dc43
|
3 |
+
size 31774495
|