cbruinsm commited on
Commit
887e0ac
1 Parent(s): 41fc978

Update spaCy pipeline

Browse files
Files changed (7) hide show
  1. README.md +12 -13
  2. en_Coff_Ev1-any-py3-none-any.whl +2 -2
  3. meta.json +55 -49
  4. ner/model +0 -0
  5. ner/moves +1 -1
  6. tok2vec/model +1 -1
  7. vocab/strings.json +12 -0
README.md CHANGED
@@ -13,20 +13,20 @@ model-index:
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
- value: 0.9906904577
17
  - name: NER Recall
18
  type: recall
19
- value: 0.9914596273
20
  - name: NER F Score
21
  type: f_score
22
- value: 0.9910748933
23
  ---
24
- A natural language processor API for coffee drinks in all forms
25
 
26
  | Feature | Description |
27
  | --- | --- |
28
  | **Name** | `en_Coff_Ev1` |
29
- | **Version** | `1.1.0` |
30
  | **spaCy** | `>=3.4.3,<3.5.0` |
31
  | **Default Pipeline** | `tok2vec`, `ner` |
32
  | **Components** | `tok2vec`, `ner` |
@@ -34,17 +34,16 @@ A natural language processor API for coffee drinks in all forms
34
  | **Sources** | n/a |
35
  | **License** | n/a |
36
  | **Author** | [Chris Bruinsma,Iris Chi,Jack Felciano,Jeffrey Li,Dustin Paden]() |
37
- | **Description**|A natural language processor API for coffee drinks in all forms built from 400+ different coffee drinks for Starbucks and Beyond|
38
 
39
  ### Label Scheme
40
 
41
  <details>
42
 
43
- <summary>View label scheme (13 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` |
48
 
49
  </details>
50
 
@@ -52,8 +51,8 @@ A natural language processor API for coffee drinks in all forms
52
 
53
  | Type | Score |
54
  | --- | --- |
55
- | `ENTS_F` | 99.11 |
56
- | `ENTS_P` | 99.07 |
57
- | `ENTS_R` | 99.15 |
58
- | `TOK2VEC_LOSS` | 15306.96 |
59
- | `NER_LOSS` | 146275.12 |
 
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
+ value: 0.9920977011
17
  - name: NER Recall
18
  type: recall
19
+ value: 0.9913854989
20
  - name: NER F Score
21
  type: f_score
22
+ value: 0.9917414722
23
  ---
24
+ A natural language processor API for coffee drinks in all forms built from 400+ different coffee drinks for Starbucks and Beyond
25
 
26
  | Feature | Description |
27
  | --- | --- |
28
  | **Name** | `en_Coff_Ev1` |
29
+ | **Version** | `1.1.1` |
30
  | **spaCy** | `>=3.4.3,<3.5.0` |
31
  | **Default Pipeline** | `tok2vec`, `ner` |
32
  | **Components** | `tok2vec`, `ner` |
 
34
  | **Sources** | n/a |
35
  | **License** | n/a |
36
  | **Author** | [Chris Bruinsma,Iris Chi,Jack Felciano,Jeffrey Li,Dustin Paden]() |
 
37
 
38
  ### Label Scheme
39
 
40
  <details>
41
 
42
+ <summary>View label scheme (14 labels for 1 components)</summary>
43
 
44
  | Component | Labels |
45
  | --- | --- |
46
+ | **`ner`** | `Anti`, `drink`, `extra`, `milk`, `milk texture`, `pump quantity`, `roast`, `shot quality`, `shot quantity`, `size`, `syrup`, `temperature`, `toppings`, `upside-down` |
47
 
48
  </details>
49
 
 
51
 
52
  | Type | Score |
53
  | --- | --- |
54
+ | `ENTS_F` | 99.17 |
55
+ | `ENTS_P` | 99.21 |
56
+ | `ENTS_R` | 99.14 |
57
+ | `TOK2VEC_LOSS` | 19296.40 |
58
+ | `NER_LOSS` | 157988.43 |
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:533165547665cc9023c3f7b4c5c8114b5299e96aaa315bb52bde5b6ffd553c50
3
- size 5686584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:056d09277b877003d81441a6bd0978a52894faeb96c8cd062a23592a9225a944
3
+ size 5683919
meta.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "lang":"en",
3
  "name":"Coff_Ev1",
4
- "version":"1.1.0",
5
- "description":"A natural language processor API for coffee drinks in all forms",
6
  "author":"Chris Bruinsma,Iris Chi,Jack Felciano,Jeffrey Li,Dustin Paden",
7
- "email":"[email protected]",
8
  "url":"",
9
  "license":"",
10
  "spacy_version":">=3.4.3,<3.5.0",
@@ -32,7 +32,8 @@
32
  "size",
33
  "syrup",
34
  "temperature",
35
- "toppings"
 
36
  ]
37
  },
38
  "pipeline":[
@@ -47,78 +48,83 @@
47
 
48
  ],
49
  "performance":{
50
- "ents_f":0.9910748933,
51
- "ents_p":0.9906904577,
52
- "ents_r":0.9914596273,
53
  "ents_per_type":{
54
- "roast":{
55
- "p":1.0,
56
- "r":0.9523809524,
57
- "f":0.9756097561
58
- },
59
- "drink":{
60
- "p":0.9904988124,
61
- "r":0.9928571429,
62
- "f":0.9916765755
63
  },
64
  "toppings":{
65
- "p":0.9827586207,
66
- "r":1.0,
67
- "f":0.9913043478
68
  },
69
- "size":{
70
- "p":0.9966777409,
71
- "r":0.9966777409,
72
- "f":0.9966777409
73
  },
74
- "temperature":{
75
  "p":1.0,
76
- "r":0.9906542056,
77
- "f":0.9953051643
78
- },
79
- "syrup":{
80
- "p":0.9901960784,
81
  "r":1.0,
82
- "f":0.9950738916
83
  },
84
- "shot quality":{
85
- "p":0.9375,
86
- "r":0.9375,
87
- "f":0.9375
88
  },
89
- "milk":{
90
  "p":1.0,
91
  "r":1.0,
92
  "f":1.0
93
  },
94
- "shot quantity":{
95
- "p":0.9333333333,
96
- "r":0.8235294118,
97
- "f":0.875
98
- },
99
  "extra":{
100
  "p":1.0,
101
  "r":1.0,
102
  "f":1.0
103
  },
104
- "Anti":{
 
 
 
 
 
105
  "p":1.0,
106
  "r":1.0,
107
  "f":1.0
108
  },
109
- "pump quantity":{
110
- "p":0.9285714286,
111
  "r":1.0,
112
- "f":0.962962963
113
  },
114
- "milk texture":{
115
  "p":1.0,
116
- "r":0.8571428571,
117
- "f":0.9230769231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  }
119
  },
120
- "tok2vec_loss":153.0695758335,
121
- "ner_loss":1462.7512133333
122
  },
123
  "requirements":[
124
 
 
1
  {
2
  "lang":"en",
3
  "name":"Coff_Ev1",
4
+ "version":"1.1.1",
5
+ "description":"A natural language processor API for coffee drinks in all forms built from 400+ different coffee drinks for Starbucks and Beyond",
6
  "author":"Chris Bruinsma,Iris Chi,Jack Felciano,Jeffrey Li,Dustin Paden",
7
+ "email":"",
8
  "url":"",
9
  "license":"",
10
  "spacy_version":">=3.4.3,<3.5.0",
 
32
  "size",
33
  "syrup",
34
  "temperature",
35
+ "toppings",
36
+ "upside-down"
37
  ]
38
  },
39
  "pipeline":[
 
48
 
49
  ],
50
  "performance":{
51
+ "ents_f":0.9917414722,
52
+ "ents_p":0.9920977011,
53
+ "ents_r":0.9913854989,
54
  "ents_per_type":{
55
+ "size":{
56
+ "p":0.9968152866,
57
+ "r":0.9968152866,
58
+ "f":0.9968152866
 
 
 
 
 
59
  },
60
  "toppings":{
61
+ "p":1.0,
62
+ "r":0.9838709677,
63
+ "f":0.9918699187
64
  },
65
+ "drink":{
66
+ "p":0.9913043478,
67
+ "r":0.9934640523,
68
+ "f":0.992383025
69
  },
70
+ "Anti":{
71
  "p":1.0,
 
 
 
 
 
72
  "r":1.0,
73
+ "f":1.0
74
  },
75
+ "syrup":{
76
+ "p":0.9953703704,
77
+ "r":0.9953703704,
78
+ "f":0.9953703704
79
  },
80
+ "upside-down":{
81
  "p":1.0,
82
  "r":1.0,
83
  "f":1.0
84
  },
 
 
 
 
 
85
  "extra":{
86
  "p":1.0,
87
  "r":1.0,
88
  "f":1.0
89
  },
90
+ "pump quantity":{
91
+ "p":1.0,
92
+ "r":0.9285714286,
93
+ "f":0.962962963
94
+ },
95
+ "milk":{
96
  "p":1.0,
97
  "r":1.0,
98
  "f":1.0
99
  },
100
+ "milk texture":{
101
+ "p":0.8888888889,
102
  "r":1.0,
103
+ "f":0.9411764706
104
  },
105
+ "temperature":{
106
  "p":1.0,
107
+ "r":0.990990991,
108
+ "f":0.9954751131
109
+ },
110
+ "roast":{
111
+ "p":1.0,
112
+ "r":0.9523809524,
113
+ "f":0.9756097561
114
+ },
115
+ "shot quality":{
116
+ "p":0.9375,
117
+ "r":0.9375,
118
+ "f":0.9375
119
+ },
120
+ "shot quantity":{
121
+ "p":0.8421052632,
122
+ "r":0.9411764706,
123
+ "f":0.8888888889
124
  }
125
  },
126
+ "tok2vec_loss":192.9639828272,
127
+ "ner_loss":1579.8842665188
128
  },
129
  "requirements":[
130
 
ner/model CHANGED
Binary files a/ner/model and b/ner/model differ
 
ner/moves CHANGED
@@ -1 +1 @@
1
- ��moves�{"0":{},"1":{"drink":748,"syrup":312,"size":305,"milk":150,"toppings":136,"temperature":119,"pump quantity":50,"Anti":35,"shot quantity":24,"roast":24,"shot quality":22,"extra":12,"milk texture":8},"2":{"drink":748,"syrup":312,"size":305,"milk":150,"toppings":136,"temperature":119,"pump quantity":50,"Anti":35,"shot quantity":24,"roast":24,"shot quality":22,"extra":12,"milk texture":8},"3":{"drink":748,"syrup":312,"size":305,"milk":150,"toppings":136,"temperature":119,"pump quantity":50,"Anti":35,"shot quantity":24,"roast":24,"shot quality":22,"extra":12,"milk texture":8},"4":{"drink":748,"syrup":312,"size":305,"milk":150,"toppings":136,"temperature":119,"pump quantity":50,"Anti":35,"shot quantity":24,"roast":24,"shot quality":22,"extra":12,"milk texture":8,"":1},"5":{"":1}}�cfg��neg_key�
 
1
+ ��moves�T{"0":{},"1":{"drink":811,"syrup":336,"size":318,"milk":167,"toppings":149,"temperature":123,"pump quantity":54,"Anti":53,"shot quantity":24,"roast":24,"shot quality":22,"extra":15,"upside-down":12,"milk texture":9},"2":{"drink":811,"syrup":336,"size":318,"milk":167,"toppings":149,"temperature":123,"pump quantity":54,"Anti":53,"shot quantity":24,"roast":24,"shot quality":22,"extra":15,"upside-down":12,"milk texture":9},"3":{"drink":811,"syrup":336,"size":318,"milk":167,"toppings":149,"temperature":123,"pump quantity":54,"Anti":53,"shot quantity":24,"roast":24,"shot quality":22,"extra":15,"upside-down":12,"milk texture":9},"4":{"drink":811,"syrup":336,"size":318,"milk":167,"toppings":149,"temperature":123,"pump quantity":54,"Anti":53,"shot quantity":24,"roast":24,"shot quality":22,"extra":15,"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:e47b4bea411fe7abef559f810c48b18ac6ffcaf02206c114e1b8fb28fc9391b1
3
  size 6009091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7486fa28a815ae9a31bae531c2440aabb59ca684f63e9a378987383d552a747
3
  size 6009091
vocab/strings.json CHANGED
@@ -619,6 +619,7 @@
619
  "Pink",
620
  "Pistachio",
621
  "Place",
 
622
  "Praline",
623
  "Prof",
624
  "Prof.",
@@ -843,6 +844,7 @@
843
  "ark",
844
  "ark.",
845
  "arl",
 
846
  "ase",
847
  "ash",
848
  "ass",
@@ -1093,6 +1095,7 @@
1093
  "havin'",
1094
  "having",
1095
  "havin\u2019",
 
1096
  "hazelnut",
1097
  "he",
1098
  "he's",
@@ -1310,6 +1313,7 @@
1310
  "nebr.",
1311
  "need",
1312
  "nel",
 
1313
  "nev",
1314
  "nev.",
1315
  "ney",
@@ -1387,8 +1391,10 @@
1387
  "ots",
1388
  "oud",
1389
  "ought",
 
1390
  "out",
1391
  "ov.",
 
1392
  "own",
1393
  "o\u2019clock",
1394
  "o\u2019s",
@@ -1418,6 +1424,7 @@
1418
  "ple",
1419
  "please",
1420
  "pm",
 
1421
  "powder",
1422
  "poweder",
1423
  "ppe",
@@ -1525,7 +1532,9 @@
1525
  "sty",
1526
  "sub",
1527
  "sugar",
 
1528
  "sweet",
 
1529
  "syrup",
1530
  "s\u2019s",
1531
  "t",
@@ -1576,6 +1585,7 @@
1576
  "tti",
1577
  "tto",
1578
  "tvose",
 
1579
  "t\u2019s",
1580
  "u",
1581
  "u.",
@@ -1590,6 +1600,7 @@
1590
  "ump",
1591
  "un.",
1592
  "upside",
 
1593
  "ure",
1594
  "us",
1595
  "use",
@@ -1682,6 +1693,7 @@
1682
  "xxxx xxxx",
1683
  "xxxx'",
1684
  "xxxx'x",
 
1685
  "xxxx\u2019",
1686
  "xxxx\u2019x",
1687
  "xxx\u2019x",
 
619
  "Pink",
620
  "Pistachio",
621
  "Place",
622
+ "Pour",
623
  "Praline",
624
  "Prof",
625
  "Prof.",
 
844
  "ark",
845
  "ark.",
846
  "arl",
847
+ "ars",
848
  "ase",
849
  "ash",
850
  "ass",
 
1095
  "havin'",
1096
  "having",
1097
  "havin\u2019",
1098
+ "hazel",
1099
  "hazelnut",
1100
  "he",
1101
  "he's",
 
1313
  "nebr.",
1314
  "need",
1315
  "nel",
1316
+ "ner",
1317
  "nev",
1318
  "nev.",
1319
  "ney",
 
1391
  "ots",
1392
  "oud",
1393
  "ought",
1394
+ "our",
1395
  "out",
1396
  "ov.",
1397
+ "over",
1398
  "own",
1399
  "o\u2019clock",
1400
  "o\u2019s",
 
1424
  "ple",
1425
  "please",
1426
  "pm",
1427
+ "pour",
1428
  "powder",
1429
  "poweder",
1430
  "ppe",
 
1532
  "sty",
1533
  "sub",
1534
  "sugar",
1535
+ "sugars",
1536
  "sweet",
1537
+ "sweetener",
1538
  "syrup",
1539
  "s\u2019s",
1540
  "t",
 
1585
  "tti",
1586
  "tto",
1587
  "tvose",
1588
+ "two",
1589
  "t\u2019s",
1590
  "u",
1591
  "u.",
 
1600
  "ump",
1601
  "un.",
1602
  "upside",
1603
+ "upside-down",
1604
  "ure",
1605
  "us",
1606
  "use",
 
1693
  "xxxx xxxx",
1694
  "xxxx'",
1695
  "xxxx'x",
1696
+ "xxxx-xxxx",
1697
  "xxxx\u2019",
1698
  "xxxx\u2019x",
1699
  "xxx\u2019x",