File size: 237,728 Bytes
fa50de3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
---
tags:
- setfit
- sentence-transformers
- text-classification
- generated_from_setfit_trainer
widget:
- text: 'Maintenance notice The following services may not be available February 16,
    2020 between 6 : 30 am and 1 : 00 pm EST CFIA website : www.inspection.gc.ca Automated
    Import Reference System (AIRS) CFIA Automated Shipment Inspection Status Search
    Tool (ASISST) AIRS Verification Service (AVS) CFIA Digital Document Store Application
    (DDS) Electronic Data Interchange - Other Government Department (OGD) Pre-Arrival
    Review System and/or the OGD Release on Minimum Documentation (EDI OGD PARS/RMD)
    Electronic Data Interchange - Integrated Import Declaration (EDI -IID) National
    Import Service Centre (NISC) email ([email protected]) Please contact
    the National Import Service Centre at 1-800-835-4486 if you have questions or
    need assistance. Notification - Silani brand Mozzarella Ball recalled due to generic
    E. coli From : Canadian Food Inspection Agency Recall/advisory date : February
    14, 2020 Reason for recall/advisory : Microbiological - Other Hazard classification
    : Class 2 Company/Firm : Silani Sweet Cheese Ltd. Distribution : Ontario Extent
    of the distribution : Retail Reference number : 13699 Contents Affected products
    Public enquiries and media Affected products Brand Name Common Name Size UPC Code(s)
    on Product Silani Mozzarella Ball 260 g 0 65052 51369 4 Best Before : 2021.01.08
    Public enquiries and media Public enquiries Toll-free : 1-800-442-2342 (Canada
    and U.S.) Telephone : 1-613-773-2342 (local or international) Email : [email protected]
    Media relations Telephone : 613-773-6600 Email : [email protected] Report
    a problem or mistake on this page Please select all that apply : A link, button
    or video is not working It has a spelling mistake Information is missing Information
    is outdated or wrong Login error when trying to access an account (e.g. My Service
    Canada Account) GC Key access SecureKey Concierge (Banking Credential) access
    Personal Access Code (PAC) problems or EI Access Code (AC) problems Social Insurance
    Number (SIN) validation problems Other login error not in this list I can''t find
    what I''m looking for Other issue not in this list Submit Thank you for your help!
    You will not receive a reply. For enquiries, contact us. Date modified : 2020-02-14'
- text: 'Caito Foods is voluntarily recalling fresh cut watermelon, honeydew melon,
    cantaloupe and fresh-cut mixed fruit containing one of these melons, produced
    at the Caito Foods facility in Indianapolis, because these products have the potential
    to be contaminated with Salmonella. Use or consumption of products contaminated
    with Salmonella may result in serious illness. It can also produce serious and
    sometimes fatal infections in young children, frail or elderly people and others
    with weakened immune systems. Healthy individuals infected with Salmonella can
    experience fever, diarrhea, nausea, vomiting and abdominal pain. In rare circumstances,
    infection with Salmonella can result in the organism getting into the bloodstream
    and producing more severe illnesses such as arterial infections (i.e., infected
    aneurysms), endocarditis and arthritis. Reports of illnesses linked to these products
    are under investigation, and Caito Foods is voluntarily recalling the products
    out of an abundance of caution. The company has been advised by the CDC that it
    has linked 58 illnesses to the strain of Salmonella under investigation. Caito
    Foods has ceased producing and distributing these products as the company and
    FDA continue their investigation. The products were packaged in clear, plastic
    clamshell containers and distributed in Georgia, Illinois, Indiana, Kentucky,
    Michigan, Missouri, North Carolina and Ohio. Because it is possible that products
    shipped between April 17 and June 7, 2018 could still be on store shelves, this
    recall extends to both retailers and consumers. The potential that these products
    are contaminated with Salmonella was discovered through analyzing reports made
    by state departments of public health. Caito Foods has ceased producing and distributing
    these products as the company and FDA continue their investigation. Consumers
    seeking information may call 844-467-7278 Monday through Friday, 6 a.m. to 10
    p.m. CT and Saturday and Sunday, 6 a.m. to 6 p.m. CT. Retailers and wholesale
    customers should check their inventories and shelves to confirm that none of the
    products are present or available for purchase by consumers or in warehouse inventories.
    Please contact 844-467-7278 Monday through Friday, 6 a.m. to 10 p.m. CT and Saturday
    and Sunday, 6 a.m. to 6 p.m. CT to arrange for disposal or return of the product.
    This recall is being conducted with the knowledge of the U.S. Food and Drug Administration.
    The products listed below are included in this recall : <tbody> <tr> <th>Customer</th>
    <th>Product Description</th> <th>Pack Weigh</th> <th>UPC</th> <th>Label Description/Brand</th>
    <th>Best By/Use By Date Range</th> </tr> <tr> <td>Caito Foods Distribution</td>
    <td>CANTALOUPE SPEARS 6/16Z</td> <td>16 oz.</td> <td>81851301294</td> <td>Clear
    Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr>
    <tr> <td>Caito Foods Distribution</td> <td>HONEYDEW SPEARS 6/16Z</td> <td>16 oz.</td>
    <td>81851301300</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>MELON MIX 6/10Z</td>
    <td>10 oz.</td> <td>81851301331</td> <td>Clear Generic Label Distributed by Caito
    Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td>
    <td>FRUIT MIX 6/10Z</td> <td>10 oz.</td> <td>81851301348</td> <td>Clear Generic
    Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito
    Foods Distribution</td> <td>HONEYDEW CHUNKS 6/10Z</td> <td>10 oz.</td> <td>81851301362</td>
    <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>Caito Foods Distribution</td> <td>CANTALOUPE CHUNKS 6/10Z</td>
    <td>10 oz.</td> <td>81851301379</td> <td>Clear Generic Label Distributed by Caito
    Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td>
    <td>WATERMELON CHUNKS 6/9.5Z</td> <td>9.5 oz.</td> <td>81851301386</td> <td>Clear
    Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr>
    <tr> <td>Caito Foods Distribution</td> <td>FRUIT MIX 6/5Z</td> <td>5 oz.</td>
    <td>81851301393</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT BURST 4/20Z</td>
    <td>20 oz.</td> <td>81851301409</td> <td>Clear Generic Label Distributed by Caito
    Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td>
    <td>FRUIT MIX 3/48Z</td> <td>48 oz.</td> <td>81851301416</td> <td>Clear Generic
    Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito
    Foods Distribution</td> <td>MELON MIX 6/16Z</td> <td>16 oz.</td> <td>81851301430</td>
    <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT MIX 6/16Z</td> <td>16 oz.</td>
    <td>81851301447</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT SNACK TRAY
    3/32Z</td> <td>32 oz.</td> <td>81851301454</td> <td>Clear Generic Label Distributed
    by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td>
    <td>FRUIT PARTY PLATTER 3/64Z</td> <td>64 oz.</td> <td>81851301461</td> <td>Clear
    Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr>
    <tr> <td>Caito Foods Distribution</td> <td>MELON MIX SPEARS 6/16Z</td> <td>16
    oz.</td> <td>81851301478</td> <td>Clear Generic Label Distributed by Caito Foods</td>
    <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT
    BOWL 6/64Z</td> <td>64 oz.</td> <td>81851301485</td> <td>Clear Generic Label Distributed
    by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td>
    <td>WATERMELON SPEAR 6/16Z</td> <td>16 oz.</td> <td>81851301591</td> <td>Clear
    Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr>
    <tr> <td>Caito Foods Distribution</td> <td>WATERMELON SPEAR 4/28Z</td> <td>28
    oz.</td> <td>81851301607</td> <td>Clear Generic Label Distributed by Caito Foods</td>
    <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>CANTALOUPE
    CHUNKS 1/80Z</td> <td>80 oz.</td> <td>81851301614</td> <td>Clear Generic Label
    Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito
    Foods Distribution</td> <td>HONEYDEW CHUNKS 1/80Z</td> <td>80 oz.</td> <td>81851301621</td>
    <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT MIX 1/5LB</td> <td>80 oz.</td>
    <td>81851302079</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>WATERMELON CHUNKS
    1/5LB</td> <td>80 oz.</td> <td>81851302147</td> <td>Clear Generic Label Distributed
    by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td>
    <td>FRUIT BURST 6/10Z</td> <td>10 oz.</td> <td>81851302215</td> <td>Clear Generic
    Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito
    Foods Distribution</td> <td>WATERMELON TRAY 1/5LB</td> <td>80 oz.</td> <td>81851302239</td>
    <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>Caito Foods Distribution</td> <td>WATERMELON CHUNK 4/18Z</td> <td>18
    oz.</td> <td>826766260317</td> <td>Clear Generic Label Distributed by Caito Foods</td>
    <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Costco</td> <td>FRUIT BOWL 8/48Z</td>
    <td>48 oz.</td> <td>826766241125</td> <td>Garden Highway Label</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Gordon Food Service</td> <td>WATERMELON CHUNKS
    4/5Z</td> <td>5 oz.</td> <td>826766009800</td> <td>Clear Generic Label Distributed
    by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Gordon Food Service</td>
    <td>CANTALOUPE CHUNKS 4/5Z</td> <td>5 oz.</td> <td>826766009817</td> <td>Clear
    Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr>
    <tr> <td>Gordon Food Service</td> <td>MELON MIX 4/5Z</td> <td>5 oz.</td> <td>826766009886</td>
    <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>Gordon Food Service</td> <td>FRUIT MIX 6/4.5Z</td> <td>&nbsp;4.5
    oz.</td> <td>826766257676</td> <td>Clear Generic Label Distributed by Caito Foods</td>
    <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Gordon Food Service</td> <td>WATERMELON
    CHUNK 4/10Z</td> <td>10 oz.</td> <td>826766260041</td> <td>Clear Generic Label
    Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td>
    <td>WATERMELON QUARTER 6/36Z</td> <td>36 oz.</td> <td>826766139903</td> <td>Clear
    Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>Kroger</td> <td>CANTALOUPE HALF 6/24Z</td> <td>24 oz.</td> <td>826766139927</td>
    <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>WATERMELON SLICE 1/55Z</td> <td>55
    oz.</td> <td>826766139941</td> <td>Clear Generic Label Distributed by Renaissance
    Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>WATERMELON
    CHUNK 1/5LB</td> <td>80 oz.</td> <td>826766896011</td> <td>Clear Generic Label
    Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr>
    <td>Kroger</td> <td>HONEYDEW CHUNKS 1/10Z</td> <td>10 oz.</td> <td>49022558632</td>
    <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>MELON SPEAR TRIO 1/16Z</td> <td>16
    oz.</td> <td>826766139590</td> <td>Clear Generic Label Distributed by Renaissance
    Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>MIXED
    SPEARS 1/16Z</td> <td>16 oz.</td> <td>826766139606</td> <td>Clear Generic Label
    Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr>
    <td>Kroger</td> <td>WATERMELON SPEAR 1/16Z</td> <td>16 oz.</td> <td>826766139620</td>
    <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>FRUIT TRAY LRG W/DIP 1/63Z</td>
    <td>63 oz.</td> <td>826766145393</td> <td>Clear Generic Label Distributed by Renaissance
    Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>WATERMELON
    SPEAR 1/4LB</td> <td>64 oz.</td> <td>826766181704</td> <td>Clear Generic Label
    Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr>
    <td>Kroger</td> <td>FRU TRAY LG W/WATMLN 1/64.75Z</td> <td>64.75 oz.</td> <td>826766185498</td>
    <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>SALAD FIESTA FRUIT 1/18Z</td> <td>18
    oz.</td> <td>826766185641</td> <td>Clear Generic Label Distributed by Renaissance
    Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>CANTALOUPE
    CHUNK 1/5LB</td> <td>80 oz.</td> <td>826766896578</td> <td>Clear Generic Label
    Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr>
    <td>SpartanNash Distribution</td> <td>FRUIT MIX 6/5Z</td> <td>5 oz.</td> <td>884853630610</td>
    <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td>
    <td>CANTALOUPE CHUNKS 1/80Z</td> <td>80 oz.</td> <td>884853631266</td> <td>Open
    Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td>
    <td>WATERMELON SPEAR 4/28Z</td> <td>28 oz.</td> <td>884853630672</td> <td>Open
    Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td>
    <td>CANTALOUPE SPEARS 6/16Z</td> <td>16 oz.</td> <td>884853630856</td> <td>Open
    Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td>
    <td>FRUIT BURST 6/10Z</td> <td>10 oz.</td> <td>884853630887</td> <td>Open Acres</td>
    <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>MELON
    MIX 6/10Z</td> <td>10 oz.</td> <td>884853630894</td> <td>Open Acres</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>FRUIT MIX 6/10Z</td>
    <td>10 oz.</td> <td>884853630900</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>SpartanNash Distribution</td> <td>HONEYDEW CHUNKS 6/10Z</td> <td>10
    oz.</td> <td>884853630924</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>SpartanNash Distribution</td> <td>CANTALOUPE CHUNKS 6/10Z</td>
    <td>10 oz.</td> <td>884853630931</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>SpartanNash Distribution</td> <td>WATERMELON CHUNKS 6/9.5Z</td>
    <td>9.5 oz.</td> <td>884853630948</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>SpartanNash Distribution</td> <td>FRUIT BURST 4/20Z</td> <td>20
    oz.</td> <td>884853630955</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>SpartanNash Distribution</td> <td>FRUIT MIX 3/48Z</td> <td>48 oz.</td>
    <td>884853630962</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr>
    <td>SpartanNash Distribution</td> <td>MELON MIX 6/16Z</td> <td>16 oz.</td> <td>884853630986</td>
    <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td>
    <td>FRUIT MIX 6/16Z</td> <td>16 oz.</td> <td>884853630993</td> <td>Open Acres</td>
    <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>FRUIT
    TRAY 3/32Z</td> <td>32 oz.</td> <td>884853631006</td> <td>Open Acres</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>FRUIT PARTY PLATTER
    3/64Z</td> <td>64 oz.</td> <td>884853631013</td> <td>Open Acres</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>WATERMELON SPEAR
    6/16Z</td> <td>16 oz.</td> <td>884853631068</td> <td>Open Acres</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>HONEYDEW CHUNKS
    1/80Z</td> <td>80 oz.</td> <td>884853631273</td> <td>Open Acres</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Sprouts</td> <td>WATERMELON CHUNK 6/18Z</td> <td>18
    oz.</td> <td>646670522406</td> <td>Sprouts Farmers Market</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>Sprouts</td> <td>MELON MIX CHUNK 6/20Z</td> <td>20 oz.</td> <td>646670522437</td>
    <td>Sprouts Farmers Market</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Sprouts</td>
    <td>WATERMELON CHUNK 6/9.5Z</td> <td>9.5 oz.</td> <td>646670522444</td> <td>Sprouts
    Farmers Market</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Sprouts</td> <td>FRUIT
    BURST 6/10Z</td> <td>10 oz.</td> <td>646670522482</td> <td>Sprouts Farmers Market</td>
    <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Sprouts</td> <td>FRUIT PARTY PLATTER
    3/64Z</td> <td>64 oz.</td> <td>646670522499</td> <td>Sprouts Farmers Market</td>
    <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Sprouts</td> <td>WATERMELON SPEAR 6/16Z</td>
    <td>16 oz.</td> <td>826766893850</td> <td>Sprouts Farmers Market</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Trader Joes</td> <td>CANTALOUPE SLICE Trader Joe''s
    12/16Z</td> <td>16 oz.</td> <td>00952668</td> <td>Trader Joe''s</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>MELON MIX 1/10Z</td> <td>10
    oz.</td> <td>49022519114</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr>
    <tr> <td>Walgreens</td> <td>WATERMELON CHUNK 1/5Z</td> <td>5 oz.</td> <td>49022519138</td>
    <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>CANTALOUPE
    SNACK CUP WAG 1/5Z</td> <td>5 oz.</td> <td>49022519169</td> <td>Delish</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>SEASONAL FRUIT SALAD 1/10Z</td>
    <td>10 oz.</td> <td>49022519183</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>Walgreens</td> <td>TROPICAL MEDLEY 1/10Z</td> <td>10 oz.</td> <td>49022536999</td>
    <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>MANGO
    PINE LOPE SPEAR WAG 1/5Z</td> <td>5 oz.</td> <td>49022537019</td> <td>Delish</td>
    <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>FRUIT BURST 1/10Z</td>
    <td>10 oz.</td> <td>49022558625</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>Walgreens</td> <td>WATERMELON SPEAR 1/16Z</td> <td>16 oz.</td>
    <td>49022588219</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td>
    <td>CANTALOUPE SPEAR WAG 1/16Z</td> <td>16 oz.</td> <td>49022588240</td> <td>Delish</td>
    <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>FRUIT SALAD SEASONAL
    WAG 1/32Z</td> <td>32 oz.</td> <td>49022637764</td> <td>Delish</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>FRUIT TRAY 1/22Z</td> <td>22
    oz.</td> <td>49022683129</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr>
    <tr> <td>Walgreens</td> <td>WATERMELON CHUNK 1/9.5Z</td> <td>9.5 oz.</td> <td>49022804586</td>
    <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>FRUIT
    SPEAR ASSORTED 1/16Z</td> <td>16 oz.</td> <td>49022813823</td> <td>Delish</td>
    <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>CANTALOUPE CHUNK
    1/10Z</td> <td>10 oz.</td> <td>49022822436</td> <td>Delish</td> <td>4/27/18 -
    06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>FRUIT MIX 1/10Z</td> <td>10 oz.</td>
    <td>49022822443</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td>
    <td>WATERMELON CHUNK 1/18Z</td> <td>18 oz.</td> <td>49022923331</td> <td>Delish</td>
    <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>CANTALOUPE SPEAR 4/10Z</td>
    <td>10 oz.</td> <td>681131180146</td> <td>Freshness Guaranteed</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>CANTALOUPE SPEAR 4/16Z</td> <td>16
    oz.</td> <td>681131180153</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>Walmart</td> <td>FRUIT TRAY 2/48Z</td> <td>48 oz.</td> <td>681131180207</td>
    <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td>
    <td>FRUIT BOWL 2/40Z</td> <td>40 oz.</td> <td>681131180238</td> <td>Freshness
    Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>SEASONAL
    BLEND 4/10Z</td> <td>10 oz.</td> <td>681131180481</td> <td>Freshness Guaranteed</td>
    <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>SEASONAL BLEND 4/16Z</td>
    <td>16 oz.</td> <td>681131180498</td> <td>Freshness Guaranteed</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>SEASONAL BLEND 2/32Z</td> <td>32
    oz.</td> <td>681131180504</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>Walmart</td> <td>WATERMELON CHUNK 2/42Z</td> <td>40 oz.</td> <td>681131180658</td>
    <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td>
    <td>WATERMELON SPEAR 4/16Z</td> <td>16 oz.</td> <td>681131180665</td> <td>Freshness
    Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>WATERMELON
    SPEAR 4/10Z</td> <td>10 oz.</td> <td>681131180672</td> <td>Freshness Guaranteed</td>
    <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>WATERMELON SPEAR 2/32Z</td>
    <td>32 oz.</td> <td>681131180689</td> <td>Freshness Guaranteed</td> <td>4/27/18
    - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>SEASONAL TRIO 2/32Z</td> <td>32
    oz.</td> <td>681131180696</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>Walmart</td> <td>WATERMELON QUARTERS 4/44Z</td> <td>47 oz.</td>
    <td>681131221719</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td>
    </tr> <tr> <td>Walmart</td> <td>MELON BERRY MIX 4/10Z</td> <td>13 oz.</td> <td>826766254248</td>
    <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td>
    <td>SALAD SEASONAL FRUIT 4/10Z</td> <td>13 oz.</td> <td>826766254262</td> <td>Freshness
    Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Whole Foods/Amazon</td>
    <td>MELON COMBO</td> <td>20 oz.</td> <td>82676681120</td> <td>Whole Foods Market
    Label</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Whole Foods/Amazon</td>
    <td>FRUIT TRAY SMALL</td> <td>36 oz.</td> <td>826766811274</td> <td>Whole Foods
    Market Label</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Whole Foods/Amazon</td>
    <td>FRUIT SALAD SEASONAL</td> <td>20 oz.</td> <td>826766810987</td> <td>Whole
    Foods Market Label</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Whole Foods/Amazon</td>
    <td>CANTALOUPE CHUNKS</td> <td>10 oz.</td> <td>826766811199</td> <td>Whole Foods
    Market Label</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Whole Foods/Amazon</td>
    <td>WATERMELON CHUNKS</td> <td>9.5 oz.</td> <td>826766810956</td> <td>Whole Foods
    Market Label</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Whole Foods/Amazon</td>
    <td>Watermelon Spears,</td> <td>16 oz.</td> <td>826766810970</td> <td>Whole Foods
    Market Label</td> <td>4/27/18 - 06/16/18</td> </tr> </tbody>'
- text: 'In cooperation with the FDA Lehi Valley Trading Company of Mesa, Arizona
    is issuing a nationwide recall of 8,10 and 12.3 oz packages of Yogurt Raisins,
    because it may contain undeclared Peanut Allergen. People who have an allergy
    or severe sensitivity to Peanut Allergens run the risk of serious or life-threatening
    allergic reaction if they consume these products. Yogurt Raisins in question are
    To date, no illness, sickness, or symptoms have been reported from product coming
    to or from Lehi Valley Trading Company. The nationwide recall was initiated after
    it was discovered that equipment used to package this product may have come in
    contact with product containing Peanut Allergens. Consumers who have purchased
    10 oz Snack-Worthy Yogurt Raisins with lot code 222268 are urged to return the
    product to the place of purchase for a full refund Please direct all concerns
    to our Customer Service Department at (480)-684-1430 Mon-Fri 8 : 00AM-5 : 00PM
    MST'
- text: 'In response to a recall by Satur Farms, Whole Foods Market is voluntarily
    recalling various prepared foods items in eight states containing baby spinach
    because of a potential contamination of Salmonella. Salmonella is an organism
    which can cause serious and sometimes fatal infections in young children, frail
    or elderly people, and others with weakened immune systems. Healthy persons infected
    with Salmonella often experience fever, diarrhea (which may be bloody), nausea,
    vomiting and abdominal pain. In rare circumstances, infection with Salmonella
    can result in the organism getting into the bloodstream and producing more severe
    illnesses such as arterial infections (i.e., infected aneurysms), endocarditis
    and arthritis. The affected products, including salads, pizza, sandwiches and
    wraps, were sold at stores in Connecticut, Florida, Maine, Massachusetts, New
    Hampshire, New Jersey, New York, and Rhode Island. No illnesses have been reported
    at this time. Affected products are labeled with a Whole Foods Market scale label
    and can be identified by the following information. Additionally, consumers who
    purchased items containing baby spinach from the salad bars or hot bars at Whole
    Foods Market locations in these states should discard items purchased through
    January 23, 2019. Customers who purchased these products can bring a valid receipt
    into stores for a full refund. Consumers with additional questions can call 1-844-936-8255
    between the hours of 7 : 00 a.m. and 10 : 00 p.m. CST, Monday through Friday,
    or 8 : 00 a.m. and 6 : 00 p.m. Saturday through Sunday. <thead> <tr> <th scope="col"
    style="text-align : center"><strong>Product </strong></th> <th scope="col" style="text-align
    : center">Product Code <em>(begins with)</em></th> <th scope="col" style="text-align
    : center">Sell by Date</th> <th scope="col" style="text-align : center">Affected
    States</th> </tr> </thead> <tbody> <tr> <td style="text-align : center">Chicken
    Florentine Panini</td> <td style="text-align : center">0265249</td> <td style="text-align
    : center">1/26/2019</td> <td style="text-align : center">CT, MA, ME, NH, RI</td>
    </tr> <tr> <td style="text-align : center">Golden Beet &amp; Tangerine Salad</td>
    <td style="text-align : center">0276651</td> <td style="text-align : center">1/26/2019</td>
    <td style="text-align : center">CT, MA, ME, NH, RI</td> </tr> <tr> <td style="text-align
    : center">Locavore Cheese Steak Wrap</td> <td style="text-align : center">0288833</td>
    <td style="text-align : center">1/26/2019</td> <td style="text-align : center">CT,
    MA, ME, NH, RI</td> </tr> <tr> <td style="text-align : center">Mediterranean Stuffed
    Salmon</td> <td style="text-align : center">0276640</td> <td style="text-align
    : center">1/26/2019</td> <td style="text-align : center">CT, MA, ME, NH, RI</td>
    </tr> <tr> <td style="text-align : center">Quinoa with Dark Leafy Greens</td>
    <td style="text-align : center">0276652</td> <td style="text-align : center">1/26/2019</td>
    <td style="text-align : center">CT, MA, ME, NH, RI</td> </tr> <tr> <td style="text-align
    : center">Roasted Vegetables Panini</td> <td style="text-align : center">0286668</td>
    <td style="text-align : center">1/26/2019</td> <td style="text-align : center">CT,
    MA, ME, NH, RI</td> </tr> <tr> <td style="text-align : center">Salad Spring Berry
    Power</td> <td style="text-align : center">0261702</td> <td style="text-align
    : center">1/26/2019</td> <td style="text-align : center">CT, MA, ME, NH, RI</td>
    </tr> <tr> <td style="text-align : center">Smoked Turkey with Apple &amp; Cheddar
    Sandwich</td> <td style="text-align : center">0289436</td> <td style="text-align
    : center">1/26/2019</td> <td style="text-align : center">CT, MA, ME, NH, RI</td>
    </tr> <tr> <td style="text-align : center">Spinach and Vegetable Quinoa Salad</td>
    <td style="text-align : center">0287410</td> <td style="text-align : center">1/26/2019</td>
    <td style="text-align : center">CT, MA, ME, NH, RI</td> </tr> <tr> <td style="text-align
    : center">Spinach Ravioli Salad with Lemon, Tomato, and Parmesan CC</td> <td style="text-align
    : center">0262216</td> <td style="text-align : center">1/26/2019</td> <td style="text-align
    : center">CT, MA, ME, NH, RI</td> </tr> <tr> <td style="text-align : center">Strawberry
    Balsamic Quinoa CC</td> <td style="text-align : center">0226215</td> <td style="text-align
    : center">1/26/2019</td> <td style="text-align : center">CT, MA, ME, NH, RI</td>
    </tr> <tr> <td style="text-align : center">Tofu Shawarma Wrap</td> <td style="text-align
    : center">0225938</td> <td style="text-align : center">1/26/2019</td> <td style="text-align
    : center">CT, MA, ME, NH, RI</td> </tr> <tr> <td style="text-align : center">Turkey
    Avocado Sandwich (Turkado Sandwich)</td> <td style="text-align : center">0268506</td>
    <td style="text-align : center">1/26/2019</td> <td style="text-align : center">CT,
    MA, ME, NH, RI</td> </tr> <tr> <td style="text-align : center">Turkey with Spinach
    &amp; Feta Sandwich</td> <td style="text-align : center">0278131</td> <td style="text-align
    : center">1/26/2019</td> <td style="text-align : center">CT, MA, ME, NH, RI</td>
    </tr> <tr> <td style="text-align : center">Vegan Spinach Almond Ricotta Pizza</td>
    <td style="text-align : center">0289927</td> <td style="text-align : center">1/26/2019</td>
    <td style="text-align : center">CT, MA, ME, NH, RI</td> </tr> <tr> <td style="text-align
    : center">Chicken Cordon Blue Panini</td> <td style="text-align : center">0236489</td>
    <td style="text-align : center">1/24/2019</td> <td style="text-align : center">CT,
    NJ, NY</td> </tr> <tr> <td style="text-align : center">New England Cranberry Turkey
    Sandwich</td> <td style="text-align : center">0236543</td> <td style="text-align
    : center">1/24/2019</td> <td style="text-align : center">CT, NJ, NY</td> </tr>
    <tr> <td style="text-align : center">Paleo Mediterranean Tuna Salad</td> <td style="text-align
    : center">0278786</td> <td style="text-align : center">1/27/2019</td> <td style="text-align
    : center">CT, NJ, NY</td> </tr> <tr> <td style="text-align : center">Spinach,
    Sauteed with Garlic CC</td> <td style="text-align : center">0262208</td> <td style="text-align
    : center">1/27/2019</td> <td style="text-align : center">CT, NJ, NY</td> </tr>
    <tr> <td style="text-align : center">Avocado Dragon Ball Bowl</td> <td style="text-align
    : center">0239999</td> <td style="text-align : center">1/27/2019</td> <td style="text-align
    : center">FL</td> </tr> <tr> <td style="text-align : center">Bistro Pasta Salad</td>
    <td style="text-align : center">0270265</td> <td style="text-align : center">1/26/2019</td>
    <td style="text-align : center">FL</td> </tr> <tr> <td style="text-align : center">Breakfast
    Sandwich Platter</td> <td style="text-align : center">0289062</td> <td style="text-align
    : center">1/26/2019</td> <td style="text-align : center">FL</td> </tr> <tr> <td
    style="text-align : center">Chicken Enchiladas Dinner</td> <td style="text-align
    : center">0268015</td> <td style="text-align : center">1/28/2019</td> <td style="text-align
    : center">FL</td> </tr> <tr> <td style="text-align : center">Cilantro &amp; Lime
    Chicken Burrito</td> <td style="text-align : center">0270878</td> <td style="text-align
    : center">1/26/2019</td> <td style="text-align : center">FL</td> </tr> <tr> <td
    style="text-align : center">Coconut Kiwi Butter Bowl</td> <td style="text-align
    : center">0251413</td> <td style="text-align : center">1/27/2019</td> <td style="text-align
    : center">FL</td> </tr> <tr> <td style="text-align : center">Egg White &amp; Spinach
    Breakfast</td> <td style="text-align : center">0276983</td> <td style="text-align
    : center">1/27/2019</td> <td style="text-align : center">FL</td> </tr> <tr> <td
    style="text-align : center">Egg White Burrito</td> <td style="text-align : center">0276829</td>
    <td style="text-align : center">1/27/2019</td> <td style="text-align : center">FL</td>
    </tr> <tr> <td style="text-align : center">Eggplant Rolantini</td> <td style="text-align
    : center">0270871</td> <td style="text-align : center">1/26/2019</td> <td style="text-align
    : center">FL</td> </tr> <tr> <td style="text-align : center">Focaccia Vegetable
    Pesto Sandwich</td> <td style="text-align : center">0260646</td> <td style="text-align
    : center">1/27/2019</td> <td style="text-align : center">FL</td> </tr> <tr> <td
    style="text-align : center">Goat Cheese Salad With Mandarin Orange &amp; Candied
    Cashews</td> <td style="text-align : center">0272681</td> <td style="text-align
    : center">1/27/2019</td> <td style="text-align : center">FL</td> </tr> <tr> <td
    style="text-align : center">I Yam What I Yam Bowl</td> <td style="text-align :
    center">0251986</td> <td style="text-align : center">1/27/2019</td> <td style="text-align
    : center">FL</td> </tr> <tr> <td style="text-align : center">Large Brasserie Cheese
    Goat Salad</td> <td style="text-align : center">0272680</td> <td style="text-align
    : center">1/27/2019</td> <td style="text-align : center">FL</td> </tr> <tr> <td
    style="text-align : center">Large Goat Cheese Green Salad</td> <td style="text-align
    : center">0289143</td> <td style="text-align : center">1/28/2019</td> <td style="text-align
    : center">FL</td> </tr> <tr> <td style="text-align : center">Large Spinach &amp;
    Mushroom Salad</td> <td style="text-align : center">0272061</td> <td style="text-align
    : center">1/27/2019</td> <td style="text-align : center">FL</td> </tr> <tr> <td
    style="text-align : center">Maple Glazed Acorn Squash</td> <td style="text-align
    : center">0284071</td> <td style="text-align : center">1/26/2019</td> <td style="text-align
    : center">FL</td> </tr> <tr> <td style="text-align : center">Mesclun Mix With
    Candied Pecans &amp; Sun Dried Cranberries</td> <td style="text-align : center">0272093</td>
    <td style="text-align : center">1/27/2019</td> <td style="text-align : center">FL</td>
    </tr> <tr> <td style="text-align : center">Mesclun Mix With Candied Pecans &amp;
    SunDried Cranberries</td> <td style="text-align : center">0272788</td> <td style="text-align
    : center">1/27/2019</td> <td style="text-align : center">FL</td> </tr> <tr> <td
    style="text-align : center">Mustard Crusted Salmon</td> <td style="text-align
    : center">0271328</td> <td style="text-align : center">1/28/2019</td> <td style="text-align
    : center">FL</td> </tr> <tr> <td style="text-align : center">My Big Fat Greek
    Pizza</td> <td style="text-align : center">0270663</td> <td style="text-align
    : center">1/26/2019</td> <td style="text-align : center">FL</td> </tr> <tr> <td
    style="text-align : center">Orange Lentil Vegetable Egg Bowl</td> <td style="text-align
    : center">0251625</td> <td style="text-align : center">1/27/2019</td> <td style="text-align
    : center">FL</td> </tr> <tr> <td style="text-align : center">Pizza Il Mediterraneo&nbsp;</td>
    <td style="text-align : center">0229250</td> <td style="text-align : center">1/24/2019</td>
    <td style="text-align : center">FL</td> </tr> <tr> <td style="text-align : center">Salad
    Golden Beets Tangerine&nbsp;</td> <td style="text-align : center">0271078</td>
    <td style="text-align : center">1/26/2019</td> <td style="text-align : center">FL</td>
    </tr> <tr> <td style="text-align : center">Sandwich Baguette Chicken Saltimbocca</td>
    <td style="text-align : center">0237929</td> <td style="text-align : center">1/26/2019</td>
    <td style="text-align : center">FL</td> </tr> <tr> <td style="text-align : center">Sandwich
    Baguette Turkey Brie&nbsp;</td> <td style="text-align : center">0237933</td> <td
    style="text-align : center">1/26/2019</td> <td style="text-align : center">FL</td>
    </tr> <tr> <td style="text-align : center">Sandwich Ham Olive Sliced&nbsp;</td>
    <td style="text-align : center">0236398</td> <td style="text-align : center">1/27/2019</td>
    <td style="text-align : center">FL</td> </tr> <tr> <td style="text-align : center">Serbian
    Ajvar Vegetable Club</td> <td style="text-align : center">0220041</td> <td style="text-align
    : center">1/28/2019</td> <td style="text-align : center">FL</td> </tr> <tr> <td
    style="text-align : center">Small Spinach &amp; Mushroom Salad</td> <td style="text-align
    : center">0272793</td> <td style="text-align : center">1/27/2019</td> <td style="text-align
    : center">FL</td> </tr> <tr> <td style="text-align : center">Smoked Mozzarella
    Pasta</td> <td style="text-align : center">0225081</td> <td style="text-align
    : center">1/28/2019</td> <td style="text-align : center">FL</td> </tr> <tr> <td
    style="text-align : center">Spinach Artichoke Bleus Pizza</td> <td style="text-align
    : center">0271388</td> <td style="text-align : center">1/26/2019</td> <td style="text-align
    : center">FL</td> </tr> <tr> <td style="text-align : center">Spinach Gorgonzola
    Salad</td> <td style="text-align : center">0267982</td> <td style="text-align
    : center">1/26/2019</td> <td style="text-align : center">FL</td> </tr> <tr> <td
    style="text-align : center">Spinach Strawberry Goat Cheese Salad</td> <td style="text-align
    : center">0260136</td> <td style="text-align : center">1/28/2019</td> <td style="text-align
    : center">FL</td> </tr> <tr> <td style="text-align : center">Spinach Walnut Bleus
    Pizza</td> <td style="text-align : center">0271331</td> <td style="text-align
    : center">1/26/2019</td> <td style="text-align : center">FL</td> </tr> <tr> <td
    style="text-align : center">Vegetable Pesto Focaccia</td> <td style="text-align
    : center">0244952</td> <td style="text-align : center">1/27/2019</td> <td style="text-align
    : center">FL</td> </tr> <tr> <td style="text-align : center">Vegetable Pesto Focaccia
    Sandwich</td> <td style="text-align : center">0244953</td> <td style="text-align
    : center">1/27/2019</td> <td style="text-align : center">FL</td> </tr> <tr> <td
    style="text-align : center">Watermelon Garbanzo Vegetable Bowl</td> <td style="text-align
    : center">0251968</td> <td style="text-align : center">1/27/2019</td> <td style="text-align
    : center">FL</td> </tr> </tbody>'
- text: 'WASHINGTON, Jan. 8, 2015 – The Daniel Weaver Company, a Lebanon, PA establishment,
    is recalling approximately 7,092 pounds of Halal Beef products due to misbranding
    and an undeclared allergen, the U.S. Department of Agriculture’s Food Safety and
    Inspection Service (FSIS) announced today. The product contains peanuts, a known
    allergen which is not declared on the product label. The Halal Beef Soujouk products
    were produced between November 13 and December 3, 2014. The following products
    are subject to recall : [View Labels] 16-oz. hoops of “YÖRÜK BRAND HALAL BEEF
    SOUJOUK DRIED BEEF SAUSAGE.” 16-oz. links of “YÖRÜK BRAND HALAL BEEF PARMAK SOUJOUK
    DRIED BEEF SAUSAGE.” The products subject to recall bear the establishment number
    “EST. 669” and were shipped to a distribution location in New Jersey. The problem
    was discovered when The Daniel Weaver Company was notified by its spice supplier
    that the cumin in a spice mix used to formulate the sausage may have been contaminated
    with peanut allergens. FSIS and the company have received no reports of adverse
    reactions due to consumption of these products. Anyone concerned about a reaction
    should contact a healthcare provider. FSIS routinely conducts recall effectiveness
    checks to verify recalling firms notify their customers of the recall and that
    steps are taken to make certain that the product is no longer available to consumers.
    When available, the retail distribution list(s) will be posted on the FSIS website
    atwww.fsis.usda.gov/recalls. Consumers with questions about the recall can contact
    Customer Service at (717) 274-6100. Media with questions about the recall can
    contact Media Relations at (215) 256-8867. Consumers with food safety questions
    can "Ask Karen," the FSIS virtual representative available 24 hours a day at AskKaren.gov
    or via smartphone at m.askkaren.gov. The toll-free USDA Meat and Poultry Hotline
    1-888-MPHotline (1-888-674-6854) is available in English and Spanish and can be
    reached from 10 a.m. to 4 p.m. (Eastern Time) Monday through Friday. Recorded
    food safety messages are available 24 hours a day. The online Electronic Consumer
    Complaint Monitoring System can be accessed 24 hours a day at : http : //www.fsis.usda.gov/reportproblem.
    Labels'
metrics:
- accuracy
pipeline_tag: text-classification
library_name: setfit
inference: true
base_model: sentence-transformers/paraphrase-mpnet-base-v2
model-index:
- name: SetFit with sentence-transformers/paraphrase-mpnet-base-v2
  results:
  - task:
      type: text-classification
      name: Text Classification
    dataset:
      name: Unknown
      type: unknown
      split: test
    metrics:
    - type: accuracy
      value: 1.0
      name: Accuracy
---

# SetFit with sentence-transformers/paraphrase-mpnet-base-v2

This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [sentence-transformers/paraphrase-mpnet-base-v2](https://huggingface.co/sentence-transformers/paraphrase-mpnet-base-v2) as the Sentence Transformer embedding model. A [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance is used for classification.

The model has been trained using an efficient few-shot learning technique that involves:

1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
2. Training a classification head with features from the fine-tuned Sentence Transformer.

## Model Details

### Model Description
- **Model Type:** SetFit
- **Sentence Transformer body:** [sentence-transformers/paraphrase-mpnet-base-v2](https://huggingface.co/sentence-transformers/paraphrase-mpnet-base-v2)
- **Classification head:** a [LogisticRegression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html) instance
- **Maximum Sequence Length:** 512 tokens
- **Number of Classes:** 6 classes
<!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
<!-- - **Language:** Unknown -->
<!-- - **License:** Unknown -->

### Model Sources

- **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
- **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
- **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)

### Model Labels
| Label | Examples                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
|:------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 0     | <ul><li>'In cooperation with the FDA Lehi Valley Trading Company of Mesa, Arizona is issuing a nationwide recall of 8,10 and 12.3 oz packages of Yogurt Raisins, because it may contain undeclared Peanut Allergen. People who have an allergy or severe sensitivity to Peanut Allergens run the risk of serious or life-threatening allergic reaction if they consume these products. Yogurt Raisins in question are To date, no illness, sickness, or symptoms have been reported from product coming to or from Lehi Valley Trading Company. The nationwide recall was initiated after it was discovered that equipment used to package this product may have come in contact with product containing Peanut Allergens. Consumers who have purchased 10 oz Snack-Worthy Yogurt Raisins with lot code 222268 are urged to return the product to the place of purchase for a full refund Please direct all concerns to our Customer Service Department at (480)-684-1430 Mon-Fri 8 : 00AM-5 : 00PM MST'</li><li>'Move Comes as Part of FDA’s Safety Advisory Regarding Grain Craft Flour Recall Hostess Brands, LLC is voluntarily recalling 710,000 cases of select snack cakes and donuts as a direct result of the recent recall by our supplier, Grain Craft, of certain lots of its flour for undeclared peanut residue. The Hostess Brands products subject to the recall were produced using the Grain Craft flour that has now been recalled and, as a result, these products may contain low levels of undeclared peanut residue. More information about the Grain Craft recall can be found on the FDA’s website at : http : //www.fda.gov/Food/RecallsOutbreaksEmergencies/SafetyAlertsAdvisories/ucm504002.htm. While those who have an allergy or severe sensitivity to peanuts run the risk of serious or life-threatening allergic reaction if they consume products containing peanut allergens, the amount of peanut exposure from use of the flours and affected products is considered to be low and not expected to cause adverse health effects in the vast majority of peanut allergic consumers. To date, Hostess has received notice of two allergic reactions related to the product covered by this recall. Out of an abundance of caution, we are recalling the specific products listed on the attachment. This recall applies only to the products listed. This recall does not affect any other Hostess Brands products. The Hostess Brands products affected by the recall include single serve (snack cakes and donuts), multipack boxes and bagged donuts. The products were sold to mass merchandisers, grocery stores, distributors, dollar stores, drug stores, and convenience stores throughout the United States and Mexico. Anyone who has purchased an affected product and who has a sensitivity or allergy to peanuts is encouraged to discard it or return it to the place of purchase for a full refund. Consumers with questions may contact 1-800-686-2813 Monday through Friday from 8 am to 8 pm Central time, and Saturday and Sunday from 8 am to 7 pm Central time. Consumers may also visit www.hostesscakes.com. FDA Advisory <tbody> <tr> <th scope="col">Variety</th> <th scope="col">Item UPC</th> <th scope="col">Batch</th> <th scope="col">Best Buy Date</th> </tr> <tr> <td rowspan="8">Chocodile Multi FSH</td> <td rowspan="5">888109110499</td> <td>D033124000</td> <td>6/4/2016</td> </tr> <tr> <td>D040624000</td> <td>6/10/2016</td> </tr> <tr> <td>D040724000</td> <td>6/11/2016</td> </tr> <tr> <td>D041324000</td> <td>6/17/2016</td> </tr> <tr> <td>D041424000</td> <td>7/6/2016</td> </tr> <tr> <td rowspan="3">888109110499</td> <td>D033124000</td> <td>6/4/2016</td> </tr> <tr> <td>D041324000</td> <td>6/17/2016</td> </tr> <tr> <td>D041424000</td> <td>6/18/2016</td> </tr> <tr> <td rowspan="3">Chocodile Multi FZN</td> <td rowspan="3">888109110499</td> <td>D033124000</td> <td>N/A</td> </tr> <tr> <td>D040624000</td> <td>N/A</td> </tr> <tr> <td>D041324000</td> <td>N/A</td> </tr> <tr> <td rowspan="7">Chocodile Snack FSH</td> <td rowspan="4">888109010492</td> <td>D033124000</td> <td>6/4/2016</td> </tr> <tr> <td>D040624000</td> <td>6/10/2016</td> </tr> <tr> <td>D041324000</td> <td>6/17/2016</td> </tr> <tr> <td>D041424000</td> <td>6/18/2016</td> </tr> <tr> <td rowspan="3">888109010492</td> <td>D033124000</td> <td>6/4/2016</td> </tr> <tr> <td>D040624000</td> <td>6/10/2016</td> </tr> <tr> <td>D041324000</td> <td>6/17/2016</td> </tr> <tr> <td rowspan="3">Chocodile Snack FZN</td> <td rowspan="3">888109010492</td> <td>D040624000</td> <td>N/A</td> </tr> <tr> <td>D040724000</td> <td>N/A</td> </tr> <tr> <td>D041324000</td> <td>N/A</td> </tr> <tr> <td rowspan="10">Ding Dong Multi FSH</td> <td rowspan="8">888109110611</td> <td>D032924000</td> <td>6/2/2016</td> </tr> <tr> <td>D033024000</td> <td>6/3/2016</td> </tr> <tr> <td>D040424000</td> <td>6/8/2016</td> </tr> <tr> <td>D040524000</td> <td>6/9/2016</td> </tr> <tr> <td>D040624000</td> <td>6/10/2016</td> </tr> <tr> <td>D041124000</td> <td>6/15/2016</td> </tr> <tr> <td>D041224000</td> <td>6/16/2016</td> </tr> <tr> <td>D041324000</td> <td>7/6/2016</td> </tr> <tr> <td rowspan="2">888109110611</td> <td>D040424000</td> <td>6/8/2016</td> </tr> <tr> <td>D041124000</td> <td>6/15/2016</td> </tr> <tr> <td rowspan="3">Ding Dong Multi FZN</td> <td rowspan="3">888109110611</td> <td>D040424000</td> <td>N/A</td> </tr> <tr> <td>D041124000</td> <td>N/A</td> </tr> <tr> <td>D041224000</td> <td>N/A</td> </tr> <tr> <td rowspan="5">Ding Dong Snack FSH</td> <td rowspan="3">888109010027</td> <td>D032924000</td> <td>6/2/2016</td> </tr> <tr> <td>D040424000</td> <td>6/8/2016</td> </tr> <tr> <td>D041124000</td> <td>6/15/2016</td> </tr> <tr> <td rowspan="2">888109010027</td> <td>D040424000</td> <td>6/8/2016</td> </tr> <tr> <td>D041124000</td> <td>6/15/2016</td> </tr> <tr> <td rowspan="2">Ding Dong Snack FZN</td> <td rowspan="2">888109010027</td> <td>D040424000</td> <td>N/A</td> </tr> <tr> <td>D041124000</td> <td>N/A</td> </tr> <tr> <td rowspan="3">Zinger Chocolate Multi FSH</td> <td rowspan="3">888109110581</td> <td>D040124000</td> <td>6/5/2016</td> </tr> <tr> <td>D040824000</td> <td>6/12/2016</td> </tr> <tr> <td>D040924000</td> <td>6/13/2016</td> </tr> <tr> <td rowspan="2">Zinger Chocolate Multi FZN</td> <td rowspan="2">888109110581</td> <td>D040124000</td> <td>N/A</td> </tr> <tr> <td>D040824000</td> <td>N/A</td> </tr> <tr> <td rowspan="5">Zinger Chocolate Snack FSH</td> <td rowspan="2">888109300036</td> <td>D040124000</td> <td>6/5/2016</td> </tr> <tr> <td>D040824000</td> <td>6/12/2016</td> </tr> <tr> <td rowspan="3">888109010058</td> <td>D040124000</td> <td>6/5/2016</td> </tr> <tr> <td>D040824000</td> <td>6/12/2016</td> </tr> <tr> <td>D040924000</td> <td>6/13/2016</td> </tr> <tr> <td rowspan="5">Zinger Chocolate Snack FZN</td> <td rowspan="2">888109300036</td> <td>D040124000</td> <td>N/A</td> </tr> <tr> <td>D040824000</td> <td>N/A</td> </tr> <tr> <td>888109000202</td> <td>D040124000</td> <td>N/A</td> </tr> <tr> <td>888109010058</td> <td>D040824000</td> <td>N/A</td> </tr> <tr> <td>888109000356</td> <td>D040124000</td> <td>N/A</td> </tr> <tr> <td rowspan="4">Zinger Ras Multi FSH</td> <td rowspan="4">888109110604</td> <td>D040924000</td> <td>6/13/2016</td> </tr> <tr> <td>D041024000</td> <td>6/14/2016</td> </tr> <tr> <td>D041524000</td> <td>6/19/2016</td> </tr> <tr> <td>D041624000</td> <td>6/20/2016</td> </tr> <tr> <td rowspan="2">Zinger Ras Multi FZN</td> <td rowspan="2">888109110604</td> <td>D040924000</td> <td>N/A</td> </tr> <tr> <td>D041524000</td> <td>N/A</td> </tr> <tr> <td rowspan="3">Zinger Ras Snack FSH</td> <td rowspan="3">888109010089</td> <td>D041024000</td> <td>6/14/2016</td> </tr> <tr> <td>D041524000</td> <td>6/19/2016</td> </tr> <tr> <td>D041624000</td> <td>6/20/2016</td> </tr> <tr> <td rowspan="3">Zinger Ras Snack FZN</td> <td rowspan="3">888109010089</td> <td>D040924000</td> <td>N/A</td> </tr> <tr> <td>D041024000</td> <td>N/A</td> </tr> <tr> <td>D041524000</td> <td>N/A</td> </tr> <tr> <td rowspan="5">Zinger Van Multi FSH</td> <td rowspan="5">888109110598</td> <td>D033124000</td> <td>6/4/2016</td> </tr> <tr> <td>D040124000</td> <td>6/5/2016</td> </tr> <tr> <td>D040724000</td> <td>6/11/2016</td> </tr> <tr> <td>D041424000</td> <td>6/18/2016</td> </tr> <tr> <td>D041524000</td> <td>6/19/2016</td> </tr> <tr> <td>Zinger Van Multi FZN</td> <td>888109110598</td> <td>D040724000</td> <td>N/A</td> </tr> <tr> <td rowspan="6">Zinger Van Snack FSH</td> <td rowspan="2">888109300029</td> <td>D033124000</td> <td>6/4/2016</td> </tr> <tr> <td>D041524000</td> <td>6/19/2016</td> </tr> <tr> <td rowspan="4">888109010119</td> <td>D040124000</td> <td>6/5/2016</td> </tr> <tr> <td>D040724000</td> <td>6/11/2016</td> </tr> <tr> <td>D040824000</td> <td>6/12/2016</td> </tr> <tr> <td>D041524000</td> <td>6/19/2016</td> </tr> <tr> <td rowspan="6">Zinger Van Snack FZN</td> <td rowspan="2">888109300029</td> <td>D041424000</td> <td>N/A</td> </tr> <tr> <td>D041524000</td> <td>N/A</td> </tr> <tr> <td rowspan="4">888109010119</td> <td>D033124000</td> <td>N/A</td> </tr> <tr> <td>D040124000</td> <td>N/A</td> </tr> <tr> <td>D040724000</td> <td>N/A</td> </tr> <tr> <td>D041524000</td> <td>N/A</td> </tr> <tr> <td rowspan="28">Chocolate Donut BG FSH</td> <td rowspan="9">888109150020</td> <td>D031821000</td> <td>5/22/2016</td> </tr> <tr> <td>D031821001</td> <td>6/22/2016</td> </tr> <tr> <td>D031824001</td> <td>6/29/2016</td> </tr> <tr> <td>D031921000</td> <td>5/23/2016</td> </tr> <tr> <td>D031924000</td> <td>6/29/2016</td> </tr> <tr> <td>D032021000</td> <td>5/24/2016</td> </tr> <tr> <td>D032024000</td> <td>6/29/2016</td> </tr> <tr> <td>D041124000</td> <td>6/15/2016</td> </tr> <tr> <td>D041224000</td> <td>6/16/2016</td> </tr> <tr> <td rowspan="16">888109150020</td> <td>D031824000</td> <td>5/22/2016</td> </tr> <tr> <td>D032124000</td> <td>5/25/2016</td> </tr> <tr> <td>D032224000</td> <td>5/26/2016</td> </tr> <tr> <td>D032324000</td> <td>5/27/2016</td> </tr> <tr> <td>D032424000</td> <td>5/28/2016</td> </tr> <tr> <td>D032424001</td> <td>6/22/2016</td> </tr> <tr> <td>D032524000</td> <td>6/22/2016</td> </tr> <tr> <td>D032524001</td> <td>6/22/2016</td> </tr> <tr> <td>D032624001</td> <td>6/22/2016</td> </tr> <tr> <td>D032824000</td> <td>6/1/2016</td> </tr> <tr> <td>D032924000</td> <td>6/2/2016</td> </tr> <tr> <td>D040821000</td> <td>6/12/2016</td> </tr> <tr> <td>D041224000</td> <td>6/16/2016</td> </tr> <tr> <td>D041324000</td> <td>6/17/2016</td> </tr> <tr> <td>D041324001</td> <td>6/29/2016</td> </tr> <tr> <td>D041424000</td> <td>6/29/2016</td> </tr> <tr> <td>888109150020</td> <td>D032121000</td> <td>5/25/2016</td> </tr> <tr> <td rowspan="2">888109110239</td> <td>D032021000</td> <td>5/24/2016</td> </tr> <tr> <td>D032121000</td> <td>5/25/2016</td> </tr> <tr> <td rowspan="3">Chocolate Donut SS FSH</td> <td>888109300067</td> <td>D032121000</td> <td>5/25/2016</td> </tr> <tr> <td>888109050023</td> <td>D032121000</td> <td>5/25/2016</td> </tr> <tr> <td>888109050023</td> <td>D032121000</td> <td>5/25/2016</td> </tr> <tr> <td rowspan="3">Chocolate Donut SS FZN</td> <td>888109300067</td> <td>D032121000</td> <td>N/A</td> </tr> <tr> <td>888109050023</td> <td>D032121000</td> <td>N/A</td> </tr> <tr> <td>888109050023</td> <td>D032121000</td> <td>N/A</td> </tr> <tr> <td rowspan="14">Crunch Donut BG FSH</td> <td rowspan="5">888109110642</td> <td>D031924000</td> <td>5/23/2016</td> </tr> <tr> <td>D032524000</td> <td>5/29/2016</td> </tr> <tr> <td>D032624000</td> <td>5/30/2016</td> </tr> <tr> <td>D041424000</td> <td>6/18/2016</td> </tr> <tr> <td>D041524000</td> <td>6/19/2016</td> </tr> <tr> <td rowspan="6">888109110642</td> <td>D031824000</td> <td>5/22/2016</td> </tr> <tr> <td>D031924000</td> <td>5/23/2016</td> </tr> <tr> <td>D032024000</td> <td>5/24/2016</td> </tr> <tr> <td>D032424000</td> <td>5/28/2016</td> </tr> <tr> <td>D032524000</td> <td>5/29/2016</td> </tr> <tr> <td>D041424000</td> <td>6/18/2016</td> </tr> <tr> <td rowspan="2">888109110642</td> <td>D031824000</td> <td>5/22/2016</td> </tr> <tr> <td>D031924000</td> <td>5/23/2016</td> </tr> <tr> <td>888109110659</td> <td>D041324000</td> <td>6/17/2016</td> </tr> <tr> <td rowspan="3">Crunch Donut BG FZN</td> <td rowspan="3">888109110642</td> <td>D031924000</td> <td>N/A</td> </tr> <tr> <td>D032524000</td> <td>N/A</td> </tr> <tr> <td>D041424000</td> <td>N/A</td> </tr> <tr> <td rowspan="6">Crunch Donut SS FSH</td> <td>888109300081</td> <td>D031921000</td> <td>5/23/2016</td> </tr> <tr> <td rowspan="3">888109050054</td> <td>D031921000</td> <td>5/23/2016</td> </tr> <tr> <td>D032021000</td> <td>5/24/2016</td> </tr> <tr> <td>D040221000</td> <td>6/6/2016</td> </tr> <tr> <td rowspan="2">888109050054</td> <td>D031921000</td> <td>5/23/2016</td> </tr> <tr> <td>D040221000</td> <td>6/6/2016</td> </tr> <tr> <td rowspan="3">Crunch Donut SS FZN</td> <td rowspan="2">888109050054</td> <td>D031921000</td> <td>N/A</td> </tr> <tr> <td>D040221000</td> <td>N/A</td> </tr> <tr> <td>888109000332</td> <td>D040221000</td> <td>N/A</td> </tr> <tr> <td rowspan="2">Devils Food Donut BG FSH</td> <td rowspan="2">888109150037</td> <td>D040221000</td> <td>6/6/2016</td> </tr> <tr> <td>D040821000</td> <td>6/12/2016</td> </tr> <tr> <td rowspan="13">Glazed Mini Donut Bag FSH</td> <td rowspan="5">888109110659</td> <td>D032124000</td> <td>5/25/2016</td> </tr> <tr> <td>D032824000</td> <td>6/1/2016</td> </tr> <tr> <td>D032924000</td> <td>6/2/2016</td> </tr> <tr> <td>D041124000</td> <td>6/15/2016</td> </tr> <tr> <td>D041224000</td> <td>6/16/2016</td> </tr> <tr> <td rowspan="7">888109110659</td> <td>D032224000</td> <td>5/26/2016</td> </tr> <tr> <td>D032324000</td> <td>5/27/2016</td> </tr> <tr> <td>D032424000</td> <td>5/28/2016</td> </tr> <tr> <td>D032924000</td> <td>6/2/2016</td> </tr> <tr> <td>D041224000</td> <td>6/16/2016</td> </tr> <tr> <td>D041324000</td> <td>6/17/2016</td> </tr> <tr> <td>D041424000</td> <td>6/18/2016</td> </tr> <tr> <td>888109110659</td> <td>D032224000</td> <td>5/26/2016</td> </tr> <tr> <td rowspan="4">Glazed Mini Donut Bag FZN</td> <td rowspan="4">888109110659</td> <td>D032124000</td> <td>N/A</td> </tr> <tr> <td>D032224000</td> <td>N/A</td> </tr> <tr> <td>D032824000</td> <td>N/A</td> </tr> <tr> <td>D041124000</td> <td>N/A</td> </tr> <tr> <td>Maple Donut Bag FSH</td> <td>888109111243</td> <td>D032424000</td> <td>5/28/2016</td> </tr> <tr> <td rowspan="13">Powder Donut BG FSH</td> <td rowspan="7">888109150044</td> <td>D031821000</td> <td>5/22/2016</td> </tr> <tr> <td>D031821001</td> <td>6/8/2016</td> </tr> <tr> <td>D031824000</td> <td>6/8/2016</td> </tr> <tr> <td>D031921000</td> <td>5/23/2016</td> </tr> <tr> <td>D031921001</td> <td>6/8/2016</td> </tr> <tr> <td>D040221000</td> <td>6/6/2016</td> </tr> <tr> <td>D040821000</td> <td>6/12/2016</td> </tr> <tr> <td rowspan="2">888109150044</td> <td>D032121000</td> <td>5/25/2016</td> </tr> <tr> <td>D040821000</td> <td>6/12/2016</td> </tr> <tr> <td rowspan="4">888109110246</td> <td>D031921000</td> <td>5/23/2016</td> </tr> <tr> <td>D032021000</td> <td>5/24/2016</td> </tr> <tr> <td>D032121000</td> <td>5/25/2016</td> </tr> <tr> <td>D040821000</td> <td>6/12/2016</td> </tr> <tr> <td rowspan="2">Powder Donut BG FZN</td> <td rowspan="2">888109150044</td> <td>D032121000</td> <td>N/A</td> </tr> <tr> <td>D040821000</td> <td>&nbsp;</td> </tr> <tr> <td rowspan="7">Powder Donut SS FSH</td> <td rowspan="2">888109050047</td> <td>D031821000</td> <td>5/22/2016</td> </tr> <tr> <td>D031921000</td> <td>5/23/2016</td> </tr> <tr> <td rowspan="3">888109050047</td> <td>D031921000</td> <td>5/23/2016</td> </tr> <tr> <td>D040221000</td> <td>6/6/2016</td> </tr> <tr> <td>D040821000</td> <td>6/12/2016</td> </tr> <tr> <td rowspan="2">888109050047</td> <td>D031821000</td> <td>5/22/2016</td> </tr> <tr> <td>D040821000</td> <td>6/12/2016</td> </tr> <tr> <td rowspan="3">Powder Donut SS FZN</td> <td rowspan="2">888109050047</td> <td>D031821000</td> <td>N/A</td> </tr> <tr> <td>D040821000</td> <td>N/A</td> </tr> <tr> <td>888109050047</td> <td>D040821000</td> <td>N/A</td> </tr> </tbody>'</li><li>'Notification Freshprep brand Crunchy Caesar Salad recalled due to undeclared milk Brand(s) Freshprep Last updated 2022-06-02 Summary Product Crunchy Caesar Salad Issue Food - Allergen - Milk What to do Do not use, sell, serve or distribute the affected product. Affected products Brand Name Product Name Size Code on Product UPC Freshprep Crunchy Caesar Salad 165 g 22JN01 22JN03 None Issue Freshprep brand Crunchy Caesar Salad recalled due to undeclared milk. The recalled product has been sold in Alberta and British Columbia. Additional information Details Original published date : 2022-06-02 Alert/recall type Notification Category Food - Multiple food items Companies Fresh Prep Foods Inc. Published by Canadian Food Inspection Agency Audience General public Recall class Class 2 Identification number RA-64226 Canadian Food Inspection Agency ID 15018 Media and public enquiries Public enquiries Toll-free : 1-800-442-2342 (Canada and U.S.) Telephone : 1-613-773-2342 (local or international) Email : [email protected] Media relations Telephone : 613-773-6600 Email : [email protected] Report a health or safety concern'</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 4     | <ul><li>'PRA No. 2000/4513 Date published 26 Oct 2000 Product description Best Before 08 May 02. EAN 9310371190158. 450g Glass Jar. Bottled in NSW. On the marketplace for 5 months. What are the defects? Possible glass fragment contaminaton. What are the hazards? Contamination What should consumers do? Return the product to the store where it was purchased for a full refund. Enquiries can be directed to Freecall 1800 067 686. Supplier Buderim Ginger Ltd Where the product was sold Australian Capital Territory New South Wales Queensland South Australia Victoria Coordinating agency Food Standards Australia New Zealand is the coordinating agency for this recall. Product category Groceries × Close'</li><li>"Amy’s Kitchen is recalling Gluten Free Vegetable Lasagne because the packs may contain metal shavings. Product details Amy’s Kitchen Gluten Free Vegetable Lasagne (Frozen) Pack size 255g Batch code 30-K269 Best before November 2021 Risk statement The presence of metal makes this product unsafe to eat. Action taken by the company Amy’s Kitchen is recalling the above product. Point of sale notices will be displayed in all retail stores that are selling this product. These notices explain to customers why the product is being recalled and tell them what to do if they have bought the product. Please see a copy of the packaging attached. Customer notice : Amy's Kitchen recalls Gluten Free Vegetable Lasagne Our advice to consumers If you have bought any of the above product do not eat it. Instead, return it to the store from where it was bought for a full refund. About product recalls and withdrawals If there is a problem with a food product that means it should not be sold, then it might be 'withdrawn' (taken off the shelves) or 'recalled' (when customers are asked to return the product). The FSA issues Product Withdrawal Information Notices and Product Recall Information Notices to let consumers and local authorities know about problems associated with food. In some cases, a 'Food Alert for Action' is issued. This provides local authorities with details of specific action to be taken on behalf of consumers. Ref : FSA-PRIN-18-2020 Subscribe to news and alerts Amy’s Kitchen is recalling Gluten Free Vegetable Lasagne because the packs may contain metal shavings. Product details Amy’s Kitchen Gluten Free Vegetable Lasagne (Frozen) Pack size 255g Batch code 30-K269 Best before November 2021 Risk statement The presence of metal makes this product unsafe to eat. Action taken by the company Amy’s Kitchen is recalling the above product. Point of sale notices will be displayed in all retail stores that are selling this product. These notices explain to customers why the product is being recalled and tell them what to do if they have bought the product. Please see a copy of the packaging attached. Customer notice : Amy's Kitchen recalls Gluten Free Vegetable Lasagne Our advice to consumers If you have bought any of the above product do not eat it. Instead, return it to the store from where it was bought for a full refund. About product recalls and withdrawals If there is a problem with a food product that means it should not be sold, then it might be 'withdrawn' (taken off the shelves) or 'recalled' (when customers are asked to return the product). The FSA issues Product Withdrawal Information Notices and Product Recall Information Notices to let consumers and local authorities know about problems associated with food. In some cases, a 'Food Alert for Action' is issued. This provides local authorities with details of specific action to be taken on behalf of consumers. Ref : FSA-PRIN-18-2020 Subscribe to news and alerts"</li><li>'Recall of Aagrah Tarka Handi Sauce due to Contamination with Glass Tweet Friday, 28 August 2020 Summary Category 2 : For Information Alert Notification : 2020.52 Product : Aagrah Tarka Handi Sauce; pack size : 270g Batch Code : 017702; best before : 01.06.2022 Country Of Origin : United Kingdom Message : Aagrah Foods Ltd. is recalling the above batch of Aagrah Tarka Handi Sauce due to contamination with glass. Point-of-sale recall notices will be displayed in stores supplied with the implicated batches. Recall of Aagrah Tarka Handi Sauce due to Contamination with Glass Tweet Friday, 28 August 2020 Summary Category 2 : For Information Alert Notification : 2020.52 Product : Aagrah Tarka Handi Sauce; pack size : 270g Batch Code : 017702; best before : 01.06.2022 Country Of Origin : United Kingdom Message : Aagrah Foods Ltd. is recalling the above batch of Aagrah Tarka Handi Sauce due to contamination with glass. Point-of-sale recall notices will be displayed in stores supplied with the implicated batches.'</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| 1     | <ul><li>"Caito Foods is voluntarily recalling fresh cut watermelon, honeydew melon, cantaloupe and fresh-cut mixed fruit containing one of these melons, produced at the Caito Foods facility in Indianapolis, because these products have the potential to be contaminated with Salmonella. Use or consumption of products contaminated with Salmonella may result in serious illness. It can also produce serious and sometimes fatal infections in young children, frail or elderly people and others with weakened immune systems. Healthy individuals infected with Salmonella can experience fever, diarrhea, nausea, vomiting and abdominal pain. In rare circumstances, infection with Salmonella can result in the organism getting into the bloodstream and producing more severe illnesses such as arterial infections (i.e., infected aneurysms), endocarditis and arthritis. Reports of illnesses linked to these products are under investigation, and Caito Foods is voluntarily recalling the products out of an abundance of caution. The company has been advised by the CDC that it has linked 58 illnesses to the strain of Salmonella under investigation. Caito Foods has ceased producing and distributing these products as the company and FDA continue their investigation. The products were packaged in clear, plastic clamshell containers and distributed in Georgia, Illinois, Indiana, Kentucky, Michigan, Missouri, North Carolina and Ohio. Because it is possible that products shipped between April 17 and June 7, 2018 could still be on store shelves, this recall extends to both retailers and consumers. The potential that these products are contaminated with Salmonella was discovered through analyzing reports made by state departments of public health. Caito Foods has ceased producing and distributing these products as the company and FDA continue their investigation. Consumers seeking information may call 844-467-7278 Monday through Friday, 6 a.m. to 10 p.m. CT and Saturday and Sunday, 6 a.m. to 6 p.m. CT. Retailers and wholesale customers should check their inventories and shelves to confirm that none of the products are present or available for purchase by consumers or in warehouse inventories. Please contact 844-467-7278 Monday through Friday, 6 a.m. to 10 p.m. CT and Saturday and Sunday, 6 a.m. to 6 p.m. CT to arrange for disposal or return of the product. This recall is being conducted with the knowledge of the U.S. Food and Drug Administration. The products listed below are included in this recall : <tbody> <tr> <th>Customer</th> <th>Product Description</th> <th>Pack Weigh</th> <th>UPC</th> <th>Label Description/Brand</th> <th>Best By/Use By Date Range</th> </tr> <tr> <td>Caito Foods Distribution</td> <td>CANTALOUPE SPEARS 6/16Z</td> <td>16 oz.</td> <td>81851301294</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>HONEYDEW SPEARS 6/16Z</td> <td>16 oz.</td> <td>81851301300</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>MELON MIX 6/10Z</td> <td>10 oz.</td> <td>81851301331</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT MIX 6/10Z</td> <td>10 oz.</td> <td>81851301348</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>HONEYDEW CHUNKS 6/10Z</td> <td>10 oz.</td> <td>81851301362</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>CANTALOUPE CHUNKS 6/10Z</td> <td>10 oz.</td> <td>81851301379</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>WATERMELON CHUNKS 6/9.5Z</td> <td>9.5 oz.</td> <td>81851301386</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT MIX 6/5Z</td> <td>5 oz.</td> <td>81851301393</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT BURST 4/20Z</td> <td>20 oz.</td> <td>81851301409</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT MIX 3/48Z</td> <td>48 oz.</td> <td>81851301416</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>MELON MIX 6/16Z</td> <td>16 oz.</td> <td>81851301430</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT MIX 6/16Z</td> <td>16 oz.</td> <td>81851301447</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT SNACK TRAY 3/32Z</td> <td>32 oz.</td> <td>81851301454</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT PARTY PLATTER 3/64Z</td> <td>64 oz.</td> <td>81851301461</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>MELON MIX SPEARS 6/16Z</td> <td>16 oz.</td> <td>81851301478</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT BOWL 6/64Z</td> <td>64 oz.</td> <td>81851301485</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>WATERMELON SPEAR 6/16Z</td> <td>16 oz.</td> <td>81851301591</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>WATERMELON SPEAR 4/28Z</td> <td>28 oz.</td> <td>81851301607</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>CANTALOUPE CHUNKS 1/80Z</td> <td>80 oz.</td> <td>81851301614</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>HONEYDEW CHUNKS 1/80Z</td> <td>80 oz.</td> <td>81851301621</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT MIX 1/5LB</td> <td>80 oz.</td> <td>81851302079</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>WATERMELON CHUNKS 1/5LB</td> <td>80 oz.</td> <td>81851302147</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>FRUIT BURST 6/10Z</td> <td>10 oz.</td> <td>81851302215</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>WATERMELON TRAY 1/5LB</td> <td>80 oz.</td> <td>81851302239</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Caito Foods Distribution</td> <td>WATERMELON CHUNK 4/18Z</td> <td>18 oz.</td> <td>826766260317</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Costco</td> <td>FRUIT BOWL 8/48Z</td> <td>48 oz.</td> <td>826766241125</td> <td>Garden Highway Label</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Gordon Food Service</td> <td>WATERMELON CHUNKS 4/5Z</td> <td>5 oz.</td> <td>826766009800</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Gordon Food Service</td> <td>CANTALOUPE CHUNKS 4/5Z</td> <td>5 oz.</td> <td>826766009817</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Gordon Food Service</td> <td>MELON MIX 4/5Z</td> <td>5 oz.</td> <td>826766009886</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Gordon Food Service</td> <td>FRUIT MIX 6/4.5Z</td> <td>&nbsp;4.5 oz.</td> <td>826766257676</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Gordon Food Service</td> <td>WATERMELON CHUNK 4/10Z</td> <td>10 oz.</td> <td>826766260041</td> <td>Clear Generic Label Distributed by Caito Foods</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>WATERMELON QUARTER 6/36Z</td> <td>36 oz.</td> <td>826766139903</td> <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>CANTALOUPE HALF 6/24Z</td> <td>24 oz.</td> <td>826766139927</td> <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>WATERMELON SLICE 1/55Z</td> <td>55 oz.</td> <td>826766139941</td> <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>WATERMELON CHUNK 1/5LB</td> <td>80 oz.</td> <td>826766896011</td> <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>HONEYDEW CHUNKS 1/10Z</td> <td>10 oz.</td> <td>49022558632</td> <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>MELON SPEAR TRIO 1/16Z</td> <td>16 oz.</td> <td>826766139590</td> <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>MIXED SPEARS 1/16Z</td> <td>16 oz.</td> <td>826766139606</td> <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>WATERMELON SPEAR 1/16Z</td> <td>16 oz.</td> <td>826766139620</td> <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>FRUIT TRAY LRG W/DIP 1/63Z</td> <td>63 oz.</td> <td>826766145393</td> <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>WATERMELON SPEAR 1/4LB</td> <td>64 oz.</td> <td>826766181704</td> <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>FRU TRAY LG W/WATMLN 1/64.75Z</td> <td>64.75 oz.</td> <td>826766185498</td> <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>SALAD FIESTA FRUIT 1/18Z</td> <td>18 oz.</td> <td>826766185641</td> <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Kroger</td> <td>CANTALOUPE CHUNK 1/5LB</td> <td>80 oz.</td> <td>826766896578</td> <td>Clear Generic Label Distributed by Renaissance Food Group</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>FRUIT MIX 6/5Z</td> <td>5 oz.</td> <td>884853630610</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>CANTALOUPE CHUNKS 1/80Z</td> <td>80 oz.</td> <td>884853631266</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>WATERMELON SPEAR 4/28Z</td> <td>28 oz.</td> <td>884853630672</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>CANTALOUPE SPEARS 6/16Z</td> <td>16 oz.</td> <td>884853630856</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>FRUIT BURST 6/10Z</td> <td>10 oz.</td> <td>884853630887</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>MELON MIX 6/10Z</td> <td>10 oz.</td> <td>884853630894</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>FRUIT MIX 6/10Z</td> <td>10 oz.</td> <td>884853630900</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>HONEYDEW CHUNKS 6/10Z</td> <td>10 oz.</td> <td>884853630924</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>CANTALOUPE CHUNKS 6/10Z</td> <td>10 oz.</td> <td>884853630931</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>WATERMELON CHUNKS 6/9.5Z</td> <td>9.5 oz.</td> <td>884853630948</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>FRUIT BURST 4/20Z</td> <td>20 oz.</td> <td>884853630955</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>FRUIT MIX 3/48Z</td> <td>48 oz.</td> <td>884853630962</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>MELON MIX 6/16Z</td> <td>16 oz.</td> <td>884853630986</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>FRUIT MIX 6/16Z</td> <td>16 oz.</td> <td>884853630993</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>FRUIT TRAY 3/32Z</td> <td>32 oz.</td> <td>884853631006</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>FRUIT PARTY PLATTER 3/64Z</td> <td>64 oz.</td> <td>884853631013</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>WATERMELON SPEAR 6/16Z</td> <td>16 oz.</td> <td>884853631068</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>SpartanNash Distribution</td> <td>HONEYDEW CHUNKS 1/80Z</td> <td>80 oz.</td> <td>884853631273</td> <td>Open Acres</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Sprouts</td> <td>WATERMELON CHUNK 6/18Z</td> <td>18 oz.</td> <td>646670522406</td> <td>Sprouts Farmers Market</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Sprouts</td> <td>MELON MIX CHUNK 6/20Z</td> <td>20 oz.</td> <td>646670522437</td> <td>Sprouts Farmers Market</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Sprouts</td> <td>WATERMELON CHUNK 6/9.5Z</td> <td>9.5 oz.</td> <td>646670522444</td> <td>Sprouts Farmers Market</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Sprouts</td> <td>FRUIT BURST 6/10Z</td> <td>10 oz.</td> <td>646670522482</td> <td>Sprouts Farmers Market</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Sprouts</td> <td>FRUIT PARTY PLATTER 3/64Z</td> <td>64 oz.</td> <td>646670522499</td> <td>Sprouts Farmers Market</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Sprouts</td> <td>WATERMELON SPEAR 6/16Z</td> <td>16 oz.</td> <td>826766893850</td> <td>Sprouts Farmers Market</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Trader Joes</td> <td>CANTALOUPE SLICE Trader Joe's 12/16Z</td> <td>16 oz.</td> <td>00952668</td> <td>Trader Joe's</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>MELON MIX 1/10Z</td> <td>10 oz.</td> <td>49022519114</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>WATERMELON CHUNK 1/5Z</td> <td>5 oz.</td> <td>49022519138</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>CANTALOUPE SNACK CUP WAG 1/5Z</td> <td>5 oz.</td> <td>49022519169</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>SEASONAL FRUIT SALAD 1/10Z</td> <td>10 oz.</td> <td>49022519183</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>TROPICAL MEDLEY 1/10Z</td> <td>10 oz.</td> <td>49022536999</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>MANGO PINE LOPE SPEAR WAG 1/5Z</td> <td>5 oz.</td> <td>49022537019</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>FRUIT BURST 1/10Z</td> <td>10 oz.</td> <td>49022558625</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>WATERMELON SPEAR 1/16Z</td> <td>16 oz.</td> <td>49022588219</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>CANTALOUPE SPEAR WAG 1/16Z</td> <td>16 oz.</td> <td>49022588240</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>FRUIT SALAD SEASONAL WAG 1/32Z</td> <td>32 oz.</td> <td>49022637764</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>FRUIT TRAY 1/22Z</td> <td>22 oz.</td> <td>49022683129</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>WATERMELON CHUNK 1/9.5Z</td> <td>9.5 oz.</td> <td>49022804586</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>FRUIT SPEAR ASSORTED 1/16Z</td> <td>16 oz.</td> <td>49022813823</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>CANTALOUPE CHUNK 1/10Z</td> <td>10 oz.</td> <td>49022822436</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>FRUIT MIX 1/10Z</td> <td>10 oz.</td> <td>49022822443</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walgreens</td> <td>WATERMELON CHUNK 1/18Z</td> <td>18 oz.</td> <td>49022923331</td> <td>Delish</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>CANTALOUPE SPEAR 4/10Z</td> <td>10 oz.</td> <td>681131180146</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>CANTALOUPE SPEAR 4/16Z</td> <td>16 oz.</td> <td>681131180153</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>FRUIT TRAY 2/48Z</td> <td>48 oz.</td> <td>681131180207</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>FRUIT BOWL 2/40Z</td> <td>40 oz.</td> <td>681131180238</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>SEASONAL BLEND 4/10Z</td> <td>10 oz.</td> <td>681131180481</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>SEASONAL BLEND 4/16Z</td> <td>16 oz.</td> <td>681131180498</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>SEASONAL BLEND 2/32Z</td> <td>32 oz.</td> <td>681131180504</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>WATERMELON CHUNK 2/42Z</td> <td>40 oz.</td> <td>681131180658</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>WATERMELON SPEAR 4/16Z</td> <td>16 oz.</td> <td>681131180665</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>WATERMELON SPEAR 4/10Z</td> <td>10 oz.</td> <td>681131180672</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>WATERMELON SPEAR 2/32Z</td> <td>32 oz.</td> <td>681131180689</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>SEASONAL TRIO 2/32Z</td> <td>32 oz.</td> <td>681131180696</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>WATERMELON QUARTERS 4/44Z</td> <td>47 oz.</td> <td>681131221719</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>MELON BERRY MIX 4/10Z</td> <td>13 oz.</td> <td>826766254248</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Walmart</td> <td>SALAD SEASONAL FRUIT 4/10Z</td> <td>13 oz.</td> <td>826766254262</td> <td>Freshness Guaranteed</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Whole Foods/Amazon</td> <td>MELON COMBO</td> <td>20 oz.</td> <td>82676681120</td> <td>Whole Foods Market Label</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Whole Foods/Amazon</td> <td>FRUIT TRAY SMALL</td> <td>36 oz.</td> <td>826766811274</td> <td>Whole Foods Market Label</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Whole Foods/Amazon</td> <td>FRUIT SALAD SEASONAL</td> <td>20 oz.</td> <td>826766810987</td> <td>Whole Foods Market Label</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Whole Foods/Amazon</td> <td>CANTALOUPE CHUNKS</td> <td>10 oz.</td> <td>826766811199</td> <td>Whole Foods Market Label</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Whole Foods/Amazon</td> <td>WATERMELON CHUNKS</td> <td>9.5 oz.</td> <td>826766810956</td> <td>Whole Foods Market Label</td> <td>4/27/18 - 06/16/18</td> </tr> <tr> <td>Whole Foods/Amazon</td> <td>Watermelon Spears,</td> <td>16 oz.</td> <td>826766810970</td> <td>Whole Foods Market Label</td> <td>4/27/18 - 06/16/18</td> </tr> </tbody>"</li><li>'Charlotte, NC Ruth’s Salads is undertaking a recall of Ruth’s Original Pimento Spread in 7oz plastic containers. The product has the potential to be contaminated with Listeria Monocytogenes. Consumers who have purchased this 7 oz Ruth’s Original Pimento Spread with the Lot #16, Sell By Date 4/30/2017 are urged to return the product to the place of purchase for a full refund. The contamination was discovered during random testing by the NC Department of Agriculture. Consumers with questions may contact the company at 800-532-0409 between the hours of 7AM and 3 PM Monday-Friday. After hours, consumers may leave a message and your call will be returned as soon as possible. Listeria monocytogenes is an organism that can cause serious and sometimes fatal infections in young children, frail or elderly people, and others with weakened immune systems. Although healthy individuals may suffer only short-term symptoms such as high fever, severe headache, stiffness, nausea, abdominal pain and diarrhea, listeria infections can cause miscarriages and stillbirths among pregnant women. No illnesses have been reported to date in connection with this problem. The recalled product was distributed in grocery stores in NC, SC, GA, and parts of Virginia and Tennessee.'</li><li>'Alpine Fresh, Inc. of Doral, Florida is voluntarily recalling its 1 pound packages of "Hippie Organics" French Beans from lot# 313-626, because they have the potential to be contaminated with Listeria monocytogenes, an organism which can cause serious and sometimes fatal infections in young children, frail or elderly people, and others with weakened immune systems. Although healthy individuals may suffer only short-term symptoms such as high fever, severe headache, stiffness, nausea, abdominal pain and diarrhea, Listeria infection can cause miscarriages and stillbirths among pregnant women. The recalled "Hippie Organics 1lbs French Beans" were distributed in Whole Foods (CT, FL, GA, IL, MD) , Aldi (FL) and LIDL (DE, GA, MD, NJ, NY, NC, PA, SC, VA) retail stores. The product comes in a 1 pound, clear plastic package marked with lot # 313-626 on the back on a small, white label. No illnesses have been reported to date in connection with this problem. The potential for contamination was noted after routine testing by the company revealed the presence of Listeria monocytogenes in 1 pound packages of "Hippie Organics French Beans From lot # 313-626." The problem has been found to be isolated to the identified lot and the company has taken corrective actions to prevent a recurrence. Consumers who have purchased 1 pound packages of "Hippie Organics French Beans from lot #313-626" are urged to return them to the place of purchase for a full refund. Consumers with questions may contact the company at 1-866-827-3362.'</li></ul> |
| 5     | <ul><li>'Case Number : 023-96 Recall Notification Report : N Date Opened : 11/12/1996 Date Closed : 06/23/1997 Recall Class : 3 Press Release (Y/N) : N Domestic Est. Number : 01494 M Name : DAKOTA PORK INDUSTRIES Imported Product (Y/N) : N Foreign Estab. Number : N/A City : MITCHELL State : SD Country : USA Product : HAM Problem : MISBRANDED Description : MISBRANDED Total Pounds Recalled : 23,280 Pounds Recovered : 9,140'</li><li>'HiPP Recalls an Ineffective Batch of HiPP Anti-Reflux Formula Tweet Monday, 14 September 2020 Summary Category 2 : For Information Alert Notification : 2020.57 Product : HiPP Anti-Reflux Combiotic from birth; pack size : 800g Batch Code : 1554856, best-before date : 8th\xa0October 2021 Country Of Origin : Germany Message : HiPP UK Ltd is recalling the above batch of its Anti-Reflux formula because it does not thicken properly when reconstituted and is therefore ineffective at helping babies with reflux and regurgitation. Only packs made between 14.49 and 15.46 (production time is marked on the bottom of the packet, with the batch code) are affected. Point-of-sale recall notices will be displayed in the shops where the implicated batch was sold, which were the Boots chains of shops. HiPP Recalls an Ineffective Batch of HiPP Anti-Reflux Formula Tweet Monday, 14 September 2020 Summary Category 2 : For Information Alert Notification : 2020.57 Product : HiPP Anti-Reflux Combiotic from birth; pack size : 800g Batch Code : 1554856, best-before date : 8th\xa0October 2021 Country Of Origin : Germany Message : HiPP UK Ltd is recalling the above batch of its Anti-Reflux formula because it does not thicken properly when reconstituted and is therefore ineffective at helping babies with reflux and regurgitation. Only packs made between 14.49 and 15.46 (production time is marked on the bottom of the packet, with the batch code) are affected. Point-of-sale recall notices will be displayed in the shops where the implicated batch was sold, which were the Boots chains of shops.'</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| 2     | <ul><li>"Milegate Ltd is recalling a batch of Mystry Dried Pangash fish because of contamination with the chemical contaminants known as polycyclic aromatic hydrocarbons (PAHs). Exposure to the chemical PAHs can cause a risk to health and therefore legal limits are set to ensure that this does not happen. The contaminant levels in this product exceed those limits and the product is therefore being recalled as a precaution. Product : Dried Pangash fish Brand Name : Mystry ‘Best before : 21 July 2017 Seal no : B06735 Pack size : 400g Country of origin : Thailand No other batches of Mystry Dried Pangash are known to be affected. If you have bought the above products, do not eat it. Instead, follow the instructions set out in the company’s point-of-sale notice below. Millgate Ltd has recalled the above product. Point–of-sale notices will be displayed in all retail stores that are selling these products, explaining to customers why the products are being recalled and telling them what to do if they have bought the product. Please see the attached notice. If there is a problem with a food product that means it should not be sold, then it might be 'withdrawn' (taken off the shelves) or 'recalled' (when customers are asked to return the product). The FSA issues Product Withdrawal Information Notices and Product Recall Information Notices to let consumers and local authorities know about problems associated with food. In some cases, a 'Food Alert for Action' is issued. This provides local authorities with details of specific action to be taken on behalf of consumers. Get food alerts Subscribe to get alerts by email or SMS text Ref : 64-2016"</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| 8     | <ul><li>'PRA No. 2017/16325 Date published 6 Nov 2017 Product description Mini jelly cups containing konjac Assorted flavours What are the defects? The jelly cups contain konjac. Jelly cups containing konjac are permanently banned in Australia. What are the hazards? Potential choking hazard if swallowed whole. May lodge in the throat and restrict air supply. What should consumers do? Consumers should not eat this product and should return it to the place of purchase for a full refund. Supplier Formosa Trading Pty Ltd Traders who sold this product Asian and international grocery stores in Victoria Where the product was sold Victoria Dates available for sale 1 August 2016 - 8 September 2017 Recall advertisements and supporting documentation Jelly cups instore notice.pdf (78.53 KB) Responsible regulator Australian Competition and Consumer Commission is the responsible regulator for this recall. Product category Mini jelly cups containing konjac × XZL 495G Lactate Jelly-1 Close'</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |

## Evaluation

### Metrics
| Label   | Accuracy |
|:--------|:---------|
| **all** | 1.0      |

## Uses

### Direct Use for Inference

First install the SetFit library:

```bash
pip install setfit
```

Then you can load this model and run inference.

```python
from setfit import SetFitModel

# Download from the 🤗 Hub
model = SetFitModel.from_pretrained("BenPhan/demo-sentence-bert1")
# Run inference
preds = model("In cooperation with the FDA Lehi Valley Trading Company of Mesa, Arizona is issuing a nationwide recall of 8,10 and 12.3 oz packages of Yogurt Raisins, because it may contain undeclared Peanut Allergen. People who have an allergy or severe sensitivity to Peanut Allergens run the risk of serious or life-threatening allergic reaction if they consume these products. Yogurt Raisins in question are To date, no illness, sickness, or symptoms have been reported from product coming to or from Lehi Valley Trading Company. The nationwide recall was initiated after it was discovered that equipment used to package this product may have come in contact with product containing Peanut Allergens. Consumers who have purchased 10 oz Snack-Worthy Yogurt Raisins with lot code 222268 are urged to return the product to the place of purchase for a full refund Please direct all concerns to our Customer Service Department at (480)-684-1430 Mon-Fri 8 : 00AM-5 : 00PM MST")
```

<!--
### Downstream Use

*List how someone could finetune this model on their own dataset.*
-->

<!--
### Out-of-Scope Use

*List how the model may foreseeably be misused and address what users ought not to do with the model.*
-->

<!--
## Bias, Risks and Limitations

*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
-->

<!--
### Recommendations

*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
-->

## Training Details

### Training Set Metrics
| Training set | Min | Median   | Max  |
|:-------------|:----|:---------|:-----|
| Word count   | 74  | 469.9615 | 2217 |

| Label | Training Sample Count |
|:------|:----------------------|
| 0     | 10                    |
| 1     | 9                     |
| 2     | 1                     |
| 4     | 3                     |
| 5     | 2                     |
| 8     | 1                     |

### Training Hyperparameters
- batch_size: (16, 16)
- num_epochs: (1, 1)
- max_steps: -1
- sampling_strategy: oversampling
- num_iterations: 20
- body_learning_rate: (2e-05, 2e-05)
- head_learning_rate: 2e-05
- loss: CosineSimilarityLoss
- distance_metric: cosine_distance
- margin: 0.25
- end_to_end: False
- use_amp: False
- warmup_proportion: 0.1
- l2_weight: 0.01
- seed: 42
- eval_max_steps: -1
- load_best_model_at_end: False

### Training Results
| Epoch  | Step | Training Loss | Validation Loss |
|:------:|:----:|:-------------:|:---------------:|
| 0.0154 | 1    | 0.2129        | -               |
| 0.7692 | 50   | 0.0483        | -               |

### Framework Versions
- Python: 3.11.11
- SetFit: 1.1.1
- Sentence Transformers: 3.3.1
- Transformers: 4.48.0.dev0
- PyTorch: 2.4.1+cu121
- Datasets: 3.1.0
- Tokenizers: 0.21.0

## Citation

### BibTeX
```bibtex
@article{https://doi.org/10.48550/arxiv.2209.11055,
    doi = {10.48550/ARXIV.2209.11055},
    url = {https://arxiv.org/abs/2209.11055},
    author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
    keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
    title = {Efficient Few-Shot Learning Without Prompts},
    publisher = {arXiv},
    year = {2022},
    copyright = {Creative Commons Attribution 4.0 International}
}
```

<!--
## Glossary

*Clearly define terms in order to be accessible across audiences.*
-->

<!--
## Model Card Authors

*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
-->

<!--
## Model Card Contact

*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
-->