OpenWhistle commited on
Commit
f8aae04
·
verified ·
1 Parent(s): 371ce7a

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,503 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ - config_name: all
4
+ features:
5
+ - name: audio
6
+ dtype:
7
+ audio:
8
+ decode: false
9
+ - name: label
10
+ dtype:
11
+ class_label:
12
+ names:
13
+ '0': NSW_3
14
+ '1': NSW_2
15
+ '2': NSW_1
16
+ '3': SW_Dana
17
+ '4': SW_Luna
18
+ '5': SW_Nana
19
+ '6': SW_Neo
20
+ '7': SW_Nikita
21
+ '8': SW_Shy
22
+ '9': SW_Yosefa
23
+ - name: name
24
+ dtype: string
25
+ - name: onset
26
+ dtype: float32
27
+ - name: offset
28
+ dtype: float32
29
+ - name: duration
30
+ dtype: float32
31
+ - name: recording_duration
32
+ dtype: float32
33
+ - name: whistle_type
34
+ dtype: int64
35
+ - name: whistle_name
36
+ dtype: string
37
+ - name: f0_time
38
+ sequence: float32
39
+ - name: f0_hz
40
+ sequence: float32
41
+ - name: f0_conf
42
+ sequence: float32
43
+ - name: f0_ok
44
+ dtype: bool
45
+ - name: f0_bad_reason
46
+ dtype: string
47
+ - name: f0_spectrogram
48
+ dtype: image
49
+ splits:
50
+ - name: train
51
+ num_examples: 5848
52
+ - name: validation
53
+ num_examples: 1253
54
+ - name: test
55
+ num_examples: 1253
56
+ - config_name: all-review-sample
57
+ features:
58
+ - name: audio
59
+ dtype:
60
+ audio:
61
+ decode: false
62
+ - name: label
63
+ dtype:
64
+ class_label:
65
+ names:
66
+ '0': NSW_3
67
+ '1': NSW_2
68
+ '2': NSW_1
69
+ '3': SW_Dana
70
+ '4': SW_Luna
71
+ '5': SW_Nana
72
+ '6': SW_Neo
73
+ '7': SW_Nikita
74
+ '8': SW_Shy
75
+ '9': SW_Yosefa
76
+ - name: name
77
+ dtype: string
78
+ - name: onset
79
+ dtype: float32
80
+ - name: offset
81
+ dtype: float32
82
+ - name: duration
83
+ dtype: float32
84
+ - name: recording_duration
85
+ dtype: float32
86
+ - name: whistle_type
87
+ dtype: int64
88
+ - name: whistle_name
89
+ dtype: string
90
+ - name: f0_time
91
+ sequence: float32
92
+ - name: f0_hz
93
+ sequence: float32
94
+ - name: f0_conf
95
+ sequence: float32
96
+ - name: f0_ok
97
+ dtype: bool
98
+ - name: f0_bad_reason
99
+ dtype: string
100
+ - name: f0_spectrogram
101
+ dtype: image
102
+ splits:
103
+ - name: train
104
+ num_examples: 336
105
+ - name: validation
106
+ num_examples: 72
107
+ - name: test
108
+ num_examples: 72
109
+ - config_name: balanced
110
+ features:
111
+ - name: audio
112
+ dtype:
113
+ audio:
114
+ decode: false
115
+ - name: label
116
+ dtype:
117
+ class_label:
118
+ names:
119
+ '0': NSW_1
120
+ '1': SW_Luna
121
+ '2': SW_Nana
122
+ '3': SW_Neo
123
+ '4': SW_Nikita
124
+ '5': SW_Yosefa
125
+ - name: name
126
+ dtype: string
127
+ - name: onset
128
+ dtype: float32
129
+ - name: offset
130
+ dtype: float32
131
+ - name: duration
132
+ dtype: float32
133
+ - name: recording_duration
134
+ dtype: float32
135
+ - name: whistle_type
136
+ dtype: int64
137
+ - name: whistle_name
138
+ dtype: string
139
+ - name: f0_time
140
+ sequence: float32
141
+ - name: f0_hz
142
+ sequence: float32
143
+ - name: f0_conf
144
+ sequence: float32
145
+ - name: f0_ok
146
+ dtype: bool
147
+ - name: f0_bad_reason
148
+ dtype: string
149
+ - name: f0_spectrogram
150
+ dtype: image
151
+ splits:
152
+ - name: train
153
+ num_examples: 2100
154
+ - name: validation
155
+ num_examples: 450
156
+ - name: test
157
+ num_examples: 450
158
+ - config_name: balanced-review-sample
159
+ features:
160
+ - name: audio
161
+ dtype:
162
+ audio:
163
+ decode: false
164
+ - name: label
165
+ dtype:
166
+ class_label:
167
+ names:
168
+ '0': NSW_1
169
+ '1': SW_Luna
170
+ '2': SW_Nana
171
+ '3': SW_Neo
172
+ '4': SW_Nikita
173
+ '5': SW_Yosefa
174
+ - name: name
175
+ dtype: string
176
+ - name: onset
177
+ dtype: float32
178
+ - name: offset
179
+ dtype: float32
180
+ - name: duration
181
+ dtype: float32
182
+ - name: recording_duration
183
+ dtype: float32
184
+ - name: whistle_type
185
+ dtype: int64
186
+ - name: whistle_name
187
+ dtype: string
188
+ - name: f0_time
189
+ sequence: float32
190
+ - name: f0_hz
191
+ sequence: float32
192
+ - name: f0_conf
193
+ sequence: float32
194
+ - name: f0_ok
195
+ dtype: bool
196
+ - name: f0_bad_reason
197
+ dtype: string
198
+ - name: f0_spectrogram
199
+ dtype: image
200
+ splits:
201
+ - name: train
202
+ num_examples: 336
203
+ - name: validation
204
+ num_examples: 72
205
+ - name: test
206
+ num_examples: 72
207
+ - config_name: unbalanced
208
+ features:
209
+ - name: audio
210
+ dtype:
211
+ audio:
212
+ decode: false
213
+ - name: label
214
+ dtype:
215
+ class_label:
216
+ names:
217
+ '0': NSW_3
218
+ '1': NSW_2
219
+ '2': NSW_1
220
+ '3': SW_Dana
221
+ '4': SW_Luna
222
+ '5': SW_Nana
223
+ '6': SW_Neo
224
+ '7': SW_Nikita
225
+ '8': SW_Shy
226
+ '9': SW_Yosefa
227
+ - name: name
228
+ dtype: string
229
+ - name: onset
230
+ dtype: float32
231
+ - name: offset
232
+ dtype: float32
233
+ - name: duration
234
+ dtype: float32
235
+ - name: recording_duration
236
+ dtype: float32
237
+ - name: whistle_type
238
+ dtype: int64
239
+ - name: whistle_name
240
+ dtype: string
241
+ - name: f0_time
242
+ sequence: float32
243
+ - name: f0_hz
244
+ sequence: float32
245
+ - name: f0_conf
246
+ sequence: float32
247
+ - name: f0_ok
248
+ dtype: bool
249
+ - name: f0_bad_reason
250
+ dtype: string
251
+ - name: f0_spectrogram
252
+ dtype: image
253
+ splits:
254
+ - name: train
255
+ num_examples: 2442
256
+ - name: validation
257
+ num_examples: 523
258
+ - name: test
259
+ num_examples: 523
260
+ - config_name: unbalanced-review-sample
261
+ features:
262
+ - name: audio
263
+ dtype:
264
+ audio:
265
+ decode: false
266
+ - name: label
267
+ dtype:
268
+ class_label:
269
+ names:
270
+ '0': NSW_3
271
+ '1': NSW_2
272
+ '2': NSW_1
273
+ '3': SW_Dana
274
+ '4': SW_Luna
275
+ '5': SW_Nana
276
+ '6': SW_Neo
277
+ '7': SW_Nikita
278
+ '8': SW_Shy
279
+ '9': SW_Yosefa
280
+ - name: name
281
+ dtype: string
282
+ - name: onset
283
+ dtype: float32
284
+ - name: offset
285
+ dtype: float32
286
+ - name: duration
287
+ dtype: float32
288
+ - name: recording_duration
289
+ dtype: float32
290
+ - name: whistle_type
291
+ dtype: int64
292
+ - name: whistle_name
293
+ dtype: string
294
+ - name: f0_time
295
+ sequence: float32
296
+ - name: f0_hz
297
+ sequence: float32
298
+ - name: f0_conf
299
+ sequence: float32
300
+ - name: f0_ok
301
+ dtype: bool
302
+ - name: f0_bad_reason
303
+ dtype: string
304
+ - name: f0_spectrogram
305
+ dtype: image
306
+ splits:
307
+ - name: train
308
+ num_examples: 336
309
+ - name: validation
310
+ num_examples: 72
311
+ - name: test
312
+ num_examples: 72
313
+ task_categories:
314
+ - audio-classification
315
+ tags:
316
+ - dolphin
317
+ - bioacoustics
318
+ - whistle-classification
319
+ - audio
320
+ - f0
321
+ - spectrogram
322
+ configs:
323
+ - config_name: all
324
+ data_files:
325
+ - split: train
326
+ path: all/train-*
327
+ - split: validation
328
+ path: all/validation-*
329
+ - split: test
330
+ path: all/test-*
331
+ - config_name: all-review-sample
332
+ data_files:
333
+ - split: train
334
+ path: all-review-sample/train-*
335
+ - split: validation
336
+ path: all-review-sample/validation-*
337
+ - split: test
338
+ path: all-review-sample/test-*
339
+ - config_name: balanced
340
+ data_files:
341
+ - split: train
342
+ path: balanced/train-*
343
+ - split: validation
344
+ path: balanced/validation-*
345
+ - split: test
346
+ path: balanced/test-*
347
+ - config_name: balanced-review-sample
348
+ data_files:
349
+ - split: train
350
+ path: balanced-review-sample/train-*
351
+ - split: validation
352
+ path: balanced-review-sample/validation-*
353
+ - split: test
354
+ path: balanced-review-sample/test-*
355
+ - config_name: unbalanced
356
+ data_files:
357
+ - split: train
358
+ path: unbalanced/train-*
359
+ - split: validation
360
+ path: unbalanced/validation-*
361
+ - split: test
362
+ path: unbalanced/test-*
363
+ - config_name: unbalanced-review-sample
364
+ data_files:
365
+ - split: train
366
+ path: unbalanced-review-sample/train-*
367
+ - split: validation
368
+ path: unbalanced-review-sample/validation-*
369
+ - split: test
370
+ path: unbalanced-review-sample/test-*
371
+ ---
372
+
373
+ # OpenWhistle Classification Finetuning Dataset
374
+
375
+ `OpenWhistle/OpenWhistle-Classification-Finetuning` is the public
376
+ classification finetuning dataset used for dolphin whistle identity
377
+ classification. It contains short whistle clips, whistle-level metadata,
378
+ fundamental-frequency tracks, rendered F0 spectrograms, and integer class
379
+ labels.
380
+
381
+ The main reviewer-facing subset is the balanced `balanced` config. It contains
382
+ six classes:
383
+
384
+ - `NSW_1` (`label=0`)
385
+ - `SW_Luna` (`label=1`)
386
+ - `SW_Nana` (`label=2`)
387
+ - `SW_Neo` (`label=3`)
388
+ - `SW_Nikita` (`label=4`)
389
+ - `SW_Yosefa` (`label=5`)
390
+
391
+ The full dataset is split by recording session, so no session appears in more
392
+ than one of `train`, `validation`, or `test`. Smaller deterministic review
393
+ configs are also provided so reviewers can inspect representative examples
394
+ quickly without downloading the complete data first.
395
+
396
+ ## Dataset Contents
397
+
398
+ - Hugging Face repo: `OpenWhistle/OpenWhistle-Classification-Finetuning`
399
+ - Main balanced config: `balanced`
400
+ - Reviewer convenience config: `balanced-review-sample`
401
+ - Public columns: `audio`, `label`, `name`, `onset`, `offset`, `duration`,
402
+ `recording_duration`, `whistle_type`, `whistle_name`, `f0_time`, `f0_hz`,
403
+ `f0_conf`, `f0_ok`, `f0_bad_reason`, `f0_spectrogram`
404
+
405
+ ## Balanced Dataset Splits
406
+
407
+ | Split | Rows | NSW_1 | SW_Luna | SW_Nana | SW_Neo | SW_Nikita | SW_Yosefa | Sessions |
408
+ | --- | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: |
409
+ | `train` | 2,100 | 350 | 350 | 350 | 350 | 350 | 350 | 161 |
410
+ | `validation` | 450 | 75 | 75 | 75 | 75 | 75 | 75 | 54 |
411
+ | `test` | 450 | 75 | 75 | 75 | 75 | 75 | 75 | 37 |
412
+ | **Total** | **3,000** | **500** | **500** | **500** | **500** | **500** | **500** | **252** |
413
+
414
+ The split assignment was generated with seed `42` and exact class balancing.
415
+ Session leakage checks found no overlap between any pair of splits.
416
+
417
+ ## Available Subsets
418
+
419
+ The repository provides three full classification subsets and their smaller
420
+ review counterparts:
421
+
422
+ | Subset/config | Rows | Classes | Sessions | Purpose |
423
+ | --- | ---: | ---: | ---: | --- |
424
+ | `balanced` | 3,000 | 6 | 252 | Main balanced six-class finetuning dataset |
425
+ | `unbalanced` | 3,488 | 10 | 258 | Ten-class finetuning dataset with capped rare classes |
426
+ | `all` | 8,354 | 10 | 261 | Ten-class dataset preserving the full available class distribution |
427
+ | `balanced-review-sample` | 480 | 6 | Same source split design | Small reviewer sample from `balanced` |
428
+ | `unbalanced-review-sample` | 480 | 10 | Same source split design | Small reviewer sample from `unbalanced` |
429
+ | `all-review-sample` | 480 | 10 | Same source split design | Small reviewer sample from `all` |
430
+
431
+ The ten-class subsets use the following labels:
432
+
433
+ - `NSW_3`
434
+ - `NSW_2`
435
+ - `NSW_1`
436
+ - `SW_Dana`
437
+ - `SW_Luna`
438
+ - `SW_Nana`
439
+ - `SW_Neo`
440
+ - `SW_Nikita`
441
+ - `SW_Shy`
442
+ - `SW_Yosefa`
443
+
444
+ The `balanced` subset keeps the six classes listed above and is the recommended
445
+ starting point for reviewers and model finetuning. The `unbalanced` and `all`
446
+ subsets expose the broader ten-class label space for additional analysis.
447
+
448
+ ## Review Samples
449
+
450
+ Review samples are small deterministic subsets of the same public dataset. They
451
+ were created only to make review and manual inspection easier. They are not a
452
+ replacement for the full configs used for model development or reporting.
453
+
454
+ ### How The Review Samples Were Created
455
+
456
+ All review samples were built after the session-disjoint train/validation/test
457
+ splits were finalized. The review-sample scripts preserve the original split
458
+ assignment: reviewer training examples come only from the original `train`
459
+ split, reviewer validation examples only from `validation`, and reviewer test
460
+ examples only from `test`.
461
+
462
+ For `balanced-review-sample`, rows were sampled separately within each split and
463
+ class. Each class group was shuffled deterministically with
464
+ `numpy.default_rng(seed + split_index)` using seed `42`, then capped at 56 rows
465
+ per class for `train` and 12 rows per class for both `validation` and `test`.
466
+ This keeps the same 70/15/15 split ratio as the full `balanced` config while
467
+ keeping every class equally represented.
468
+
469
+ For `unbalanced-review-sample` and `all-review-sample`, the same deterministic
470
+ shuffle was used, but the target rows were allocated proportionally to the
471
+ source class distribution inside each split. This preserves the class imbalance
472
+ of the larger source configs while keeping the review download small.
473
+
474
+ ### Review Sample Sizes
475
+
476
+ | Config | Source config | Strategy | Train | Validation | Test | Total |
477
+ | --- | --- | --- | ---: | ---: | ---: | ---: |
478
+ | `balanced-review-sample` | `balanced` | Equal rows per class within each split | 336 | 72 | 72 | 480 |
479
+ | `unbalanced-review-sample` | `unbalanced` | Proportional class distribution within each split | 336 | 72 | 72 | 480 |
480
+ | `all-review-sample` | `all` | Proportional class distribution within each split | 336 | 72 | 72 | 480 |
481
+
482
+ The reviewer-facing sample for the main balanced dataset is
483
+ `balanced-review-sample`. The other review samples are included so each full
484
+ subset has a matching small inspection subset.
485
+
486
+ ## Loading The Data
487
+
488
+ ```python
489
+ from datasets import load_dataset
490
+
491
+ full = load_dataset(
492
+ "OpenWhistle/OpenWhistle-Classification-Finetuning",
493
+ "balanced",
494
+ )
495
+ review = load_dataset(
496
+ "OpenWhistle/OpenWhistle-Classification-Finetuning",
497
+ "balanced-review-sample",
498
+ )
499
+ ```
500
+
501
+ Optional broader configs can be loaded by passing `"unbalanced"` or `"all"` as
502
+ the second `load_dataset` argument. Their corresponding review configs are
503
+ `"unbalanced-review-sample"` and `"all-review-sample"`.
all-review-sample/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb16bb8ba1c185f3748c81ef2aaf2cbcd54e908d08674a94cbbf26c1ea6cc9d6
3
+ size 29098279
all-review-sample/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e139db3bab0d3e0e3c5be85bc8819950b2bfe36fb122a9493da853bd3e286afb
3
+ size 139354429
all-review-sample/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25a305cfdeb3cfd3a722ebfc6941e09d0e3be952b6411622b57c6b1fd0660ea4
3
+ size 30488981
all/test-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb202f54208fb8ea201eaf1a0b008498c6f5b820e9a7c4446f2242e5eca7545b
3
+ size 255768273
all/test-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28664a9a126206e16cb915ce972ee2039554ca91fd9e234964decae624308332
3
+ size 258491164
all/train-00000-of-00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5747ae95072c06fef765518cb00c389688c397ff900148d6dbd65f075b5ed83f
3
+ size 396400154
all/train-00001-of-00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d9fa5eaf7e45af52d3229bb1aad1ae4c4805f66adfcb3625f2fee25569ae164
3
+ size 400796029
all/train-00002-of-00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1701ddc474b45f89cdf2e35f0c7eba484d343d92303c056ccbafd65197d0b392
3
+ size 399226317
all/train-00003-of-00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:179c489e2c454bde59bb89a9412278c8a1d88a546e9ae1908cc2c2cad77d2f30
3
+ size 402868052
all/train-00004-of-00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a01703f65bcb33332ed8f58ac5bfefd232d0a2b03a2deaa2fd1c8cba79fd99f
3
+ size 400879663
all/train-00005-of-00006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce45889d0f99ebc69a0b353e62cbc8e9bcb304308baf889639228acac48735bd
3
+ size 400016269
all/validation-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d7bd9e59fea897b6624c9bdc8b94c64061329c27236318d29a08243d1d84d8d
3
+ size 256216891
all/validation-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02389b87c2c61df21dffff1b96e3f175b62aa80a3c13b6902ea0238315dd08c5
3
+ size 253389786
balanced-review-sample/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f03dc8961b7d59854f32b17bb2d92f663d88bef7144d1ef174041963ff1de37
3
+ size 29338890
balanced-review-sample/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de3cc9645b4e40f6665392a767026d33598ea7382245b208dbb4931fd991ec10
3
+ size 136612956
balanced-review-sample/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70f81bc564efdc33fc4849ea7fa1de75da5f44837206671546a09fd6acfae1cc
3
+ size 28952403
balanced/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5bc96e1261eb4d40b254fa3f0653d08b826a38957060aec5af9a5b6645b790e
3
+ size 185643879
balanced/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfc1210513b2d17e9edc1ecb61c6dad006618b8411021748e64a81c658a67f12
3
+ size 420873412
balanced/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898b7b531ce263b1b804716009d9f12318a4c2704ec67a9f3433a7719abc731e
3
+ size 426779570
balanced/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913b2ef597bddd01ed0d5f3d6768e2ad6fae161c176d2f4a80380ade7a0ec445
3
+ size 182043062
unbalanced-review-sample/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e602d5de8e44114620a1f49ace137df65d6333e278d4a7a30914f4e03af2ea60
3
+ size 29362615
unbalanced-review-sample/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:082ef68c17cbdc160c9d6aa025376f9390625172a842be1f94085dfa9c639884
3
+ size 137120865
unbalanced-review-sample/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e9f949c7a77f347428e3175b52c0331c2f445dfc88f5bdc276f19fbdfa77bab
3
+ size 29491865
unbalanced/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bb6b45adf487a257363d71723735f70a293d78b241e3ceca7bc08573a135024
3
+ size 214132531
unbalanced/train-00000-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed0d6d5db6d9b42d440f80b57389c4320267b6023d586d27364184659998182f
3
+ size 329910654
unbalanced/train-00001-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7663d9ed0e7c2b1878b1cb6a9adbfd973827e53fd2f08a852315462733f3a18e
3
+ size 329852451
unbalanced/train-00002-of-00003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6363842f87e20f1472b369cb2e58e6781c0c97043988e12a56f87081e04236e0
3
+ size 331438605
unbalanced/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3e76645b386eac428f1c05e40cc1499ce8753293d28f30c68cca2f0fa437084
3
+ size 213894468