cbruinsm commited on
Commit
4898476
1 Parent(s): 25c42a6

Update spaCy pipeline

Browse files
Files changed (7) hide show
  1. README.md +11 -20
  2. en_Coff_Ev1-any-py3-none-any.whl +2 -2
  3. meta.json +53 -53
  4. ner/model +0 -0
  5. ner/moves +1 -1
  6. tok2vec/model +1 -1
  7. vocab/strings.json +26 -0
README.md CHANGED
@@ -14,36 +14,27 @@ model-index:
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
- value: 0.9673151751
18
  - name: NER Recall
19
  type: recall
20
- value: 0.9872915012
21
  - name: NER F Score
22
  type: f_score
23
- value: 0.9772012579
24
  ---
25
- Your Coffee Ordered at the Speed of Sound
26
-
27
- For citations please use the included ```refs.bib``` this project was a collaboration between five students with a common goal of simplifying the ordering process.
28
-
29
- You *are permitted* to use this software for any projects, however this is *not permitted* for use in any commerical instances under our ```cc-by-nc-sa-3.0``` <br>
30
- license without explicit permissions from the author(s).
31
-
32
-
33
 
34
  | Feature | Description |
35
  | --- | --- |
36
  | **Name** | `en_Coff_Ev1` |
37
- | **Version** | `1.3.2` |
38
  | **spaCy** | `>=3.4.3,<3.5.0` |
39
  | **Default Pipeline** | `tok2vec`, `ner` |
40
  | **Components** | `tok2vec`, `ner` |
41
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
42
  | **Sources** | n/a |
43
  | **License** | `cc-by-nc-sa-3.0` |
44
- | **Author** | [C.Bruinsma,I.Chi,J.Feliciano,J.Li,D.Paden]() |
45
-
46
- *THIS SOFTWARE IS PROVIDED AS IS BY ITS AUTHORS WHO MAKE NO WARRANTY OF ITS FUNCTION.*
47
 
48
  ### Label Scheme
49
 
@@ -61,8 +52,8 @@ license without explicit permissions from the author(s).
61
 
62
  | Type | Score |
63
  | --- | --- |
64
- | `ENTS_F` | 97.72 |
65
- | `ENTS_P` | 96.73 |
66
- | `ENTS_R` | 98.73 |
67
- | `TOK2VEC_LOSS` | 54858.85 |
68
- | `NER_LOSS` | 427986.33 |
 
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
+ value: 0.9709923664
18
  - name: NER Recall
19
  type: recall
20
+ value: 0.9822393822
21
  - name: NER F Score
22
  type: f_score
23
+ value: 0.9765834933
24
  ---
25
+ filler, we have a model card
 
 
 
 
 
 
 
26
 
27
  | Feature | Description |
28
  | --- | --- |
29
  | **Name** | `en_Coff_Ev1` |
30
+ | **Version** | `1.3.3` |
31
  | **spaCy** | `>=3.4.3,<3.5.0` |
32
  | **Default Pipeline** | `tok2vec`, `ner` |
33
  | **Components** | `tok2vec`, `ner` |
34
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
35
  | **Sources** | n/a |
36
  | **License** | `cc-by-nc-sa-3.0` |
37
+ | **Author** | [n/a]() |
 
 
38
 
39
  ### Label Scheme
40
 
 
52
 
53
  | Type | Score |
54
  | --- | --- |
55
+ | `ENTS_F` | 97.66 |
56
+ | `ENTS_P` | 97.10 |
57
+ | `ENTS_R` | 98.22 |
58
+ | `TOK2VEC_LOSS` | 69830.68 |
59
+ | `NER_LOSS` | 465674.12 |
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:257ec248e385e440a0d9863d3d0579765057a60e4c28b80fa2642831b31d04ff
3
- size 5703501
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4e189d70a3da99267df58edacaaa1d5a7109eca293dffd64a18daa32107bd11
3
+ size 5698629
meta.json CHANGED
@@ -1,12 +1,12 @@
1
  {
2
  "lang":"en",
3
  "name":"Coff_Ev1",
4
- "version":"1.3.2",
5
- "description":"Your Coffee Ordered at the Speed of Sound",
6
- "author":"C.Bruinsma,I.Chi,J.Feliciano,J.Li,D.Paden",
7
- "email":"christopher.j.bruinsma@outlook.com",
8
  "url":"",
9
- "license":"MIT",
10
  "spacy_version":">=3.4.3,<3.5.0",
11
  "spacy_git_version":"63673a792",
12
  "vectors":{
@@ -54,64 +54,64 @@
54
 
55
  ],
56
  "performance":{
57
- "ents_f":0.9772012579,
58
- "ents_p":0.9673151751,
59
- "ents_r":0.9872915012,
60
  "ents_per_type":{
61
- "temperature":{
62
- "p":0.9662921348,
63
- "r":0.9885057471,
64
- "f":0.9772727273
 
 
 
 
 
65
  },
66
  "syrup":{
67
- "p":0.972392638,
68
- "r":0.9937304075,
69
- "f":0.9829457364
70
  },
71
- "drink":{
72
- "p":0.967126193,
73
- "r":0.990228013,
74
- "f":0.9785407725
 
 
 
 
 
75
  },
76
  "size":{
77
- "p":0.9732142857,
78
- "r":0.9909090909,
79
- "f":0.981981982
80
  },
81
- "toppings":{
82
- "p":0.990990991,
83
- "r":0.9649122807,
84
- "f":0.9777777778
85
  },
86
- "milk":{
87
- "p":0.9735099338,
88
- "r":0.9932432432,
89
- "f":0.983277592
90
  },
91
  "extra":{
92
  "p":0.7692307692,
93
  "r":1.0,
94
  "f":0.8695652174
95
  },
96
- "Anti":{
97
- "p":0.914893617,
98
- "r":1.0,
99
- "f":0.9555555556
100
- },
101
  "add-on":{
102
  "p":1.0,
103
  "r":0.9636363636,
104
  "f":0.9814814815
105
  },
106
  "shot quantity":{
107
- "p":0.9189189189,
108
- "r":0.9714285714,
109
- "f":0.9444444444
110
- },
111
- "Blended":{
112
- "p":1.0,
113
- "r":1.0,
114
- "f":1.0
115
  },
116
  "Brew Style":{
117
  "p":0.9714285714,
@@ -123,6 +123,11 @@
123
  "r":0.9565217391,
124
  "f":0.9565217391
125
  },
 
 
 
 
 
126
  "pump quantity":{
127
  "p":0.9696969697,
128
  "r":0.9411764706,
@@ -133,11 +138,6 @@
133
  "r":1.0,
134
  "f":0.9696969697
135
  },
136
- "milk texture":{
137
- "p":1.0,
138
- "r":0.875,
139
- "f":0.9333333333
140
- },
141
  "pastry":{
142
  "p":1.0,
143
  "r":1.0,
@@ -149,9 +149,9 @@
149
  "f":1.0
150
  },
151
  "shot quality":{
152
- "p":0.9565217391,
153
- "r":0.9565217391,
154
- "f":0.9565217391
155
  },
156
  "upside-down":{
157
  "p":1.0,
@@ -159,8 +159,8 @@
159
  "f":1.0
160
  }
161
  },
162
- "tok2vec_loss":548.588481029,
163
- "ner_loss":4279.8632807165
164
  },
165
  "requirements":[
166
 
 
1
  {
2
  "lang":"en",
3
  "name":"Coff_Ev1",
4
+ "version":"1.3.3",
5
+ "description":"filler, we have a model card",
6
+ "author":"",
7
+ "email":"",
8
  "url":"",
9
+ "license":"cc-by-nc-sa-3.0",
10
  "spacy_version":">=3.4.3,<3.5.0",
11
  "spacy_git_version":"63673a792",
12
  "vectors":{
 
54
 
55
  ],
56
  "performance":{
57
+ "ents_f":0.9765834933,
58
+ "ents_p":0.9709923664,
59
+ "ents_r":0.9822393822,
60
  "ents_per_type":{
61
+ "toppings":{
62
+ "p":0.9831932773,
63
+ "r":0.975,
64
+ "f":0.9790794979
65
+ },
66
+ "drink":{
67
+ "p":0.9730010384,
68
+ "r":0.980125523,
69
+ "f":0.9765502866
70
  },
71
  "syrup":{
72
+ "p":0.9703264095,
73
+ "r":0.9939209726,
74
+ "f":0.981981982
75
  },
76
+ "milk":{
77
+ "p":0.9803921569,
78
+ "r":0.9868421053,
79
+ "f":0.9836065574
80
+ },
81
+ "Anti":{
82
+ "p":0.9166666667,
83
+ "r":1.0,
84
+ "f":0.9565217391
85
  },
86
  "size":{
87
+ "p":0.9717391304,
88
+ "r":0.9933333333,
89
+ "f":0.9824175824
90
  },
91
+ "temperature":{
92
+ "p":0.9885714286,
93
+ "r":0.9664804469,
94
+ "f":0.9774011299
95
  },
96
+ "Blended":{
97
+ "p":1.0,
98
+ "r":1.0,
99
+ "f":1.0
100
  },
101
  "extra":{
102
  "p":0.7692307692,
103
  "r":1.0,
104
  "f":0.8695652174
105
  },
 
 
 
 
 
106
  "add-on":{
107
  "p":1.0,
108
  "r":0.9636363636,
109
  "f":0.9814814815
110
  },
111
  "shot quantity":{
112
+ "p":0.9305555556,
113
+ "r":0.9571428571,
114
+ "f":0.9436619718
 
 
 
 
 
115
  },
116
  "Brew Style":{
117
  "p":0.9714285714,
 
123
  "r":0.9565217391,
124
  "f":0.9565217391
125
  },
126
+ "milk texture":{
127
+ "p":0.9375,
128
+ "r":0.9375,
129
+ "f":0.9375
130
+ },
131
  "pump quantity":{
132
  "p":0.9696969697,
133
  "r":0.9411764706,
 
138
  "r":1.0,
139
  "f":0.9696969697
140
  },
 
 
 
 
 
141
  "pastry":{
142
  "p":1.0,
143
  "r":1.0,
 
149
  "f":1.0
150
  },
151
  "shot quality":{
152
+ "p":1.0,
153
+ "r":0.9130434783,
154
+ "f":0.9545454545
155
  },
156
  "upside-down":{
157
  "p":1.0,
 
159
  "f":1.0
160
  }
161
  },
162
+ "tok2vec_loss":698.306774263,
163
+ "ner_loss":4656.7411528605
164
  },
165
  "requirements":[
166
 
ner/model CHANGED
Binary files a/ner/model and b/ner/model differ
 
ner/moves CHANGED
@@ -1 +1 @@
1
- ��moves��{"0":{},"1":{"drink":1593,"syrup":487,"size":444,"toppings":259,"milk":256,"temperature":189,"hot breakfast":102,"shot quantity":93,"Anti":91,"pastry":84,"add-on":67,"pump quantity":66,"extra":40,"shot quality":35,"Brew Style":35,"Coffee Varietal":29,"roast":26,"milk texture":17,"upside-down":12,"Blended":9},"2":{"drink":1593,"syrup":487,"size":444,"toppings":259,"milk":256,"temperature":189,"hot breakfast":102,"shot quantity":93,"Anti":91,"pastry":84,"add-on":67,"pump quantity":66,"extra":40,"shot quality":35,"Brew Style":35,"Coffee Varietal":29,"roast":26,"milk texture":17,"upside-down":12,"Blended":9},"3":{"drink":1593,"syrup":487,"size":444,"toppings":259,"milk":256,"temperature":189,"hot breakfast":102,"shot quantity":93,"Anti":91,"pastry":84,"add-on":67,"pump quantity":66,"extra":40,"shot quality":35,"Brew Style":35,"Coffee Varietal":29,"roast":26,"milk texture":17,"upside-down":12,"Blended":9},"4":{"drink":1593,"syrup":487,"size":444,"toppings":259,"milk":256,"temperature":189,"hot breakfast":102,"shot quantity":93,"Anti":91,"pastry":84,"add-on":67,"pump quantity":66,"extra":40,"shot quality":35,"Brew Style":35,"Coffee Varietal":29,"roast":26,"milk texture":17,"upside-down":12,"Blended":9,"":1},"5":{"":1}}�cfg��neg_key�
 
1
+ ��moves��{"0":{},"1":{"drink":1672,"syrup":501,"size":454,"toppings":273,"milk":264,"temperature":194,"hot breakfast":102,"shot quantity":93,"Anti":93,"pastry":84,"add-on":67,"pump quantity":66,"extra":40,"shot quality":35,"Brew Style":35,"Coffee Varietal":29,"roast":26,"milk texture":17,"upside-down":12,"Blended":10},"2":{"drink":1672,"syrup":501,"size":454,"toppings":273,"milk":264,"temperature":194,"hot breakfast":102,"shot quantity":93,"Anti":93,"pastry":84,"add-on":67,"pump quantity":66,"extra":40,"shot quality":35,"Brew Style":35,"Coffee Varietal":29,"roast":26,"milk texture":17,"upside-down":12,"Blended":10},"3":{"drink":1672,"syrup":501,"size":454,"toppings":273,"milk":264,"temperature":194,"hot breakfast":102,"shot quantity":93,"Anti":93,"pastry":84,"add-on":67,"pump quantity":66,"extra":40,"shot quality":35,"Brew Style":35,"Coffee Varietal":29,"roast":26,"milk texture":17,"upside-down":12,"Blended":10},"4":{"drink":1672,"syrup":501,"size":454,"toppings":273,"milk":264,"temperature":194,"hot breakfast":102,"shot quantity":93,"Anti":93,"pastry":84,"add-on":67,"pump quantity":66,"extra":40,"shot quality":35,"Brew Style":35,"Coffee Varietal":29,"roast":26,"milk texture":17,"upside-down":12,"Blended":10,"":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:ce9736270d86b450f0725d2195bcddaac1ff08da6bc8e96e53c13407c26dae1a
3
  size 6009091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d9a036a373b7e97f259a5f77c1e495b36aa714e53e04ebe78ebae8dd4f9202c
3
  size 6009091
vocab/strings.json CHANGED
@@ -103,7 +103,9 @@
103
  "/",
104
  "/3",
105
  "/d",
 
106
  "/or",
 
107
  "0",
108
  "0.0",
109
  "0.o",
@@ -335,6 +337,7 @@
335
  "Blueberry",
336
  "Bombon",
337
  "Brazilian",
 
338
  "Breve",
339
  "Brew",
340
  "Brew Style",
@@ -368,6 +371,7 @@
368
  "Chocolate",
369
  "Chocolatey",
370
  "Cinnamon",
 
371
  "Clover",
372
  "Co",
373
  "Co.",
@@ -429,9 +433,12 @@
429
  "E.G.",
430
  "E.g",
431
  "E.g.",
 
432
  "Egg",
433
  "Eggnog",
434
  "Emperor",
 
 
435
  "Espresso",
436
  "Ethiopian",
437
  "Extra",
@@ -584,6 +591,7 @@
584
  "M",
585
  "Ma'am",
586
  "Macchiato",
 
587
  "Malabar",
588
  "Mandheling",
589
  "Mango",
@@ -617,6 +625,7 @@
617
  "Miss",
618
  "Miss.",
619
  "Mississippi",
 
620
  "Misto",
621
  "Mo",
622
  "Mo.",
@@ -930,6 +939,7 @@
930
  "a.",
931
  "a.m",
932
  "a.m.",
 
933
  "aa",
934
  "about",
935
  "acai",
@@ -1000,6 +1010,7 @@
1000
  "ash",
1001
  "ass",
1002
  "ast",
 
1003
  "ate",
1004
  "ato",
1005
  "au",
@@ -1061,6 +1072,7 @@
1061
  "c'm",
1062
  "c++",
1063
  "c.",
 
1064
  "ca",
1065
  "caf",
1066
  "cafe",
@@ -1106,6 +1118,7 @@
1106
  "cks",
1107
  "classic",
1108
  "cloud",
 
1109
  "clover",
1110
  "co",
1111
  "co.",
@@ -1141,6 +1154,7 @@
1141
  "croissant",
1142
  "crumble",
1143
  "crunch",
 
1144
  "ct.",
1145
  "cuban",
1146
  "cubano",
@@ -1158,6 +1172,7 @@
1158
  "d.c.",
1159
  "d.d",
1160
  "d.x",
 
1161
  "dX",
1162
  "d_d",
1163
  "d_x",
@@ -1235,6 +1250,7 @@
1235
  "emo",
1236
  "emp",
1237
  "emperor",
 
1238
  "en",
1239
  "en.",
1240
  "end",
@@ -1495,6 +1511,7 @@
1495
  "ll.",
1496
  "lla",
1497
  "llo",
 
1498
  "lo.",
1499
  "london",
1500
  "long",
@@ -1564,6 +1581,7 @@
1564
  "monsooned",
1565
  "mont",
1566
  "mont.",
 
1567
  "morning",
1568
  "mountain",
1569
  "mps",
@@ -1681,6 +1699,7 @@
1681
  "ore",
1682
  "ore.",
1683
  "orp",
 
1684
  "ort",
1685
  "ory",
1686
  "os.",
@@ -1739,6 +1758,7 @@
1739
  "prof",
1740
  "prof.",
1741
  "pt.",
 
1742
  "pump",
1743
  "pump quantity",
1744
  "pumpkin",
@@ -1758,6 +1778,7 @@
1758
  "raw",
1759
  "re",
1760
  "re.",
 
1761
  "red",
1762
  "ree",
1763
  "refresha",
@@ -1943,6 +1964,7 @@
1943
  "uad",
1944
  "uce",
1945
  "uch",
 
1946
  "uff",
1947
  "ug.",
1948
  "uge",
@@ -1953,6 +1975,7 @@
1953
  "ump",
1954
  "un.",
1955
  "undertow",
 
1956
  "upside",
1957
  "upside-down",
1958
  "ure",
@@ -2043,6 +2066,7 @@
2043
  "x_x",
2044
  "xd",
2045
  "xdd",
 
2046
  "xx",
2047
  "xx'",
2048
  "xx'x",
@@ -2058,6 +2082,8 @@
2058
  "xxxx'",
2059
  "xxxx'x",
2060
  "xxxx-xxxx",
 
 
2061
  "xxxx\u2019",
2062
  "xxxx\u2019x",
2063
  "xxx\u2019x",
 
103
  "/",
104
  "/3",
105
  "/d",
106
+ "/data",
107
  "/or",
108
+ "/xxxx",
109
  "0",
110
  "0.0",
111
  "0.o",
 
337
  "Blueberry",
338
  "Bombon",
339
  "Brazilian",
340
+ "Breakfast",
341
  "Breve",
342
  "Brew",
343
  "Brew Style",
 
371
  "Chocolate",
372
  "Chocolatey",
373
  "Cinnamon",
374
+ "Clouds",
375
  "Clover",
376
  "Co",
377
  "Co.",
 
433
  "E.G.",
434
  "E.g",
435
  "E.g.",
436
+ "Earl",
437
  "Egg",
438
  "Eggnog",
439
  "Emperor",
440
+ "Emperors",
441
+ "English",
442
  "Espresso",
443
  "Ethiopian",
444
  "Extra",
 
591
  "M",
592
  "Ma'am",
593
  "Macchiato",
594
+ "Majesty",
595
  "Malabar",
596
  "Mandheling",
597
  "Mango",
 
625
  "Miss",
626
  "Miss.",
627
  "Mississippi",
628
+ "Mist",
629
  "Misto",
630
  "Mo",
631
  "Mo.",
 
939
  "a.",
940
  "a.m",
941
  "a.m.",
942
+ "a4c08c48",
943
  "aa",
944
  "about",
945
  "acai",
 
1010
  "ash",
1011
  "ass",
1012
  "ast",
1013
+ "ata",
1014
  "ate",
1015
  "ato",
1016
  "au",
 
1072
  "c'm",
1073
  "c++",
1074
  "c.",
1075
+ "c48",
1076
  "ca",
1077
  "caf",
1078
  "cafe",
 
1118
  "cks",
1119
  "classic",
1120
  "cloud",
1121
+ "clouds",
1122
  "clover",
1123
  "co",
1124
  "co.",
 
1154
  "croissant",
1155
  "crumble",
1156
  "crunch",
1157
+ "csv",
1158
  "ct.",
1159
  "cuban",
1160
  "cubano",
 
1172
  "d.c.",
1173
  "d.d",
1174
  "d.x",
1175
+ "d/3",
1176
  "dX",
1177
  "d_d",
1178
  "d_x",
 
1250
  "emo",
1251
  "emp",
1252
  "emperor",
1253
+ "emperors",
1254
  "en",
1255
  "en.",
1256
  "end",
 
1511
  "ll.",
1512
  "lla",
1513
  "llo",
1514
+ "lly",
1515
  "lo.",
1516
  "london",
1517
  "long",
 
1581
  "monsooned",
1582
  "mont",
1583
  "mont.",
1584
+ "moredata.csv",
1585
  "morning",
1586
  "mountain",
1587
  "mps",
 
1699
  "ore",
1700
  "ore.",
1701
  "orp",
1702
+ "ors",
1703
  "ort",
1704
  "ory",
1705
  "os.",
 
1758
  "prof",
1759
  "prof.",
1760
  "pt.",
1761
+ "pumkin",
1762
  "pump",
1763
  "pump quantity",
1764
  "pumpkin",
 
1778
  "raw",
1779
  "re",
1780
  "re.",
1781
+ "really",
1782
  "red",
1783
  "ree",
1784
  "refresha",
 
1964
  "uad",
1965
  "uce",
1966
  "uch",
1967
+ "uds",
1968
  "uff",
1969
  "ug.",
1970
  "uge",
 
1975
  "ump",
1976
  "un.",
1977
  "undertow",
1978
+ "upload/3",
1979
  "upside",
1980
  "upside-down",
1981
  "ure",
 
2066
  "x_x",
2067
  "xd",
2068
  "xdd",
2069
+ "xdxddxdd",
2070
  "xx",
2071
  "xx'",
2072
  "xx'x",
 
2082
  "xxxx'",
2083
  "xxxx'x",
2084
  "xxxx-xxxx",
2085
+ "xxxx.xxx",
2086
+ "xxxx/d",
2087
  "xxxx\u2019",
2088
  "xxxx\u2019x",
2089
  "xxx\u2019x",