@proofhound/db 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/LICENSE +190 -0
  2. package/dist/clean-test-residue.d.ts +2 -0
  3. package/dist/clean-test-residue.d.ts.map +1 -0
  4. package/dist/clean-test-residue.js +59 -0
  5. package/dist/clean-test-residue.js.map +1 -0
  6. package/dist/client.d.ts +5 -0
  7. package/dist/client.d.ts.map +1 -0
  8. package/dist/client.js +87 -0
  9. package/dist/client.js.map +1 -0
  10. package/dist/ensure-e2e-database.d.ts +2 -0
  11. package/dist/ensure-e2e-database.d.ts.map +1 -0
  12. package/dist/ensure-e2e-database.js +87 -0
  13. package/dist/ensure-e2e-database.js.map +1 -0
  14. package/dist/fixtures/dev/connectors.d.ts +72 -0
  15. package/dist/fixtures/dev/connectors.d.ts.map +1 -0
  16. package/dist/fixtures/dev/connectors.js +90 -0
  17. package/dist/fixtures/dev/connectors.js.map +1 -0
  18. package/dist/fixtures/dev/experiments.d.ts +48 -0
  19. package/dist/fixtures/dev/experiments.d.ts.map +1 -0
  20. package/dist/fixtures/dev/experiments.js +1168 -0
  21. package/dist/fixtures/dev/experiments.js.map +1 -0
  22. package/dist/fixtures/dev/models.d.ts +20 -0
  23. package/dist/fixtures/dev/models.d.ts.map +1 -0
  24. package/dist/fixtures/dev/models.js +60 -0
  25. package/dist/fixtures/dev/models.js.map +1 -0
  26. package/dist/fixtures/dev/optimizations.d.ts +62 -0
  27. package/dist/fixtures/dev/optimizations.d.ts.map +1 -0
  28. package/dist/fixtures/dev/optimizations.js +124 -0
  29. package/dist/fixtures/dev/optimizations.js.map +1 -0
  30. package/dist/fixtures/dev/prompts.d.ts +31 -0
  31. package/dist/fixtures/dev/prompts.d.ts.map +1 -0
  32. package/dist/fixtures/dev/prompts.js +115 -0
  33. package/dist/fixtures/dev/prompts.js.map +1 -0
  34. package/dist/fixtures/dev/tokens.d.ts +10 -0
  35. package/dist/fixtures/dev/tokens.d.ts.map +1 -0
  36. package/dist/fixtures/dev/tokens.js +28 -0
  37. package/dist/fixtures/dev/tokens.js.map +1 -0
  38. package/dist/index.d.ts +3 -0
  39. package/dist/index.d.ts.map +1 -0
  40. package/dist/index.js +44 -0
  41. package/dist/index.js.map +1 -0
  42. package/dist/migrate.d.ts +2 -0
  43. package/dist/migrate.d.ts.map +1 -0
  44. package/dist/migrate.js +34 -0
  45. package/dist/migrate.js.map +1 -0
  46. package/dist/migrations/0000_woozy_thunderbolt.sql +688 -0
  47. package/dist/migrations/0001_webhook_token_scope.sql +28 -0
  48. package/dist/migrations/0002_tokens_table_unify_scope.sql +50 -0
  49. package/dist/migrations/0003_models_auto_concurrency.sql +4 -0
  50. package/dist/migrations/0004_webhook_token_attribution.sql +4 -0
  51. package/dist/migrations/0005_same_thor_girl.sql +34 -0
  52. package/dist/reset.d.ts +2 -0
  53. package/dist/reset.d.ts.map +1 -0
  54. package/dist/reset.js +78 -0
  55. package/dist/reset.js.map +1 -0
  56. package/dist/schema/index.d.ts +5 -0
  57. package/dist/schema/index.d.ts.map +1 -0
  58. package/dist/schema/index.js +23 -0
  59. package/dist/schema/index.js.map +1 -0
  60. package/dist/schema/ph_assets/index.d.ts +2012 -0
  61. package/dist/schema/ph_assets/index.d.ts.map +1 -0
  62. package/dist/schema/ph_assets/index.js +272 -0
  63. package/dist/schema/ph_assets/index.js.map +1 -0
  64. package/dist/schema/ph_core/index.d.ts +424 -0
  65. package/dist/schema/ph_core/index.d.ts.map +1 -0
  66. package/dist/schema/ph_core/index.js +69 -0
  67. package/dist/schema/ph_core/index.js.map +1 -0
  68. package/dist/schema/ph_releases/_schema.d.ts +2 -0
  69. package/dist/schema/ph_releases/_schema.d.ts.map +1 -0
  70. package/dist/schema/ph_releases/_schema.js +8 -0
  71. package/dist/schema/ph_releases/_schema.js.map +1 -0
  72. package/dist/schema/ph_releases/annotation-tasks.d.ts +263 -0
  73. package/dist/schema/ph_releases/annotation-tasks.d.ts.map +1 -0
  74. package/dist/schema/ph_releases/annotation-tasks.js +38 -0
  75. package/dist/schema/ph_releases/annotation-tasks.js.map +1 -0
  76. package/dist/schema/ph_releases/canary-releases.d.ts +672 -0
  77. package/dist/schema/ph_releases/canary-releases.d.ts.map +1 -0
  78. package/dist/schema/ph_releases/canary-releases.js +91 -0
  79. package/dist/schema/ph_releases/canary-releases.js.map +1 -0
  80. package/dist/schema/ph_releases/index.d.ts +6 -0
  81. package/dist/schema/ph_releases/index.d.ts.map +1 -0
  82. package/dist/schema/ph_releases/index.js +24 -0
  83. package/dist/schema/ph_releases/index.js.map +1 -0
  84. package/dist/schema/ph_releases/production-release-events.d.ts +527 -0
  85. package/dist/schema/ph_releases/production-release-events.d.ts.map +1 -0
  86. package/dist/schema/ph_releases/production-release-events.js +86 -0
  87. package/dist/schema/ph_releases/production-release-events.js.map +1 -0
  88. package/dist/schema/ph_releases/release-lines.d.ts +1442 -0
  89. package/dist/schema/ph_releases/release-lines.d.ts.map +1 -0
  90. package/dist/schema/ph_releases/release-lines.js +203 -0
  91. package/dist/schema/ph_releases/release-lines.js.map +1 -0
  92. package/dist/schema/ph_runs/_schema.d.ts +2 -0
  93. package/dist/schema/ph_runs/_schema.d.ts.map +1 -0
  94. package/dist/schema/ph_runs/_schema.js +6 -0
  95. package/dist/schema/ph_runs/_schema.js.map +1 -0
  96. package/dist/schema/ph_runs/experiments.d.ts +984 -0
  97. package/dist/schema/ph_runs/experiments.d.ts.map +1 -0
  98. package/dist/schema/ph_runs/experiments.js +134 -0
  99. package/dist/schema/ph_runs/experiments.js.map +1 -0
  100. package/dist/schema/ph_runs/index.d.ts +1027 -0
  101. package/dist/schema/ph_runs/index.d.ts.map +1 -0
  102. package/dist/schema/ph_runs/index.js +135 -0
  103. package/dist/schema/ph_runs/index.js.map +1 -0
  104. package/dist/seed-dev.d.ts +2 -0
  105. package/dist/seed-dev.d.ts.map +1 -0
  106. package/dist/seed-dev.js +605 -0
  107. package/dist/seed-dev.js.map +1 -0
  108. package/dist/seed.d.ts +2 -0
  109. package/dist/seed.d.ts.map +1 -0
  110. package/dist/seed.js +13 -0
  111. package/dist/seed.js.map +1 -0
  112. package/package.json +60 -0
@@ -0,0 +1,1168 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DEV_EXPERIMENTS = exports.DEV_EXPERIMENT_DATASETS = void 0;
4
+ exports.DEV_EXPERIMENT_DATASETS = [
5
+ {
6
+ id: 'db945aa9-fe6e-4591-9b99-42f0b4dd567e',
7
+ name: 'yelp-polarity',
8
+ description: null,
9
+ sampleCount: 50,
10
+ fieldSchema: [
11
+ {
12
+ name: 'sample_id',
13
+ role: 'metadata',
14
+ type: 'string',
15
+ },
16
+ {
17
+ name: 'text',
18
+ role: 'text',
19
+ type: 'string',
20
+ },
21
+ {
22
+ name: 'expected_output',
23
+ role: 'expected_output',
24
+ type: 'string',
25
+ },
26
+ {
27
+ name: 'label',
28
+ role: 'metadata',
29
+ type: 'string',
30
+ },
31
+ {
32
+ name: 'label_name',
33
+ role: 'metadata',
34
+ type: 'string',
35
+ },
36
+ {
37
+ name: 'sentiment_zh',
38
+ role: 'metadata',
39
+ type: 'string',
40
+ },
41
+ {
42
+ name: 'original_class_index',
43
+ role: 'metadata',
44
+ type: 'string',
45
+ },
46
+ {
47
+ name: 'split',
48
+ role: 'metadata',
49
+ type: 'string',
50
+ },
51
+ {
52
+ name: 'source_dataset',
53
+ role: 'metadata',
54
+ type: 'string',
55
+ },
56
+ ],
57
+ hasImages: false,
58
+ storagePrefix: 'datasets/00000000-0000-0000-0000-000000000001/raw/db945aa9-fe6e-4591-9b99-42f0b4dd567e/yelp-polarity-random-50.csv',
59
+ createdAt: '2026-05-23T02:29:47.235Z',
60
+ updatedAt: '2026-05-23T02:30:25.452Z',
61
+ samples: [
62
+ {
63
+ id: '0ab3aa78-2b4e-4ba8-a83e-8c3baf36c165',
64
+ data: {
65
+ text: "The Place serves up the biggest portioned breakfasts you've ever seen! I ordered the meat and eggs with diced ham in scrambled eggs, diced potatoes, and toast. The meat and eggs were basic but good. The diced potatoes were greasy and tasted like the curly fries at Arby's! Toast was covered in butter. Probably not the greatest place to go to when you are watching your diet, but great for feeding a bunch of really hungry people! I like that they give you the option of ordering toast, biscuits and gravy, pancakes or tortillas with your entrees. Good prices for the amount of food you get and super quick service too.",
66
+ label: '1',
67
+ split: 'test',
68
+ sample_id: 'yelp_polarity_test_016383',
69
+ label_name: 'positive',
70
+ sentiment_zh: 'positive',
71
+ source_dataset: 'fancyzhx/yelp_polarity',
72
+ expected_output: 'positive',
73
+ original_class_index: '2',
74
+ },
75
+ externalId: 'yelp_polarity_test_016383',
76
+ createdAt: '2026-05-23T02:29:47.235Z',
77
+ updatedAt: '2026-05-23T02:29:47.235Z',
78
+ },
79
+ {
80
+ id: 'b3cbf0fb-2ebe-4bc9-b57c-a876e9d13521',
81
+ data: {
82
+ text: 'Went in at 4:30. It was not busy at all but we waited 30 minutes for our drinks. The appetizers were out before the drinks. No reason for it. The food was decent. Humus plate was good but shrimp cocktail was over cooked. Would not return.',
83
+ label: '0',
84
+ split: 'test',
85
+ sample_id: 'yelp_polarity_test_017433',
86
+ label_name: 'negative',
87
+ sentiment_zh: 'negative',
88
+ source_dataset: 'fancyzhx/yelp_polarity',
89
+ expected_output: 'negative',
90
+ original_class_index: '1',
91
+ },
92
+ externalId: 'yelp_polarity_test_017433',
93
+ createdAt: '2026-05-23T02:29:47.235Z',
94
+ updatedAt: '2026-05-23T02:29:47.235Z',
95
+ },
96
+ {
97
+ id: '563e58e8-3696-4c49-a3af-cce2ffeb52df',
98
+ data: {
99
+ text: 'One of my favorite restaurants in town , love the food and. Atmospheres there. Bruschetta is the best !!!',
100
+ label: '1',
101
+ split: 'train',
102
+ sample_id: 'yelp_polarity_train_020020',
103
+ label_name: 'positive',
104
+ sentiment_zh: 'positive',
105
+ source_dataset: 'fancyzhx/yelp_polarity',
106
+ expected_output: 'positive',
107
+ original_class_index: '2',
108
+ },
109
+ externalId: 'yelp_polarity_train_020020',
110
+ createdAt: '2026-05-23T02:29:47.235Z',
111
+ updatedAt: '2026-05-23T02:29:47.235Z',
112
+ },
113
+ {
114
+ id: 'bb4b06f3-ea4b-4be6-b3de-b4059b67d48f',
115
+ data: {
116
+ text: "Don't listen to any naysayers, this is a good, local restaurant. I like it because every time I eat there, I can get something different and it always hits the spot. The Philly sandwich is tasty, as well as the prickly pear chicken one. Finally tried the pizza and wings and those are great too. Service has always been great and have never had a problem here.",
117
+ label: '1',
118
+ split: 'train',
119
+ sample_id: 'yelp_polarity_train_035532',
120
+ label_name: 'positive',
121
+ sentiment_zh: 'positive',
122
+ source_dataset: 'fancyzhx/yelp_polarity',
123
+ expected_output: 'positive',
124
+ original_class_index: '2',
125
+ },
126
+ externalId: 'yelp_polarity_train_035532',
127
+ createdAt: '2026-05-23T02:29:47.235Z',
128
+ updatedAt: '2026-05-23T02:29:47.235Z',
129
+ },
130
+ {
131
+ id: 'c27cd057-cb97-4bef-9039-44f7b56bdd38',
132
+ data: {
133
+ text: "was looking for a cheap full set & that's what i got..paid $20..the lady who sits in the first chair to the left RUSHED probably took her a good 25 min to complete a full set & polish..my nails looked like a toddler polished them..she did such a bad job i will never return to this place..they are cheap for a reason.",
134
+ label: '0',
135
+ split: 'train',
136
+ sample_id: 'yelp_polarity_train_064002',
137
+ label_name: 'negative',
138
+ sentiment_zh: 'negative',
139
+ source_dataset: 'fancyzhx/yelp_polarity',
140
+ expected_output: 'negative',
141
+ original_class_index: '1',
142
+ },
143
+ externalId: 'yelp_polarity_train_064002',
144
+ createdAt: '2026-05-23T02:29:47.235Z',
145
+ updatedAt: '2026-05-23T02:29:47.235Z',
146
+ },
147
+ {
148
+ id: 'dd54f58f-1093-47b7-bcc5-76cf41de7ceb',
149
+ data: {
150
+ text: "I came here to buy miso paste, as Giant Eagle doesn't sell it, and the Japanese grocery store on Ellsworth is closed on Mondays. This store had a few options, but I found the plain red miso I bought to be a little expensive ($4.99).",
151
+ label: '1',
152
+ split: 'train',
153
+ sample_id: 'yelp_polarity_train_067138',
154
+ label_name: 'positive',
155
+ sentiment_zh: 'positive',
156
+ source_dataset: 'fancyzhx/yelp_polarity',
157
+ expected_output: 'positive',
158
+ original_class_index: '2',
159
+ },
160
+ externalId: 'yelp_polarity_train_067138',
161
+ createdAt: '2026-05-23T02:29:47.235Z',
162
+ updatedAt: '2026-05-23T02:29:47.235Z',
163
+ },
164
+ {
165
+ id: '80d6cdfc-7534-4f97-9ab9-01d16f5a172f',
166
+ data: {
167
+ text: "I have been to a couple different City Tavern locatations and had the exact same experience. The food is not good at all, and is completely over priced. I've had their crab leg special and crab cakes and wasn't impressed at all. I would only return to get drinks, and because the City Tavern by where I live has great outdoor seating.",
168
+ label: '0',
169
+ split: 'train',
170
+ sample_id: 'yelp_polarity_train_069522',
171
+ label_name: 'negative',
172
+ sentiment_zh: 'negative',
173
+ source_dataset: 'fancyzhx/yelp_polarity',
174
+ expected_output: 'negative',
175
+ original_class_index: '1',
176
+ },
177
+ externalId: 'yelp_polarity_train_069522',
178
+ createdAt: '2026-05-23T02:29:47.235Z',
179
+ updatedAt: '2026-05-23T02:29:47.235Z',
180
+ },
181
+ {
182
+ id: '362c9798-407f-4282-a77c-de7082366468',
183
+ data: {
184
+ text: "Don't let the outside fool you. Inside is an awesome decor and atmosphere. Much more elegant than other sushi restaurants. Food is great and awesome. Had the all you can eat- great value. Staff very friendly, and kind. Service was moderately quick. Go there in the early hours of meal time to get the best service times.\nWARNING- don't order too much of the rolls- they have huge servings.",
185
+ label: '1',
186
+ split: 'train',
187
+ sample_id: 'yelp_polarity_train_125573',
188
+ label_name: 'positive',
189
+ sentiment_zh: 'positive',
190
+ source_dataset: 'fancyzhx/yelp_polarity',
191
+ expected_output: 'positive',
192
+ original_class_index: '2',
193
+ },
194
+ externalId: 'yelp_polarity_train_125573',
195
+ createdAt: '2026-05-23T02:29:47.235Z',
196
+ updatedAt: '2026-05-23T02:29:47.235Z',
197
+ },
198
+ {
199
+ id: 'b1b06c56-dd0b-4ca2-8592-267ca9cfa348',
200
+ data: {
201
+ text: "We had dinner at Bouchon this past weekend. We made a reservation via OpenTable and our seats were promptly ready upon arrival.\n\nWe started our dinner by ordering couple of cocktails from the bar. We ordered Salade de Betteraves et Poireaux(beet & spring leek) and Salade Mara\\u00eech\\u00e8re au Ch\\u00e8vre Chaud (mixed greens with goat cheese). My wife really liked her Salade Mara\\u00eech\\u00e8re au Ch\\u00e8vre Chaud. My beet salad came with toasted hazelnuts which tasted kind of rancid /stale. The bread at Bouchon is absolutely fantastic as well!\n\nFor main entree, we ordered Steak Frites ($36.50) and Magret de Canard ($34.50). Unfortunately, the streak frites tasted kind of funny and bitter (buttery and oniony). My duck breast also arrived cold with soggy skin. Very disappointed that they couldn't deliver a decent entree.\n\nAt such high prices, I expect extra attention to details and tastes. Unfortunately, Bouchon did not deliver on that promise. I will not return to this restaurant. Note: our waiter was absolutely the best and very helpful.\n\nTravel hints:\n\nIf the weather is warm, I recommend seating outside at one of the tables of 4 in the evening.",
202
+ label: '0',
203
+ split: 'train',
204
+ sample_id: 'yelp_polarity_train_148704',
205
+ label_name: 'negative',
206
+ sentiment_zh: 'negative',
207
+ source_dataset: 'fancyzhx/yelp_polarity',
208
+ expected_output: 'negative',
209
+ original_class_index: '1',
210
+ },
211
+ externalId: 'yelp_polarity_train_148704',
212
+ createdAt: '2026-05-23T02:29:47.235Z',
213
+ updatedAt: '2026-05-23T02:29:47.235Z',
214
+ },
215
+ {
216
+ id: '71b3f18e-ab00-4643-b0bc-569b043b307f',
217
+ data: {
218
+ text: "I'll admit, this is one of the nicest hotels I've stayed at while in Vegas. While walking from self-parking through the casino area to the reception desk (I took the long way), I noticed the air didn't reek of smoke. Everything was aesthetically pleasing to the eye. I don't know if it matters but I booked a room at THEhotel through Priceline. Obviously I wasn't expecting a top-floor suite, however, I don't like being treated like riff raff. The guy at the desk was friendly enough but as I was checking in for my 4-night stay (I came on a Thursday around 5pm) I was informed that my request for a king bed room couldn't be fulfilled and that I'd be getting a double queen. I thought it was ridiculous for him to ask \\\"Is that ok?\\\" No, it's not, but what choice do I have other than to go elsewhere? I totally wanted to go to Vegas to sleep in separate beds from my lover (sarcasm intended). While this was happening, I overhear the couple next to me checking in being told the same thing. They didn't complain either BUT their guest service rep offered to move them to a king bed room the next day, if one became available...where was my offer for such? So I take my keys and go check out the room while I sadly explain to my other half that we would be sleeping separately. The room was nicely decorated and mostly clean (except for the mold growing in the top corners of the shower, yuck) and the beds were comfortable. I'm not sure if I had any neighbors because I didn't hear anything through the walls. That's all that saved this from a one-star review.\n\nThe icing to this cake was opening the curtains to find a wall and an ugly roof for my view. Thanks for giving me an expensive place to sleep separate from my S.O. with nothing nice to look at. It's nice but I wouldn't come back here again. For a few bucks less, I'd go back to the Monte Carlo for the sub par room but better treatment and views (which I also booked through Priceline two years ago).",
219
+ label: '0',
220
+ split: 'train',
221
+ sample_id: 'yelp_polarity_train_154574',
222
+ label_name: 'negative',
223
+ sentiment_zh: 'negative',
224
+ source_dataset: 'fancyzhx/yelp_polarity',
225
+ expected_output: 'negative',
226
+ original_class_index: '1',
227
+ },
228
+ externalId: 'yelp_polarity_train_154574',
229
+ createdAt: '2026-05-23T02:29:47.235Z',
230
+ updatedAt: '2026-05-23T02:29:47.235Z',
231
+ },
232
+ {
233
+ id: 'bb6383ac-2c78-4639-8d0b-a849f043f8d3',
234
+ data: {
235
+ text: 'Fresh wasabi all day playas',
236
+ label: '1',
237
+ split: 'train',
238
+ sample_id: 'yelp_polarity_train_180151',
239
+ label_name: 'positive',
240
+ sentiment_zh: 'positive',
241
+ source_dataset: 'fancyzhx/yelp_polarity',
242
+ expected_output: 'positive',
243
+ original_class_index: '2',
244
+ },
245
+ externalId: 'yelp_polarity_train_180151',
246
+ createdAt: '2026-05-23T02:29:47.235Z',
247
+ updatedAt: '2026-05-23T02:29:47.235Z',
248
+ },
249
+ {
250
+ id: 'de72a442-7d28-44a2-9614-325dde1f6ead',
251
+ data: {
252
+ text: "This place is okay. We've only been here once and while the environment was nice, the server we had was slow and didn't know the food very well. Also our food wasn't that good, plus it took forever to get it. I honestly had wished we would have gone to Outback Steakhouse instead, we've never had a problem with the Chandler location; great tasting food at good prices. While here at Firebirds my prime rib was bland and so was my boyfriend's steak. Nothing special even though you pay high prices. Ehh... I'd go else where.",
253
+ label: '0',
254
+ split: 'train',
255
+ sample_id: 'yelp_polarity_train_205429',
256
+ label_name: 'negative',
257
+ sentiment_zh: 'negative',
258
+ source_dataset: 'fancyzhx/yelp_polarity',
259
+ expected_output: 'negative',
260
+ original_class_index: '1',
261
+ },
262
+ externalId: 'yelp_polarity_train_205429',
263
+ createdAt: '2026-05-23T02:29:47.235Z',
264
+ updatedAt: '2026-05-23T02:29:47.235Z',
265
+ },
266
+ {
267
+ id: '8dfc4766-7172-4bb6-a025-1af4849a0dce',
268
+ data: {
269
+ text: 'Amazing! So worth the price total luxury!',
270
+ label: '1',
271
+ split: 'train',
272
+ sample_id: 'yelp_polarity_train_249193',
273
+ label_name: 'positive',
274
+ sentiment_zh: 'positive',
275
+ source_dataset: 'fancyzhx/yelp_polarity',
276
+ expected_output: 'positive',
277
+ original_class_index: '2',
278
+ },
279
+ externalId: 'yelp_polarity_train_249193',
280
+ createdAt: '2026-05-23T02:29:47.235Z',
281
+ updatedAt: '2026-05-23T02:29:47.235Z',
282
+ },
283
+ {
284
+ id: '9caced47-5949-4327-a5cc-99bc5b442103',
285
+ data: {
286
+ text: "I've tried most of the watering holes and food joints in and around Town Square. Of course, it is always a hit and miss. I've tried Miller's Ale House on the opposite side of the outdoor mall also and I can say that Yard House is, hands down, way better than Ale House - in so many levels. Am not a big fan of chain or franchised restaurants and tend to be very judgmental of them. \n\nMy friend was starving after watching the most recent Superman movie at the Rave, or AMC Theaters. I blamed my friend for choosing Ale House the last time because that was just a waste of a hard earned money so we went to Yard House which is literally a few steps away from the cinema. I wasn't very happy of the choice, but hey, I might as well give it a try. \n\nWe were quickly seated and drinks were served in a flash. I ordered their Spicy Jambalaya with linguini instead of rice, and my friend ordered their Parmesan Crusted Chicken. My review is based on the food that I pig out on. My friend liked the chicken too, more than the pork medallion (actually pork schnitzel) from Ale House. \n\nWe didn't wait long for our entrees. The Jambalaya pasta came tolerably hot. Good servings, if I may add. It was reasonably seasoned. Not that spicy as I was expecting but there sure was some kind of a bite and kick because of the paprika, cheyenne pepper and cajun seasonings. The dish was perfectly tossed in cajun sauce generously packed with small shrimps, roasted red and green peppers, fresh tomatoes, slivers of andouille sausage and topped with two grilled huge shrimps (mini prawns). I remember having Jambalaya pasta from Cheesecake Factory and Claim Jumpers decades ago and I thought they were good, but Yard House's is better. \n\nWe liked the way our server/waitress didn't bother us every 5 minutes or so asking how everything was. We were left to enjoy and savor our food, and only came when necessary (refilling our drinks, clearing up our table and bringing in the check). Suffice to say, i finished my plate and was happy with it. Total damage for me was $25.00. A bit pricey for a pasta dish but considering the ambience and the service, it wasn't that bad.",
287
+ label: '1',
288
+ split: 'train',
289
+ sample_id: 'yelp_polarity_train_264787',
290
+ label_name: 'positive',
291
+ sentiment_zh: 'positive',
292
+ source_dataset: 'fancyzhx/yelp_polarity',
293
+ expected_output: 'positive',
294
+ original_class_index: '2',
295
+ },
296
+ externalId: 'yelp_polarity_train_264787',
297
+ createdAt: '2026-05-23T02:29:47.235Z',
298
+ updatedAt: '2026-05-23T02:29:47.235Z',
299
+ },
300
+ {
301
+ id: '3ed8f74b-0624-4e07-bf4f-a614fd6ae893',
302
+ data: {
303
+ text: "Yuck. Slimy salmon. Warm fish. Server not too interested. $102 later we are still hungry and don't feel too good. Bummer.",
304
+ label: '0',
305
+ split: 'train',
306
+ sample_id: 'yelp_polarity_train_266197',
307
+ label_name: 'negative',
308
+ sentiment_zh: 'negative',
309
+ source_dataset: 'fancyzhx/yelp_polarity',
310
+ expected_output: 'negative',
311
+ original_class_index: '1',
312
+ },
313
+ externalId: 'yelp_polarity_train_266197',
314
+ createdAt: '2026-05-23T02:29:47.235Z',
315
+ updatedAt: '2026-05-23T02:29:47.235Z',
316
+ },
317
+ {
318
+ id: '0fafc45c-605d-4d01-8bf2-bdd4bc59ac99',
319
+ data: {
320
+ text: "I've been here 3 times now and have been more disappointed each time. All the pasta is pretty average and nothing stands out. The last time I went there I ordered chicken alfredo, and the alfredo sauce didn't taste right at all. The sauce was very runny and had more garlic flavor than alfredo.\n\nThere's a place called Vogue nearby I would go to any day over Babbo.",
321
+ label: '0',
322
+ split: 'train',
323
+ sample_id: 'yelp_polarity_train_266510',
324
+ label_name: 'negative',
325
+ sentiment_zh: 'negative',
326
+ source_dataset: 'fancyzhx/yelp_polarity',
327
+ expected_output: 'negative',
328
+ original_class_index: '1',
329
+ },
330
+ externalId: 'yelp_polarity_train_266510',
331
+ createdAt: '2026-05-23T02:29:47.235Z',
332
+ updatedAt: '2026-05-23T02:29:47.235Z',
333
+ },
334
+ {
335
+ id: '5118e8b5-fba9-4c2f-8669-c82f38063c98',
336
+ data: {
337
+ text: "I want to make it very clear that I've NEVER eaten here, and here's the reason why...every time I pull into the shopping center using the driveway behind Sushi Loca, I see the exact same thing...plenty of workers (cooks, wait staff, etc.) smoking cigarette after cigarette chatting away. I have no way of knowing if they practice adequate hygiene after all that smoking and I've read reviews about the chef touching the menu and then not washing his hands before making the sushi. Putting it all together, I'm just choosing to stay away at this point.\n\nFor those of you who read this and think that this practice is likely going on at most restaurants, you might be right but if I'm seeing it constantly, it's just a turn-off for me. Other people might not even give it a second thought.",
338
+ label: '0',
339
+ split: 'train',
340
+ sample_id: 'yelp_polarity_train_269010',
341
+ label_name: 'negative',
342
+ sentiment_zh: 'negative',
343
+ source_dataset: 'fancyzhx/yelp_polarity',
344
+ expected_output: 'negative',
345
+ original_class_index: '1',
346
+ },
347
+ externalId: 'yelp_polarity_train_269010',
348
+ createdAt: '2026-05-23T02:29:47.235Z',
349
+ updatedAt: '2026-05-23T02:29:47.235Z',
350
+ },
351
+ {
352
+ id: '47e4a38b-d167-48ee-9807-dea6df200b6a',
353
+ data: {
354
+ text: "This post office is one of the worst I have ever visited!\n\nMost of the time I am there they only have one person behind the counter and the line is huge. I stood in line twenty minutes and the lady had the same person at the counter the whole time. I had to leave cause I was afraid I'd be late to work, I had an hour but there were still 7 or 8 people in front of me.\n\nAlso, their displays are always all messed up, I grabbed a floppy package that was on top of at least 10 others labeled as small flat rate... I finally get to the cashier and she said it wasn't flat rate, they must have been missed placed. It's a freaking post office, how stupid do you have to be to miss stock the 20 items you carry?! I said okay, where are the small flat rate boxes? She points them out and says I'll have to get back at the end of the line and that I also had to pay for the floppy package that I'd \\\"used\\\". It ended up being cheaper just shipping the floppy by the time it all added up, but she didn't mention this till I had already \\\"used\\\" the flat rate box she pointed out! Hate this post office!",
355
+ label: '0',
356
+ split: 'train',
357
+ sample_id: 'yelp_polarity_train_277880',
358
+ label_name: 'negative',
359
+ sentiment_zh: 'negative',
360
+ source_dataset: 'fancyzhx/yelp_polarity',
361
+ expected_output: 'negative',
362
+ original_class_index: '1',
363
+ },
364
+ externalId: 'yelp_polarity_train_277880',
365
+ createdAt: '2026-05-23T02:29:47.235Z',
366
+ updatedAt: '2026-05-23T02:29:47.235Z',
367
+ },
368
+ {
369
+ id: '550e4052-ec19-4fe4-af16-687f6c6c2450',
370
+ data: {
371
+ text: "Amazing service, beautifully furnished, and affordable for a dinner out for two.\n\nBut...\n\nI'd never had smoked meat and thought it was going to be all of my dreams come true. I was expecting something like pastrami or roast beef, but more flavorful. What we got - both on the house special poutine and the signature sandwich - was lukewarm, slimy, fatty, and completely devoid of texture.\n\nI cannot honestly say that I enjoyed my meal. But perhaps smoked meat isn't for me.",
372
+ label: '0',
373
+ split: 'train',
374
+ sample_id: 'yelp_polarity_train_286004',
375
+ label_name: 'negative',
376
+ sentiment_zh: 'negative',
377
+ source_dataset: 'fancyzhx/yelp_polarity',
378
+ expected_output: 'negative',
379
+ original_class_index: '1',
380
+ },
381
+ externalId: 'yelp_polarity_train_286004',
382
+ createdAt: '2026-05-23T02:29:47.235Z',
383
+ updatedAt: '2026-05-23T02:29:47.235Z',
384
+ },
385
+ {
386
+ id: 'ffb1baf3-fef0-4934-bd06-daad1bc2d987',
387
+ data: {
388
+ text: 'Such a cool little spot in Uptown. I was here recently during a revised Shakespeare play and it was just a great locale for such an event. Of course the weather helped too because it was very nice out that night.\n\nThey sometimes rotate artwork and sculptures in and out of here so keep an eye out, you never know what you might find.',
389
+ label: '1',
390
+ split: 'train',
391
+ sample_id: 'yelp_polarity_train_292896',
392
+ label_name: 'positive',
393
+ sentiment_zh: 'positive',
394
+ source_dataset: 'fancyzhx/yelp_polarity',
395
+ expected_output: 'positive',
396
+ original_class_index: '2',
397
+ },
398
+ externalId: 'yelp_polarity_train_292896',
399
+ createdAt: '2026-05-23T02:29:47.235Z',
400
+ updatedAt: '2026-05-23T02:29:47.235Z',
401
+ },
402
+ {
403
+ id: '4ff0cc24-4f15-415e-adc9-1732aad604dc',
404
+ data: {
405
+ text: "I'm a hard reviewer when it comes to 5 stars, but this place comes close. The waffles themselves are delicious, nice and lightly crispy on the outside and soft and flavorful on the inside. I could eat a waffle by itself. The toppings are good and fresh, it's just that to get what you want on the waffle, the price will pile up high very quickly. If you order their personal favorites (two of them), you'll save more money.\n\nBUT LET ME TELL YOU THE GEM OF THIS PLACE-- THE WAFFLE SANDWICH. I've only had the tuna waffle sandwich but it changed my life. It's a large waffle folded in half stuffed with tuna, fresh greens, and a questionable clear and delicious sauce (sweet) that goes really well with the sandwich. Comes with a side of ridged potato chips and runs around 6.55 a sandwich. All in all, not bad.\n\nIf you're in a hurry though, CALL AHEAD and pick up your food because it does take a while to make and my mom and I were growing restless on their uncomfortable but trendy dining chairs.\n\nThe inside is really nicely decorated with bright oranges and lime greens. I felt like I had died and been reincarnated as a citrus fruit.",
406
+ label: '1',
407
+ split: 'train',
408
+ sample_id: 'yelp_polarity_train_297779',
409
+ label_name: 'positive',
410
+ sentiment_zh: 'positive',
411
+ source_dataset: 'fancyzhx/yelp_polarity',
412
+ expected_output: 'positive',
413
+ original_class_index: '2',
414
+ },
415
+ externalId: 'yelp_polarity_train_297779',
416
+ createdAt: '2026-05-23T02:29:47.235Z',
417
+ updatedAt: '2026-05-23T02:29:47.235Z',
418
+ },
419
+ {
420
+ id: '63d537e9-8ac1-49ad-ad62-c297f7d6254b',
421
+ data: {
422
+ text: 'I really wanted to like this place..but sadly it was mediocre at the least. I got the 25 count of donut holes so I could try a little bit of everything. The jelly ones were dry and barely had any jelly. The only one I liked were the chocolate ones, which were very moist. Their coffee was overly sweet and nothing special.',
423
+ label: '0',
424
+ split: 'train',
425
+ sample_id: 'yelp_polarity_train_324324',
426
+ label_name: 'negative',
427
+ sentiment_zh: 'negative',
428
+ source_dataset: 'fancyzhx/yelp_polarity',
429
+ expected_output: 'negative',
430
+ original_class_index: '1',
431
+ },
432
+ externalId: 'yelp_polarity_train_324324',
433
+ createdAt: '2026-05-23T02:29:47.235Z',
434
+ updatedAt: '2026-05-23T02:29:47.235Z',
435
+ },
436
+ {
437
+ id: 'e7f0967e-c9d1-43fe-877c-5855f67249e3',
438
+ data: {
439
+ text: "Amazing! Had the pad puck with shrimp and will definitely keep going back! My bf also had the sweet and sour chicken & shrimp. Again very good. Spring rolls as an appetizer and we were all set. I hope they do carry out because I'd love to have them even when I don't feel like sitting in.",
440
+ label: '1',
441
+ split: 'train',
442
+ sample_id: 'yelp_polarity_train_327035',
443
+ label_name: 'positive',
444
+ sentiment_zh: 'positive',
445
+ source_dataset: 'fancyzhx/yelp_polarity',
446
+ expected_output: 'positive',
447
+ original_class_index: '2',
448
+ },
449
+ externalId: 'yelp_polarity_train_327035',
450
+ createdAt: '2026-05-23T02:29:47.235Z',
451
+ updatedAt: '2026-05-23T02:29:47.235Z',
452
+ },
453
+ {
454
+ id: 'b352e386-d4a0-4c3c-a817-b14a04a7af95',
455
+ data: {
456
+ text: "For Mtns. Edge? It fulfills the Chinese food craving. Def a fast food type place. It was clean and staff friendly. \n\nI had the pad thai, I am used to it having a bit more of kick but good. Figured since it was the first time I couldn't go wrong with it. The best was my edamame. Yummmmm. \n\nWill prob go back because when you live in BFE Vegas and want Chinese fast, this will do. They deliver and you can call in your order too.",
457
+ label: '0',
458
+ split: 'train',
459
+ sample_id: 'yelp_polarity_train_340883',
460
+ label_name: 'negative',
461
+ sentiment_zh: 'negative',
462
+ source_dataset: 'fancyzhx/yelp_polarity',
463
+ expected_output: 'negative',
464
+ original_class_index: '1',
465
+ },
466
+ externalId: 'yelp_polarity_train_340883',
467
+ createdAt: '2026-05-23T02:29:47.235Z',
468
+ updatedAt: '2026-05-23T02:29:47.235Z',
469
+ },
470
+ {
471
+ id: '518987b5-bf5d-43d6-a774-61960b243f03',
472
+ data: {
473
+ text: 'Lola\'s was featured on Diners, Dive-in, and Dives therefore it was a no brainier to stop in. The place is whether small, so the wait was long. I asked the hostess could my party order drinks while waiting. She, rudely uttered, \\"one of you can go to the bar\\". No worries, I thought, as she appeared to be busy with nothing. The night hit a downward spiral from then on. We were offered seats from the hostess, but never seated three times. Once we were seated the bad service continued with our server who never brought anything back we requested. To top it all off, we were chased down in the parking lot asking if we paid out bill. Embarrassing!!!! Needless to say, I will never be eating there again. The food was sub par, the portion sides were unacceptable, and the price didn\'t match our return. I wish I could offer negative stars!!',
474
+ label: '0',
475
+ split: 'train',
476
+ sample_id: 'yelp_polarity_train_350959',
477
+ label_name: 'negative',
478
+ sentiment_zh: 'negative',
479
+ source_dataset: 'fancyzhx/yelp_polarity',
480
+ expected_output: 'negative',
481
+ original_class_index: '1',
482
+ },
483
+ externalId: 'yelp_polarity_train_350959',
484
+ createdAt: '2026-05-23T02:29:47.235Z',
485
+ updatedAt: '2026-05-23T02:29:47.235Z',
486
+ },
487
+ {
488
+ id: '8254c194-f25c-4638-9a64-0cc4132beef9',
489
+ data: {
490
+ text: "Never, ever use this Fox location. You have to take a 2nd shuttle from the main rental center, the lines are atrocious and the employees don't seem to care. Pay the few extra bucks for something else.",
491
+ label: '0',
492
+ split: 'train',
493
+ sample_id: 'yelp_polarity_train_371663',
494
+ label_name: 'negative',
495
+ sentiment_zh: 'negative',
496
+ source_dataset: 'fancyzhx/yelp_polarity',
497
+ expected_output: 'negative',
498
+ original_class_index: '1',
499
+ },
500
+ externalId: 'yelp_polarity_train_371663',
501
+ createdAt: '2026-05-23T02:29:47.235Z',
502
+ updatedAt: '2026-05-23T02:29:47.235Z',
503
+ },
504
+ {
505
+ id: 'caa66ce7-1f1f-4d89-aa75-52d8d67a9f4c',
506
+ data: {
507
+ text: "Best, longest massage I've had! Clean. Spoke good English. Walked in & even though they were busy, they got me in within 10 min. & did a thorough job, not rushed at all. Great polish job too!! The only negative was the polish selecion was a bit lacking, not a ton to choose from & a lot of the colors were 3/4 used/old. Glad I brought my own. If gel colors are what you're looking for, they do have a plethora of choices, so that's a plus! They also offer a rewards program! another incentive to keep me coming back!!!! :)",
508
+ label: '1',
509
+ split: 'train',
510
+ sample_id: 'yelp_polarity_train_372240',
511
+ label_name: 'positive',
512
+ sentiment_zh: 'positive',
513
+ source_dataset: 'fancyzhx/yelp_polarity',
514
+ expected_output: 'positive',
515
+ original_class_index: '2',
516
+ },
517
+ externalId: 'yelp_polarity_train_372240',
518
+ createdAt: '2026-05-23T02:29:47.235Z',
519
+ updatedAt: '2026-05-23T02:29:47.235Z',
520
+ },
521
+ {
522
+ id: '310ef57a-4259-4f84-bb8c-d69cba6d5fac',
523
+ data: {
524
+ text: "I was just here this past weekend and I LOVED IT! \n\nBeing in my late 20s and having lived in SoCal my whole life, I was never really into clubs and so, I had never really gone to a real club in Vegas. \n\nI always had this perception that Vegas clubs was just long lines and crowded venues. \n\nMy friend had bought tickets prior to the event which was Battletrack: Hip Hop vs House I believe. IT WAS AWESOME! \n\nI was so pumped up when I was waiting in line nearing the entrance. I could hear the music and see the lights, it was absolutely amazing when I walked out to the venue. I did a 360, looking from my left to my right and all the way around. I just had to take it all in. \n\nI loved how it was 85+ degrees outside, I definitely got a work out from all the dancing I was doing. I have to say that I had never had that much fun dancing in my life. The music was so good that I had to take off my 4 inch heels (which I set aside with my friends) in order to fully bust out my dance moves.\n\nThere's tons of seating if you get tired from standing or dancing which is great, it's horrible when the only seats available are those with table service. \n\nThere was also a semi-covered area where the DJ was which was air-conditioned. Although I definitely prefered being outdoors instead. It gave me more of a carefree feeling and it didn't feel as crowded. \n\nI remember that there were a ton of pretty girls...I didn't notice as much eye candy for myself....but i think it might have been because I was too preoccupied dancing by myself within my circle of friends. \n\nI think this is a must try if you're in Vegas. I have already told a bunch of my friends about it and I want to go back already! \n\n3 blisters from dancing by the end of the night = A GREAT TIME!",
525
+ label: '1',
526
+ split: 'train',
527
+ sample_id: 'yelp_polarity_train_390859',
528
+ label_name: 'positive',
529
+ sentiment_zh: 'positive',
530
+ source_dataset: 'fancyzhx/yelp_polarity',
531
+ expected_output: 'positive',
532
+ original_class_index: '2',
533
+ },
534
+ externalId: 'yelp_polarity_train_390859',
535
+ createdAt: '2026-05-23T02:29:47.235Z',
536
+ updatedAt: '2026-05-23T02:29:47.235Z',
537
+ },
538
+ {
539
+ id: '2567b6aa-d2ae-46a6-96b5-8244e93fe8d1',
540
+ data: {
541
+ text: "So disappointing. The most disappointing part was the service. It was fine that they didn't have ribs, but the cashier was deliberately unhelpful and unfriendly. It turns out the ribs were about 15 minutes way from being finished. Sure wish they would have mentioned that because we would have waited. Then they failed to clarify whether we wanted a plate or sandwich. When the brisket came out chopped up on a terrible, soggy, cold bun, I was so bummed out. Apparently I'm not the only one to have had this problem. Right before I was about to send mine back, another customer took hers back to the counter saying she had wanted a plate and not a sandwich. They dumped the meat off the bun onto the plate, threw away the bun, and handed her back the plate. God.\n\nThe coleslaw was watery, the Mac and Cheese was dried out and the sauce was broken. The waffle fries were fine. \n\nI would have gone back to this place, but the service was intolerable. What a waste of a meal and money.",
542
+ label: '0',
543
+ split: 'train',
544
+ sample_id: 'yelp_polarity_train_396097',
545
+ label_name: 'negative',
546
+ sentiment_zh: 'negative',
547
+ source_dataset: 'fancyzhx/yelp_polarity',
548
+ expected_output: 'negative',
549
+ original_class_index: '1',
550
+ },
551
+ externalId: 'yelp_polarity_train_396097',
552
+ createdAt: '2026-05-23T02:29:47.235Z',
553
+ updatedAt: '2026-05-23T02:29:47.235Z',
554
+ },
555
+ {
556
+ id: 'efba86ff-7815-4bad-ab86-2bf7fc662a9f',
557
+ data: {
558
+ text: "This is the 3rd yogurt place I've been to, and the one I am least impressed with.\n\nBoth yogurt flavors that I wanted were low on mix. My boyfriend's weren't, but his yogurt also didn't taste good. The toppings were mislabeled and not very clean. \n\nThe girl ringing us up was nice and funny, but that was the only positive thing. We went here because we had a 50% off coupon. The girl said that without the coupon, it would have been $14! That's extremely expensive compared to the other shops we've been to.\n\nWe won't be returning.",
559
+ label: '0',
560
+ split: 'train',
561
+ sample_id: 'yelp_polarity_train_425676',
562
+ label_name: 'negative',
563
+ sentiment_zh: 'negative',
564
+ source_dataset: 'fancyzhx/yelp_polarity',
565
+ expected_output: 'negative',
566
+ original_class_index: '1',
567
+ },
568
+ externalId: 'yelp_polarity_train_425676',
569
+ createdAt: '2026-05-23T02:29:47.235Z',
570
+ updatedAt: '2026-05-23T02:29:47.235Z',
571
+ },
572
+ {
573
+ id: 'b2a3381b-2d06-41c6-9474-8fbaf3098305',
574
+ data: {
575
+ text: 'Inexpensive and delicious! I love the Greek chicken pita with a Greek salad-so yummy!',
576
+ label: '1',
577
+ split: 'train',
578
+ sample_id: 'yelp_polarity_train_442468',
579
+ label_name: 'positive',
580
+ sentiment_zh: 'positive',
581
+ source_dataset: 'fancyzhx/yelp_polarity',
582
+ expected_output: 'positive',
583
+ original_class_index: '2',
584
+ },
585
+ externalId: 'yelp_polarity_train_442468',
586
+ createdAt: '2026-05-23T02:29:47.235Z',
587
+ updatedAt: '2026-05-23T02:29:47.235Z',
588
+ },
589
+ {
590
+ id: '8330abf9-0d1c-44a8-8e17-763f576e9eb6',
591
+ data: {
592
+ text: 'This place is pretty unique, You can get a pizza, fried chicken, sub sandwich, hot wings, french fries and more. I work near by the Flamingo location and have had lunch and dinner here a few times. \n\nI want to first point out there subs. I can not get enought of the italian sub with fries. It is toasted to perfection and price is great. For under 6 bucks you can get a good meal that taste like it was a $20 plate! The meat and bread was fresh and the flavor and portion is worth eating again! \n\nThe service was fair, fast and easy. There are a lot of pizza shops around town and this is one you should try out. \n\nAs I said above I have had lunch and dinner there. I ordered the family meal pack that had a bunch of fryed chicken, bread sticks fries, wings, and pizza. All in all for the price you cant beat it. I paid under $35 bucks and it was more than enough for my family of 5. We even had left overs!!!\n\nI will say that the fryed chicken was a little dry, but the wings, pizza and frys were great!',
593
+ label: '1',
594
+ split: 'train',
595
+ sample_id: 'yelp_polarity_train_458089',
596
+ label_name: 'positive',
597
+ sentiment_zh: 'positive',
598
+ source_dataset: 'fancyzhx/yelp_polarity',
599
+ expected_output: 'positive',
600
+ original_class_index: '2',
601
+ },
602
+ externalId: 'yelp_polarity_train_458089',
603
+ createdAt: '2026-05-23T02:29:47.235Z',
604
+ updatedAt: '2026-05-23T02:29:47.235Z',
605
+ },
606
+ {
607
+ id: '9357ba56-5a44-4138-bdc7-b6273c9eddc2',
608
+ data: {
609
+ text: "My friends and I tried LSS for lunch yesterday. I give this restaurant five stars for atmosphere but only on star for food. The food was old and tired. I'm guessing the cooks prepared to much food for lunch and let it sit on the cafeteria line for dinner. We tried to eat the following:\nBaby back and ST louis ribs, both were dry and tasteless. The pulled pork was not editable. We saw the manager add water to the pan to breath life into the pork. It didn't work. The tri tip was over cooked. The brisket tasted like bad pot roast and it had a green tint to it. The sausage was tasteless. The corn bread muffin was so so. The Mac and cheese was bland. \n\nHonestly we had high hopes for this restaurant but after spending $60 for three of us and dumping most of the food in the garbage, we won't be back. \n\nMy one suggestion to the manager, don't cook so much ahead of time. After the food sits out for hours really how can it be fresh and good.",
610
+ label: '0',
611
+ split: 'train',
612
+ sample_id: 'yelp_polarity_train_464484',
613
+ label_name: 'negative',
614
+ sentiment_zh: 'negative',
615
+ source_dataset: 'fancyzhx/yelp_polarity',
616
+ expected_output: 'negative',
617
+ original_class_index: '1',
618
+ },
619
+ externalId: 'yelp_polarity_train_464484',
620
+ createdAt: '2026-05-23T02:29:47.235Z',
621
+ updatedAt: '2026-05-23T02:29:47.235Z',
622
+ },
623
+ {
624
+ id: 'f98a40fe-f241-4381-8103-09522b90913b',
625
+ data: {
626
+ text: "Over priced tourist trap.\nHappy hour is 2 for the price of one yards, which are $30 each \nDirty loud atmosphere, bartender was nice but didn't seem happy to be working. Even using the two for one drink coupon we got from the hotel it was still $12 for very small drink. I know vegas isn't cheap but this place is Not worth it.",
627
+ label: '0',
628
+ split: 'train',
629
+ sample_id: 'yelp_polarity_train_474880',
630
+ label_name: 'negative',
631
+ sentiment_zh: 'negative',
632
+ source_dataset: 'fancyzhx/yelp_polarity',
633
+ expected_output: 'negative',
634
+ original_class_index: '1',
635
+ },
636
+ externalId: 'yelp_polarity_train_474880',
637
+ createdAt: '2026-05-23T02:29:47.235Z',
638
+ updatedAt: '2026-05-23T02:29:47.235Z',
639
+ },
640
+ {
641
+ id: 'f7abab9b-6bf4-4e39-b15f-f1d7b452ba2a',
642
+ data: {
643
+ text: "Was in Montreal for the F1 and decided to stop by Bevo for pizza. The place was packed and people looked good. \n\nThe waitress got us a table outside and that was great, but the service was awful. We ordered an appetizer that didn't come until the two entrees did (olives, nothing fancy). Our sodas were flat and warm and she didn't bring us the ice we asked for. The waitress kept forgetting to bring what we asked her for and was not friendly at all. \n\nAll and all the place was good but I think they might have been overwhelmed by the public or the waitress was new.",
644
+ label: '0',
645
+ split: 'train',
646
+ sample_id: 'yelp_polarity_train_475738',
647
+ label_name: 'negative',
648
+ sentiment_zh: 'negative',
649
+ source_dataset: 'fancyzhx/yelp_polarity',
650
+ expected_output: 'negative',
651
+ original_class_index: '1',
652
+ },
653
+ externalId: 'yelp_polarity_train_475738',
654
+ createdAt: '2026-05-23T02:29:47.235Z',
655
+ updatedAt: '2026-05-23T02:29:47.235Z',
656
+ },
657
+ {
658
+ id: 'd61c9a4f-f952-420a-850a-2654dffb1db8',
659
+ data: {
660
+ text: 'Bad attitude. When I ask for Mindy, she said yes I am, then she just went to out side. Few mins later when she is back. She just ignore us. Come on! we just wanna ask some info! Is this how they take care their clients? \\u51f8*_*',
661
+ label: '0',
662
+ split: 'train',
663
+ sample_id: 'yelp_polarity_train_482804',
664
+ label_name: 'negative',
665
+ sentiment_zh: 'negative',
666
+ source_dataset: 'fancyzhx/yelp_polarity',
667
+ expected_output: 'negative',
668
+ original_class_index: '1',
669
+ },
670
+ externalId: 'yelp_polarity_train_482804',
671
+ createdAt: '2026-05-23T02:29:47.235Z',
672
+ updatedAt: '2026-05-23T02:29:47.235Z',
673
+ },
674
+ {
675
+ id: '59d9961c-6f21-4e6e-97ee-726b4d8a4ad7',
676
+ data: {
677
+ text: "we had the earl club and chipotle chicken club with a drink for 16 on a Saturday afternoon.\n\n- convenient! rather than go to PH, just come here. no line \n- seating filled. we sat on a slot machine chair.. :(\n- love the bread. I think this is what makes it really great!\n- NO TABASCO!? maybe PH is better. lol\n- Earl tea is really bitter. tea and lemonade. don't get it.",
678
+ label: '1',
679
+ split: 'train',
680
+ sample_id: 'yelp_polarity_train_483502',
681
+ label_name: 'positive',
682
+ sentiment_zh: 'positive',
683
+ source_dataset: 'fancyzhx/yelp_polarity',
684
+ expected_output: 'positive',
685
+ original_class_index: '2',
686
+ },
687
+ externalId: 'yelp_polarity_train_483502',
688
+ createdAt: '2026-05-23T02:29:47.235Z',
689
+ updatedAt: '2026-05-23T02:29:47.235Z',
690
+ },
691
+ {
692
+ id: '57f6d55e-7b96-47fb-804c-e01b7db20245',
693
+ data: {
694
+ text: 'The last Indian buffet I went to there was so much oil over the aluminium containers, F.E.M.A. was called to take care of the spill. The left over saag (spinach) from previous nights had overcooked to the point, it had turned brown and looked like an alien.\n\nThe owners of India Masala, should be proud to be calling themselves Indian, since I have never been to an Indian restaurant, which is impeccably clean and classy. The Buffet is the main attraction and not a corner side-show as in other Indian restaurants. Last time I was there, I ate so much I had to find a tree to wind around to digest the incredible food that I had at the buffet., not to mention it is not easy to find a tree in the desert. \n\nThey also have a nice cozy bar and I have a red wine (preferably chilled since the the wine sommeliers, who go to school of higher learning with student loans jauntily come back to tell the bartenders to serve red wine at \\"room temperature.\\" Room temperature in Las Vegas, happens to be 120 degrees Fahrenheit. The bartenders who are taught not to argue with experts follow the dictum to the tee. The red wine has to be chilled to taste good and even a cheap wine will taste good-chilled and most mere mortals drink cheap wine.\n\nNot to digress, I have red wine before and during dinner which gives you a tremendous appetite, unlike beer, that makes you full and not to mention gives you Buddha like belly. The Buffet is not only sight for sore eyes with over Forty ! North and South Indian items,but it a feast for the palate, to say the least. The buffet is freshly cooked unlike Chinese restaurants where they serve left over from the previous week. The secret to good Indian food is authentic cooks. I found out from the waiters that they have Four North and South Indian cooks. Most of the Indian restaurants have no cooks, but someone on a tourist visa paying off their debts.\n\nThe service is superb and the ambiance is embellishment to the feast. There is no way anyone can get this kind of food for the price they are charging and this can happen Only in Las Vegas the Buffet Capitol of the World. India Masala is the Indian Buffet Capitol of Las Vegas., I would say this is the Healthiest Buffet /food in Las Vegas or anywhere.\n.\nIt is time for my weekly visit to the Capitol.',
695
+ label: '1',
696
+ split: 'train',
697
+ sample_id: 'yelp_polarity_train_485027',
698
+ label_name: 'positive',
699
+ sentiment_zh: 'positive',
700
+ source_dataset: 'fancyzhx/yelp_polarity',
701
+ expected_output: 'positive',
702
+ original_class_index: '2',
703
+ },
704
+ externalId: 'yelp_polarity_train_485027',
705
+ createdAt: '2026-05-23T02:29:47.235Z',
706
+ updatedAt: '2026-05-23T02:29:47.235Z',
707
+ },
708
+ {
709
+ id: '2b785c1f-d876-4a82-a639-5a937482d028',
710
+ data: {
711
+ text: "I've been to this place about 4 times in the last month alone and bought the group on for $22 for $40 worth of food....and that is a hell of a deal for what u get... Without the groupon it's still a great deal for the quality of food they serve... The tapas are mostly good sizes..the chicken katsu was very good!! Love the pork belly skewers and the rolls are Sooo good!! I've had pretty good service every time, food very quick and fresh!! This is like my new favorite spot! Miso soup and seaweed salad really good here too!!",
712
+ label: '1',
713
+ split: 'train',
714
+ sample_id: 'yelp_polarity_train_487116',
715
+ label_name: 'positive',
716
+ sentiment_zh: 'positive',
717
+ source_dataset: 'fancyzhx/yelp_polarity',
718
+ expected_output: 'positive',
719
+ original_class_index: '2',
720
+ },
721
+ externalId: 'yelp_polarity_train_487116',
722
+ createdAt: '2026-05-23T02:29:47.235Z',
723
+ updatedAt: '2026-05-23T02:29:47.235Z',
724
+ },
725
+ {
726
+ id: 'f9ffb556-30d6-4c25-90ae-41e18b77d962',
727
+ data: {
728
+ text: "Well I'll say one thing from the get go, they named this place perfectly. My friend and I came here for dinner, and while the atmosphere was nice, and the service was good, the food left a lot to be desired.\n\nWe ordered an antipasti plate with a meat, cheese, and the crusty bread and olive oil, which were fine, but what sucked was that they brought it out at the same time as our mains! It's called an antipasti for goodness sakes, it's supposed to come out Before the main course.\n\nAnother issue was with the mains. My friend had the Bistro Steak, and he ordered it medium rare, but we're both pretty sure that it came out rare, but it was so covered in sauce that it was hard to tell. It was also cool when it came out, which was weird. I had the pork belly cubano sandwich, which was tasty, but super oily. I'm pretty sure they cooked the bread on the griddle with butter, because while the edges were crunchy, the center was still a little soggy and greasy. I also wish they had used more of the spicy mustard and pickles, because after the pork belly, those two were my favorite parts of the sandwich.\n\nOverall, 3 stars for service and ambiance, and 2 stars for food.",
729
+ label: '0',
730
+ split: 'train',
731
+ sample_id: 'yelp_polarity_train_487892',
732
+ label_name: 'negative',
733
+ sentiment_zh: 'negative',
734
+ source_dataset: 'fancyzhx/yelp_polarity',
735
+ expected_output: 'negative',
736
+ original_class_index: '1',
737
+ },
738
+ externalId: 'yelp_polarity_train_487892',
739
+ createdAt: '2026-05-23T02:29:47.235Z',
740
+ updatedAt: '2026-05-23T02:29:47.235Z',
741
+ },
742
+ {
743
+ id: '979db9ae-0e9a-4fc2-9144-48380381e1e6',
744
+ data: {
745
+ text: 'Very average food at best, from authentic Mexican food and very commercial. Chili con queso was just a bowl of melted processed cheese with zero flavor, just like those jars sold at grocery stores. Chicken enchiladas were extremely dry and again lacked flavor. On a good note, they have ice cold tecate on draft. Service was also good with friendly waitress. So if you want a nice cold beer go ahead and stop in, but if your hungry go elsewhere. Prices are pretty high too, especially when compared to food quality.',
746
+ label: '0',
747
+ split: 'train',
748
+ sample_id: 'yelp_polarity_train_496789',
749
+ label_name: 'negative',
750
+ sentiment_zh: 'negative',
751
+ source_dataset: 'fancyzhx/yelp_polarity',
752
+ expected_output: 'negative',
753
+ original_class_index: '1',
754
+ },
755
+ externalId: 'yelp_polarity_train_496789',
756
+ createdAt: '2026-05-23T02:29:47.235Z',
757
+ updatedAt: '2026-05-23T02:29:47.235Z',
758
+ },
759
+ {
760
+ id: '472eb296-297a-4d54-9c42-b0e3c767240d',
761
+ data: {
762
+ text: "Love this place. It's clean, well-lit, and the staff are remarkably friendly. \nParking is a LITTLE bit of a pain, if I have to have one complaint about the place (it's a 3 level garage that's a little tough to navigate and there is a one-lane ramp that requires you to sometimes wait a few minutes), but this is pretty much the only place I'll go to for groceries now unless I need something specific from the produce, frozen, or spice aisle.\n\nYou may still need to go to another grocery store if you need an exotic spice or a \\\"non-staple\\\" item of produce or frozen food, but Aldi is inexpensive, friendly, and perfect for all your grocery staples.",
763
+ label: '1',
764
+ split: 'train',
765
+ sample_id: 'yelp_polarity_train_518449',
766
+ label_name: 'positive',
767
+ sentiment_zh: 'positive',
768
+ source_dataset: 'fancyzhx/yelp_polarity',
769
+ expected_output: 'positive',
770
+ original_class_index: '2',
771
+ },
772
+ externalId: 'yelp_polarity_train_518449',
773
+ createdAt: '2026-05-23T02:29:47.235Z',
774
+ updatedAt: '2026-05-23T02:29:47.235Z',
775
+ },
776
+ {
777
+ id: 'df19dcc0-96d9-42d3-a33d-4845df803f4f',
778
+ data: {
779
+ text: "Prices are steep! Macaroons are NYC prices except in NYC they are twice the size. These are samplers size. Overall they taste okay not special by any means. One of those places where you might want to try cause it is there. But probably won't miss it if you don't go back.",
780
+ label: '0',
781
+ split: 'train',
782
+ sample_id: 'yelp_polarity_train_530923',
783
+ label_name: 'negative',
784
+ sentiment_zh: 'negative',
785
+ source_dataset: 'fancyzhx/yelp_polarity',
786
+ expected_output: 'negative',
787
+ original_class_index: '1',
788
+ },
789
+ externalId: 'yelp_polarity_train_530923',
790
+ createdAt: '2026-05-23T02:29:47.235Z',
791
+ updatedAt: '2026-05-23T02:29:47.235Z',
792
+ },
793
+ {
794
+ id: 'bc4ff9f3-325f-4d4f-bd05-43955e88948b',
795
+ data: {
796
+ text: "Solid boba option- bonus points for being open late, which really is the only reason I stopped in. I had never heard of the boba babes concept before, and was a little intimidated to visit solo. But ever since that first visit, I've been back several times for UYEs and late-night boba cravings after hitting the gym.\n\nService is attentive and friendly, owner CD is a great guy and a fellow Yelper, the boba babes have sweet personalities to match their stellar appearances- thigh-tattoo girl is probably my favorite, she's there most frequently when I go.\n\nPricing is reasonable, boba is never mushy, menu is simple but has a lot of options: rose milk tea, taro milk tea, and iced green tea are frequent picks, but they also have a good Vietnamese coffee. Love their heart-shaped straws and glass jars for dining-in. Menu also has a few snacks: heads up that the hot wings are actually hot.",
797
+ label: '1',
798
+ split: 'train',
799
+ sample_id: 'yelp_polarity_train_531217',
800
+ label_name: 'positive',
801
+ sentiment_zh: 'positive',
802
+ source_dataset: 'fancyzhx/yelp_polarity',
803
+ expected_output: 'positive',
804
+ original_class_index: '2',
805
+ },
806
+ externalId: 'yelp_polarity_train_531217',
807
+ createdAt: '2026-05-23T02:29:47.235Z',
808
+ updatedAt: '2026-05-23T02:29:47.235Z',
809
+ },
810
+ {
811
+ id: 'b0a608dd-4a89-4ea2-aa10-0d7f1577dedc',
812
+ data: {
813
+ text: "My first review, my girlfriend and I got done shopping and decided to get something fast. I know a lot of complaints in the drive thru but I guess they worked on it . Took about 12 mins not bad if its real beef. I appreciate a fully cooked burger, that being said my fiance had the avocado burger and was a little pink and halfway through found either a small hair or sometype of fruit fiber looking thing buuuuut we decided on it being a coarse hair and promptly stopped eating. I had the bacon cheeseburger, good but patty was kind of bland. Needs some type of seasoning and the fries the same. \n If you're rolling by its worth spending the same amout for In-n-out up the street. The zucchini fries are proabably the best thing coming out of that place. Hope the owner sees the reviews to make the necessary plans on saving it. I like the concept of small businesses or a least and alternative to all the other corporate monsters.",
814
+ label: '0',
815
+ split: 'train',
816
+ sample_id: 'yelp_polarity_train_532559',
817
+ label_name: 'negative',
818
+ sentiment_zh: 'negative',
819
+ source_dataset: 'fancyzhx/yelp_polarity',
820
+ expected_output: 'negative',
821
+ original_class_index: '1',
822
+ },
823
+ externalId: 'yelp_polarity_train_532559',
824
+ createdAt: '2026-05-23T02:29:47.235Z',
825
+ updatedAt: '2026-05-23T02:29:47.235Z',
826
+ },
827
+ {
828
+ id: '1f497909-1dd6-406c-86f7-02a9980b20b3',
829
+ data: {
830
+ text: "Not so great first impression from this joint. My boyfriend ordered a carne asada burrito with meat, cheese, beans, and rice only. Of course, we get all the way home and it has onions and guacamole on it. He's pretty fortunate that I tried a bite of it first, since he's allergic to onions! So we took it back to them and they acted as if they expected it to be wrong. It was really kind of weird. Got a refund and went to Faustos instead.",
831
+ label: '0',
832
+ split: 'train',
833
+ sample_id: 'yelp_polarity_train_533524',
834
+ label_name: 'negative',
835
+ sentiment_zh: 'negative',
836
+ source_dataset: 'fancyzhx/yelp_polarity',
837
+ expected_output: 'negative',
838
+ original_class_index: '1',
839
+ },
840
+ externalId: 'yelp_polarity_train_533524',
841
+ createdAt: '2026-05-23T02:29:47.235Z',
842
+ updatedAt: '2026-05-23T02:29:47.235Z',
843
+ },
844
+ {
845
+ id: 'fbcdb179-bfb6-4d59-be0d-f4eb519aa7a6',
846
+ data: {
847
+ text: 'YAY!!!! I am so excited that there is now a Pita Jungle this close to me. I should probably just leave them my credit card and pick up my dinner daily! The food and service was excellent for our first trip. The food was really hot and fresh. I had a steak pita which was amazing. I really like the green iced tea. I think it was strawberry kiwi and it was yummy! I really love pita jungle and am so glad to have one closer to me. Someone from work brought some of their food to a holiday party and the platters they did were great. All the food went before any other food! The hummus platter had 3 different kinds and each was better than the previous! So they also do great catering/takeout.',
848
+ label: '1',
849
+ split: 'train',
850
+ sample_id: 'yelp_polarity_train_539706',
851
+ label_name: 'positive',
852
+ sentiment_zh: 'positive',
853
+ source_dataset: 'fancyzhx/yelp_polarity',
854
+ expected_output: 'positive',
855
+ original_class_index: '2',
856
+ },
857
+ externalId: 'yelp_polarity_train_539706',
858
+ createdAt: '2026-05-23T02:29:47.235Z',
859
+ updatedAt: '2026-05-23T02:29:47.235Z',
860
+ },
861
+ {
862
+ id: 'a6fe2557-73bd-4788-8462-6824b2e9757a',
863
+ data: {
864
+ text: 'Great food...horrible customer service!!! Inpatient and rude blonde waitress with no personality and always in a big big rush!! Rude, bitter, and not helpful or friendly at all!!! I chewed her out when she pretty much stated that she was done for the evening and gave me a choice on how to handle my bill with an \\"ultimatum\\" type of rude and sarcastic attitude!!! Ugh...!!!!!! I went off on her because this was my second visit there with her as my waitress & I was put off by her service & attitude the first time, and this incident set me off!! She had no remorse and did not seem to care one bit!! She has no place being a waitress!!! Too bad...if it weren\'t for her deplorable service, I would give this place 5 stars!!!!!!',
865
+ label: '0',
866
+ split: 'train',
867
+ sample_id: 'yelp_polarity_train_540630',
868
+ label_name: 'negative',
869
+ sentiment_zh: 'negative',
870
+ source_dataset: 'fancyzhx/yelp_polarity',
871
+ expected_output: 'negative',
872
+ original_class_index: '1',
873
+ },
874
+ externalId: 'yelp_polarity_train_540630',
875
+ createdAt: '2026-05-23T02:29:47.235Z',
876
+ updatedAt: '2026-05-23T02:29:47.235Z',
877
+ },
878
+ {
879
+ id: '9d28eead-306d-46c3-9054-4aea959140dc',
880
+ data: {
881
+ text: 'Ordered the Salted Carmel in a waffle cone, it was the best ice cream I have had in a really long time. They have such a variety of flavors. Well worth it.',
882
+ label: '1',
883
+ split: 'train',
884
+ sample_id: 'yelp_polarity_train_550736',
885
+ label_name: 'positive',
886
+ sentiment_zh: 'positive',
887
+ source_dataset: 'fancyzhx/yelp_polarity',
888
+ expected_output: 'positive',
889
+ original_class_index: '2',
890
+ },
891
+ externalId: 'yelp_polarity_train_550736',
892
+ createdAt: '2026-05-23T02:29:47.235Z',
893
+ updatedAt: '2026-05-23T02:29:47.235Z',
894
+ },
895
+ {
896
+ id: 'f6698168-2e48-4848-88dc-f19631858a43',
897
+ data: {
898
+ text: "If the name of the dish sounds good it really doesn't mean the food will be or the server. The prices were not matched to the quality of the food either. If you think paying twenty five dollars for a plate with bait shrimp thrown on top of cold lousy noodles then eat at Ku Noodle. Hey does this place really know what dim sum is? I wouldn't consider four shu mai's a definition of that. The d\\u00e9cor is really a bunch of five pound rice bags. I still can't get the server's giant snapping teeth and attitude out of my mind.",
899
+ label: '0',
900
+ split: 'train',
901
+ sample_id: 'yelp_polarity_train_555455',
902
+ label_name: 'negative',
903
+ sentiment_zh: 'negative',
904
+ source_dataset: 'fancyzhx/yelp_polarity',
905
+ expected_output: 'negative',
906
+ original_class_index: '1',
907
+ },
908
+ externalId: 'yelp_polarity_train_555455',
909
+ createdAt: '2026-05-23T02:29:47.235Z',
910
+ updatedAt: '2026-05-23T02:29:47.235Z',
911
+ },
912
+ ],
913
+ },
914
+ ];
915
+ exports.DEV_EXPERIMENTS = [
916
+ {
917
+ id: '84d6ad2b-b645-49fc-abc0-80d6b0ad917a',
918
+ name: 'exp-2026-0523-',
919
+ promptVersionId: '6f06843e-f897-473e-b0e4-4bbdd0a56fda',
920
+ datasetId: 'db945aa9-fe6e-4591-9b99-42f0b4dd567e',
921
+ modelId: 'e656b649-b7d5-48da-bc88-a54f78754a6f',
922
+ optimizationId: null,
923
+ roundIndex: null,
924
+ status: 'success',
925
+ runConfig: {
926
+ retries: 2,
927
+ rpmLimit: 30,
928
+ tpmLimit: 150000,
929
+ concurrency: 20,
930
+ description: null,
931
+ temperature: 0,
932
+ imageEncoding: 'url',
933
+ sampleTimeoutSeconds: 20,
934
+ },
935
+ dbosWorkflowId: 'exp:84d6ad2b-b645-49fc-abc0-80d6b0ad917a:retry:1779510796766',
936
+ controlState: null,
937
+ totalSamples: 50,
938
+ processedSamples: 50,
939
+ failedSamples: 0,
940
+ metrics: {
941
+ f1: 0.9388004895960833,
942
+ recall: 0.9366883116883117,
943
+ accuracy: 0.94,
944
+ perClass: [
945
+ {
946
+ f1: 0.9473684210526316,
947
+ fn: 1,
948
+ tp: 27,
949
+ label: 'negative',
950
+ recall: 0.9642857142857143,
951
+ support: 28,
952
+ precision: 0.9310344827586207,
953
+ },
954
+ {
955
+ f1: 0.9302325581395349,
956
+ fn: 2,
957
+ tp: 20,
958
+ label: 'positive',
959
+ recall: 0.9090909090909091,
960
+ support: 22,
961
+ precision: 0.9523809523809523,
962
+ },
963
+ ],
964
+ precision: 0.9417077175697866,
965
+ inputTokens: 11613,
966
+ costEstimate: 0.001576,
967
+ outputTokens: 650,
968
+ p50LatencyMs: 916,
969
+ p95LatencyMs: 24086,
970
+ averageLatencyMs: 2853.68,
971
+ },
972
+ failureKind: null,
973
+ failureReason: null,
974
+ startedAt: '2026-05-23T04:33:16.779Z',
975
+ finishedAt: '2026-05-23T04:38:22.586Z',
976
+ createdAt: '2026-05-23T04:25:10.811Z',
977
+ updatedAt: '2026-05-23T04:38:22.586Z',
978
+ },
979
+ {
980
+ id: 'e813237c-f285-4d65-9638-a3e25f71a2b5',
981
+ name: 'exp-2026-0523-2',
982
+ promptVersionId: '6f06843e-f897-473e-b0e4-4bbdd0a56fda',
983
+ datasetId: 'db945aa9-fe6e-4591-9b99-42f0b4dd567e',
984
+ modelId: '826d092f-0afa-4e01-b223-d608d1db519d',
985
+ optimizationId: null,
986
+ roundIndex: null,
987
+ status: 'success',
988
+ runConfig: {
989
+ retries: 2,
990
+ rpmLimit: 30,
991
+ tpmLimit: 150000,
992
+ concurrency: 20,
993
+ description: null,
994
+ temperature: 0,
995
+ imageEncoding: 'url',
996
+ sampleTimeoutSeconds: 20,
997
+ },
998
+ dbosWorkflowId: 'exp:e813237c-f285-4d65-9638-a3e25f71a2b5:start:1779514777385',
999
+ controlState: null,
1000
+ totalSamples: 50,
1001
+ processedSamples: 50,
1002
+ failedSamples: 0,
1003
+ metrics: {
1004
+ f1: 0.9699381078691424,
1005
+ recall: 0.975,
1006
+ accuracy: 0.66,
1007
+ perClass: [
1008
+ {
1009
+ f1: 0.9655172413793104,
1010
+ fn: 0,
1011
+ tp: 14,
1012
+ label: 'positive',
1013
+ recall: 1,
1014
+ support: 14,
1015
+ precision: 0.9333333333333333,
1016
+ },
1017
+ {
1018
+ f1: 0.9743589743589743,
1019
+ fn: 1,
1020
+ tp: 19,
1021
+ label: 'negative',
1022
+ recall: 0.95,
1023
+ support: 20,
1024
+ precision: 1,
1025
+ },
1026
+ ],
1027
+ precision: 0.9666666666666667,
1028
+ inputTokens: 11613,
1029
+ costEstimate: 0.002849,
1030
+ outputTokens: 3413,
1031
+ p50LatencyMs: 2964,
1032
+ p95LatencyMs: 10217.799999999997,
1033
+ averageLatencyMs: 4011.26,
1034
+ },
1035
+ failureKind: null,
1036
+ failureReason: null,
1037
+ startedAt: '2026-05-23T05:39:37.409Z',
1038
+ finishedAt: '2026-05-23T05:41:07.584Z',
1039
+ createdAt: '2026-05-23T05:39:37.381Z',
1040
+ updatedAt: '2026-05-23T05:41:07.584Z',
1041
+ },
1042
+ {
1043
+ id: 'ef6c9622-7fe1-455b-a4fd-85176f80bce5',
1044
+ name: 'exp-2026-0523-3',
1045
+ promptVersionId: '6f06843e-f897-473e-b0e4-4bbdd0a56fda',
1046
+ datasetId: 'db945aa9-fe6e-4591-9b99-42f0b4dd567e',
1047
+ modelId: '826d092f-0afa-4e01-b223-d608d1db519d',
1048
+ optimizationId: null,
1049
+ roundIndex: null,
1050
+ status: 'success',
1051
+ runConfig: {
1052
+ retries: 2,
1053
+ rpmLimit: 30,
1054
+ tpmLimit: 150000,
1055
+ concurrency: 20,
1056
+ description: 'emotion category v1 · yelp-polarity · ERNIE 5.0',
1057
+ temperature: 0,
1058
+ imageEncoding: 'url',
1059
+ sampleTimeoutSeconds: 20,
1060
+ },
1061
+ dbosWorkflowId: 'exp:ef6c9622-7fe1-455b-a4fd-85176f80bce5:start:1779516193825',
1062
+ controlState: null,
1063
+ totalSamples: 50,
1064
+ processedSamples: 50,
1065
+ failedSamples: 0,
1066
+ metrics: {
1067
+ f1: 0.9388004895960833,
1068
+ recall: 0.9366883116883117,
1069
+ accuracy: 0.94,
1070
+ perClass: [
1071
+ {
1072
+ f1: 0.9473684210526316,
1073
+ fn: 1,
1074
+ tp: 27,
1075
+ label: 'negative',
1076
+ recall: 0.9642857142857143,
1077
+ support: 28,
1078
+ precision: 0.9310344827586207,
1079
+ },
1080
+ {
1081
+ f1: 0.9302325581395349,
1082
+ fn: 2,
1083
+ tp: 20,
1084
+ label: 'positive',
1085
+ recall: 0.9090909090909091,
1086
+ support: 22,
1087
+ precision: 0.9523809523809523,
1088
+ },
1089
+ ],
1090
+ precision: 0.9417077175697866,
1091
+ inputTokens: 11613,
1092
+ costEstimate: 0.002839,
1093
+ outputTokens: 3384,
1094
+ p50LatencyMs: 2881,
1095
+ p95LatencyMs: 9313.849999999997,
1096
+ averageLatencyMs: 3919.74,
1097
+ },
1098
+ failureKind: null,
1099
+ failureReason: null,
1100
+ startedAt: '2026-05-23T06:03:13.845Z',
1101
+ finishedAt: '2026-05-23T06:04:44.070Z',
1102
+ createdAt: '2026-05-23T06:03:13.820Z',
1103
+ updatedAt: '2026-05-23T06:04:44.070Z',
1104
+ },
1105
+ {
1106
+ id: '7c54873b-8d0a-5003-8cfb-26f8b8ba7096',
1107
+ name: 'iter-2026-0523- · R1',
1108
+ promptVersionId: '8eab5ca8-08f2-5bdc-b69e-bedf4c6f188e',
1109
+ datasetId: 'db945aa9-fe6e-4591-9b99-42f0b4dd567e',
1110
+ modelId: '826d092f-0afa-4e01-b223-d608d1db519d',
1111
+ optimizationId: '1f9d680e-355c-4f14-a0b6-aef5e6c062c6',
1112
+ roundIndex: 1,
1113
+ status: 'success',
1114
+ runConfig: {
1115
+ retries: 0,
1116
+ rpmLimit: 60,
1117
+ tpmLimit: 120000,
1118
+ concurrency: 8,
1119
+ temperature: 0,
1120
+ imageEncoding: 'url',
1121
+ sampleTimeoutSeconds: 20,
1122
+ },
1123
+ dbosWorkflowId: null,
1124
+ controlState: null,
1125
+ totalSamples: 50,
1126
+ processedSamples: 50,
1127
+ failedSamples: 0,
1128
+ metrics: {
1129
+ f1: 0.9589490968801313,
1130
+ recall: 0.9545454545454546,
1131
+ accuracy: 0.96,
1132
+ perClass: [
1133
+ {
1134
+ f1: 0.9655172413793104,
1135
+ fn: 0,
1136
+ tp: 28,
1137
+ label: 'negative',
1138
+ recall: 1,
1139
+ support: 28,
1140
+ precision: 0.9333333333333333,
1141
+ },
1142
+ {
1143
+ f1: 0.9523809523809523,
1144
+ fn: 2,
1145
+ tp: 20,
1146
+ label: 'positive',
1147
+ recall: 0.9090909090909091,
1148
+ support: 22,
1149
+ precision: 1,
1150
+ },
1151
+ ],
1152
+ precision: 0.9666666666666667,
1153
+ inputTokens: 21913,
1154
+ costEstimate: 0.004593,
1155
+ outputTokens: 4750,
1156
+ p50LatencyMs: 3982.5,
1157
+ p95LatencyMs: 21245.499999999956,
1158
+ averageLatencyMs: 5980.26,
1159
+ },
1160
+ failureKind: null,
1161
+ failureReason: null,
1162
+ startedAt: '2026-05-23T07:05:49.553Z',
1163
+ finishedAt: '2026-05-23T07:07:19.707Z',
1164
+ createdAt: '2026-05-23T07:05:49.536Z',
1165
+ updatedAt: '2026-05-23T07:07:19.707Z',
1166
+ },
1167
+ ];
1168
+ //# sourceMappingURL=experiments.js.map