cbruinsm commited on
Commit
833a6e7
1 Parent(s): 31b0034

Update spaCy pipeline

Browse files
Files changed (7) hide show
  1. README.md +11 -11
  2. en_Coff_Ev1-any-py3-none-any.whl +2 -2
  3. meta.json +46 -40
  4. ner/model +0 -0
  5. ner/moves +1 -1
  6. tok2vec/model +1 -1
  7. vocab/strings.json +12 -0
README.md CHANGED
@@ -14,20 +14,20 @@ model-index:
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
- value: 0.9928104575
18
  - name: NER Recall
19
  type: recall
20
- value: 0.9921619856
21
  - name: NER F Score
22
  type: f_score
23
- value: 0.9924861156
24
  ---
25
  A natural language processor API for coffee drinks in all forms built from nearly 500+ different coffee drinks for Starbucks and your local coffee shop
26
 
27
  | Feature | Description |
28
  | --- | --- |
29
  | **Name** | `en_Coff_Ev1` |
30
- | **Version** | `1.1.2` |
31
  | **spaCy** | `>=3.4.3,<3.5.0` |
32
  | **Default Pipeline** | `tok2vec`, `ner` |
33
  | **Components** | `tok2vec`, `ner` |
@@ -40,11 +40,11 @@ A natural language processor API for coffee drinks in all forms built from nearl
40
 
41
  <details>
42
 
43
- <summary>View label scheme (14 labels for 1 components)</summary>
44
 
45
  | Component | Labels |
46
  | --- | --- |
47
- | **`ner`** | `Anti`, `drink`, `extra`, `milk`, `milk texture`, `pump quantity`, `roast`, `shot quality`, `shot quantity`, `size`, `syrup`, `temperature`, `toppings`, `upside-down` |
48
 
49
  </details>
50
 
@@ -52,8 +52,8 @@ A natural language processor API for coffee drinks in all forms built from nearl
52
 
53
  | Type | Score |
54
  | --- | --- |
55
- | `ENTS_F` | 99.25 |
56
- | `ENTS_P` | 99.28 |
57
- | `ENTS_R` | 99.22 |
58
- | `TOK2VEC_LOSS` | 79694.90 |
59
- | `NER_LOSS` | 189668.04 |
 
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
+ value: 0.9910941476
18
  - name: NER Recall
19
  type: recall
20
+ value: 0.9917250159
21
  - name: NER F Score
22
  type: f_score
23
+ value: 0.9914094814
24
  ---
25
  A natural language processor API for coffee drinks in all forms built from nearly 500+ different coffee drinks for Starbucks and your local coffee shop
26
 
27
  | Feature | Description |
28
  | --- | --- |
29
  | **Name** | `en_Coff_Ev1` |
30
+ | **Version** | `1.1.3` |
31
  | **spaCy** | `>=3.4.3,<3.5.0` |
32
  | **Default Pipeline** | `tok2vec`, `ner` |
33
  | **Components** | `tok2vec`, `ner` |
 
40
 
41
  <details>
42
 
43
+ <summary>View label scheme (15 labels for 1 components)</summary>
44
 
45
  | Component | Labels |
46
  | --- | --- |
47
+ | **`ner`** | `Anti`, `add-on`, `drink`, `extra`, `milk`, `milk texture`, `pump quantity`, `roast`, `shot quality`, `shot quantity`, `size`, `syrup`, `temperature`, `toppings`, `upside-down` |
48
 
49
  </details>
50
 
 
52
 
53
  | Type | Score |
54
  | --- | --- |
55
+ | `ENTS_F` | 99.14 |
56
+ | `ENTS_P` | 99.11 |
57
+ | `ENTS_R` | 99.17 |
58
+ | `TOK2VEC_LOSS` | 62470.35 |
59
+ | `NER_LOSS` | 178521.47 |
en_Coff_Ev1-any-py3-none-any.whl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbad8e5131e5d8b00eec847a453d1b20730c4d2cbe8cdab89716dfd2a36b6d47
3
- size 5673787
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ab795075d2902de967c2f19410b3a4c1a29ef5e2aaa653cdde6daaed4d42a99
3
+ size 5676083
meta.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "lang":"en",
3
  "name":"Coff_Ev1",
4
- "version":"1.1.2",
5
  "description":"A natural language processor API for coffee drinks in all forms built from nearly 500+ different coffee drinks for Starbucks and your local coffee shop",
6
  "author":"Chris Bruinsma,Iris Chi,Jack Felciano,Jeffrey Li,Dustin Paden",
7
- "email":"christopher.j.bruinsm@outlook.com",
8
  "url":"",
9
  "license":"MIT",
10
  "spacy_version":">=3.4.3,<3.5.0",
@@ -21,6 +21,7 @@
21
  ],
22
  "ner":[
23
  "Anti",
 
24
  "drink",
25
  "extra",
26
  "milk",
@@ -48,64 +49,69 @@
48
 
49
  ],
50
  "performance":{
51
- "ents_f":0.9924861156,
52
- "ents_p":0.9928104575,
53
- "ents_r":0.9921619856,
54
  "ents_per_type":{
55
- "toppings":{
56
- "p":0.9855072464,
57
- "r":1.0,
58
- "f":0.9927007299
59
- },
60
- "syrup":{
61
- "p":0.9957627119,
62
- "r":0.9957627119,
63
- "f":0.9957627119
64
  },
65
  "drink":{
66
- "p":0.9920634921,
67
- "r":0.9940357853,
68
- "f":0.9930486594
69
- },
70
- "size":{
71
- "p":0.9970845481,
72
- "r":0.9970845481,
73
- "f":0.9970845481
74
  },
75
- "Anti":{
76
  "p":1.0,
77
- "r":1.0,
78
- "f":1.0
79
  },
80
  "temperature":{
81
  "p":1.0,
82
- "r":0.9914529915,
83
- "f":0.9957081545
84
  },
85
- "pump quantity":{
86
- "p":0.9375,
 
 
 
 
 
87
  "r":1.0,
88
- "f":0.9677419355
89
  },
90
- "shot quality":{
91
  "p":1.0,
92
- "r":0.9130434783,
93
- "f":0.9545454545
94
  },
95
- "milk":{
96
  "p":1.0,
97
  "r":1.0,
98
  "f":1.0
99
  },
100
- "extra":{
 
 
 
 
 
 
 
 
 
 
101
  "p":1.0,
102
  "r":1.0,
103
  "f":1.0
104
  },
105
  "shot quantity":{
106
- "p":0.9259259259,
107
- "r":0.9259259259,
108
- "f":0.9259259259
109
  },
110
  "upside-down":{
111
  "p":1.0,
@@ -123,8 +129,8 @@
123
  "f":0.9756097561
124
  }
125
  },
126
- "tok2vec_loss":796.9489580916,
127
- "ner_loss":1896.6804416175
128
  },
129
  "requirements":[
130
 
 
1
  {
2
  "lang":"en",
3
  "name":"Coff_Ev1",
4
+ "version":"1.1.3",
5
  "description":"A natural language processor API for coffee drinks in all forms built from nearly 500+ different coffee drinks for Starbucks and your local coffee shop",
6
  "author":"Chris Bruinsma,Iris Chi,Jack Felciano,Jeffrey Li,Dustin Paden",
7
+ "email":"christopher.j.bruinsma@outlook.com",
8
  "url":"",
9
  "license":"MIT",
10
  "spacy_version":">=3.4.3,<3.5.0",
 
21
  ],
22
  "ner":[
23
  "Anti",
24
+ "add-on",
25
  "drink",
26
  "extra",
27
  "milk",
 
49
 
50
  ],
51
  "performance":{
52
+ "ents_f":0.9914094814,
53
+ "ents_p":0.9910941476,
54
+ "ents_r":0.9917250159,
55
  "ents_per_type":{
56
+ "size":{
57
+ "p":0.9971671388,
58
+ "r":0.9971671388,
59
+ "f":0.9971671388
 
 
 
 
 
60
  },
61
  "drink":{
62
+ "p":0.9922178988,
63
+ "r":0.9941520468,
64
+ "f":0.9931840312
 
 
 
 
 
65
  },
66
+ "add-on":{
67
  "p":1.0,
68
+ "r":0.9333333333,
69
+ "f":0.9655172414
70
  },
71
  "temperature":{
72
  "p":1.0,
73
+ "r":0.9915254237,
74
+ "f":0.9957446809
75
  },
76
+ "extra":{
77
+ "p":1.0,
78
+ "r":1.0,
79
+ "f":1.0
80
+ },
81
+ "syrup":{
82
+ "p":0.9824561404,
83
  "r":1.0,
84
+ "f":0.9911504425
85
  },
86
+ "pump quantity":{
87
  "p":1.0,
88
+ "r":0.9333333333,
89
+ "f":0.9655172414
90
  },
91
+ "Anti":{
92
  "p":1.0,
93
  "r":1.0,
94
  "f":1.0
95
  },
96
+ "toppings":{
97
+ "p":0.9855072464,
98
+ "r":1.0,
99
+ "f":0.9927007299
100
+ },
101
+ "shot quality":{
102
+ "p":0.9565217391,
103
+ "r":0.9565217391,
104
+ "f":0.9565217391
105
+ },
106
+ "milk":{
107
  "p":1.0,
108
  "r":1.0,
109
  "f":1.0
110
  },
111
  "shot quantity":{
112
+ "p":0.8965517241,
113
+ "r":0.962962963,
114
+ "f":0.9285714286
115
  },
116
  "upside-down":{
117
  "p":1.0,
 
129
  "f":0.9756097561
130
  }
131
  },
132
+ "tok2vec_loss":624.7035384163,
133
+ "ner_loss":1785.2147412348
134
  },
135
  "requirements":[
136
 
ner/model CHANGED
Binary files a/ner/model and b/ner/model differ
 
ner/moves CHANGED
@@ -1 +1 @@
1
- ��moves�T{"0":{},"1":{"drink":880,"syrup":367,"size":347,"milk":187,"toppings":160,"temperature":129,"Anti":59,"pump quantity":58,"shot quality":35,"shot quantity":34,"roast":24,"extra":17,"upside-down":12,"milk texture":9},"2":{"drink":880,"syrup":367,"size":347,"milk":187,"toppings":160,"temperature":129,"Anti":59,"pump quantity":58,"shot quality":35,"shot quantity":34,"roast":24,"extra":17,"upside-down":12,"milk texture":9},"3":{"drink":880,"syrup":367,"size":347,"milk":187,"toppings":160,"temperature":129,"Anti":59,"pump quantity":58,"shot quality":35,"shot quantity":34,"roast":24,"extra":17,"upside-down":12,"milk texture":9},"4":{"drink":880,"syrup":367,"size":347,"milk":187,"toppings":160,"temperature":129,"Anti":59,"pump quantity":58,"shot quality":35,"shot quantity":34,"roast":24,"extra":17,"upside-down":12,"milk texture":9,"":1},"5":{"":1}}�cfg��neg_key�
 
1
+ ��moves��{"0":{},"1":{"drink":905,"size":357,"syrup":354,"milk":187,"toppings":160,"temperature":130,"Anti":59,"pump quantity":58,"add-on":42,"shot quality":35,"shot quantity":34,"roast":24,"extra":18,"upside-down":12,"milk texture":9},"2":{"drink":905,"size":357,"syrup":354,"milk":187,"toppings":160,"temperature":130,"Anti":59,"pump quantity":58,"add-on":42,"shot quality":35,"shot quantity":34,"roast":24,"extra":18,"upside-down":12,"milk texture":9},"3":{"drink":905,"size":357,"syrup":354,"milk":187,"toppings":160,"temperature":130,"Anti":59,"pump quantity":58,"add-on":42,"shot quality":35,"shot quantity":34,"roast":24,"extra":18,"upside-down":12,"milk texture":9},"4":{"drink":905,"size":357,"syrup":354,"milk":187,"toppings":160,"temperature":130,"Anti":59,"pump quantity":58,"add-on":42,"shot quality":35,"shot quantity":34,"roast":24,"extra":18,"upside-down":12,"milk texture":9,"":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:dd132f7fca40616523d8c55bc18dcbb8ff56c835fdcb86d2a82f93c8f4aac355
3
  size 6009091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c94701c981b78caf26ef42041e53eb64517d66383e0e42854263b51f230383b
3
  size 6009091
vocab/strings.json CHANGED
@@ -82,6 +82,7 @@
82
  "-__-",
83
  "-d",
84
  "-o",
 
85
  "-p",
86
  "-x",
87
  "-|",
@@ -818,6 +819,7 @@
818
  "ach",
819
  "ack",
820
  "add",
 
821
  "ade",
822
  "adm",
823
  "adm.",
@@ -842,6 +844,7 @@
842
  "an.",
843
  "and",
844
  "and/or",
 
845
  "ano",
846
  "ans",
847
  "anti",
@@ -877,6 +880,7 @@
877
  "bean",
878
  "because",
879
  "berries",
 
880
  "big",
881
  "biggest",
882
  "biscotti",
@@ -911,6 +915,7 @@
911
  "calif",
912
  "calif.",
913
  "can",
 
914
  "cap",
915
  "cappuccino",
916
  "cappuchino",
@@ -963,6 +968,7 @@
963
  "crunch",
964
  "ct.",
965
  "cup",
 
966
  "customized",
967
  "cuz",
968
  "c\u2019m",
@@ -1044,6 +1050,7 @@
1044
  "ept",
1045
  "ere",
1046
  "ers",
 
1047
  "ese",
1048
  "espresso",
1049
  "ess",
@@ -1123,6 +1130,7 @@
1123
  "he\u2019s",
1124
  "hi",
1125
  "hia",
 
1126
  "hin",
1127
  "hio",
1128
  "hip",
@@ -1238,6 +1246,7 @@
1238
  "lif",
1239
  "light",
1240
  "lightly",
 
1241
  "ll",
1242
  "ll.",
1243
  "lla",
@@ -1617,6 +1626,7 @@
1617
  "uff",
1618
  "ug.",
1619
  "uge",
 
1620
  "uit",
1621
  "ul.",
1622
  "uld",
@@ -1641,6 +1651,7 @@
1641
  "venti",
1642
  "ver",
1643
  "veranda",
 
1644
  "vin",
1645
  "vs",
1646
  "vs.",
@@ -1711,6 +1722,7 @@
1711
  "xx.",
1712
  "xxx",
1713
  "xxx'x",
 
1714
  "xxx/xx",
1715
  "xxxx",
1716
  "xxxx xxxx",
 
82
  "-__-",
83
  "-d",
84
  "-o",
85
+ "-on",
86
  "-p",
87
  "-x",
88
  "-|",
 
819
  "ach",
820
  "ack",
821
  "add",
822
+ "add-on",
823
  "ade",
824
  "adm",
825
  "adm.",
 
844
  "an.",
845
  "and",
846
  "and/or",
847
+ "ane",
848
  "ano",
849
  "ans",
850
  "anti",
 
880
  "bean",
881
  "because",
882
  "berries",
883
+ "berry",
884
  "big",
885
  "biggest",
886
  "biscotti",
 
915
  "calif",
916
  "calif.",
917
  "can",
918
+ "cane",
919
  "cap",
920
  "cappuccino",
921
  "cappuchino",
 
968
  "crunch",
969
  "ct.",
970
  "cup",
971
+ "cus",
972
  "customized",
973
  "cuz",
974
  "c\u2019m",
 
1050
  "ept",
1051
  "ere",
1052
  "ers",
1053
+ "ery",
1054
  "ese",
1055
  "espresso",
1056
  "ess",
 
1130
  "he\u2019s",
1131
  "hi",
1132
  "hia",
1133
+ "hibiscus",
1134
  "hin",
1135
  "hio",
1136
  "hip",
 
1246
  "lif",
1247
  "light",
1248
  "lightly",
1249
+ "liquid",
1250
  "ll",
1251
  "ll.",
1252
  "lla",
 
1626
  "uff",
1627
  "ug.",
1628
  "uge",
1629
+ "uid",
1630
  "uit",
1631
  "ul.",
1632
  "uld",
 
1651
  "venti",
1652
  "ver",
1653
  "veranda",
1654
+ "very",
1655
  "vin",
1656
  "vs",
1657
  "vs.",
 
1722
  "xx.",
1723
  "xxx",
1724
  "xxx'x",
1725
+ "xxx-xx",
1726
  "xxx/xx",
1727
  "xxxx",
1728
  "xxxx xxxx",