teo-sanchez
commited on
Commit
·
f1cfc6f
1
Parent(s):
1b6ed6e
Update spaCy pipeline
Browse files- README.md +3 -3
- en_ner_prompting-any-py3-none-any.whl +2 -2
- meta.json +8 -8
- ner/model +0 -0
- tok2vec/model +1 -1
README.md
CHANGED
@@ -13,13 +13,13 @@ model-index:
|
|
13 |
metrics:
|
14 |
- name: NER Precision
|
15 |
type: precision
|
16 |
-
value: 0.
|
17 |
- name: NER Recall
|
18 |
type: recall
|
19 |
-
value: 0.
|
20 |
- name: NER F Score
|
21 |
type: f_score
|
22 |
-
value: 0.
|
23 |
---
|
24 |
| Feature | Description |
|
25 |
| --- | --- |
|
|
|
13 |
metrics:
|
14 |
- name: NER Precision
|
15 |
type: precision
|
16 |
+
value: 0.7864583333
|
17 |
- name: NER Recall
|
18 |
type: recall
|
19 |
+
value: 0.6344537815
|
20 |
- name: NER F Score
|
21 |
type: f_score
|
22 |
+
value: 0.7023255814
|
23 |
---
|
24 |
| Feature | Description |
|
25 |
| --- | --- |
|
en_ner_prompting-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:be8004cc052f6c716f30e2682dac8bb88ef7afd21c7af9a61cb739913ec8cfe6
|
3 |
+
size 606757379
|
meta.json
CHANGED
@@ -35,18 +35,18 @@
|
|
35 |
|
36 |
],
|
37 |
"performance":{
|
38 |
-
"ents_f":0.
|
39 |
-
"ents_p":0.
|
40 |
-
"ents_r":0.
|
41 |
"ents_per_type":{
|
42 |
"FASHION_BRAND":{
|
43 |
-
"p":0.
|
44 |
-
"r":0.
|
45 |
-
"f":0.
|
46 |
}
|
47 |
},
|
48 |
-
"tok2vec_loss":
|
49 |
-
"ner_loss":
|
50 |
},
|
51 |
"requirements":[
|
52 |
|
|
|
35 |
|
36 |
],
|
37 |
"performance":{
|
38 |
+
"ents_f":0.7023255814,
|
39 |
+
"ents_p":0.7864583333,
|
40 |
+
"ents_r":0.6344537815,
|
41 |
"ents_per_type":{
|
42 |
"FASHION_BRAND":{
|
43 |
+
"p":0.7864583333,
|
44 |
+
"r":0.6344537815,
|
45 |
+
"f":0.7023255814
|
46 |
}
|
47 |
},
|
48 |
+
"tok2vec_loss":0.0000051231,
|
49 |
+
"ner_loss":0.0000050451
|
50 |
},
|
51 |
"requirements":[
|
52 |
|
ner/model
CHANGED
Binary files a/ner/model and b/ner/model differ
|
|
tok2vec/model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 34434008
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26a56cdf6139b2f01a85f796d607f0f6b1e86b2c07f6c97d05ee97f670938ab4
|
3 |
size 34434008
|