Splend1dchan commited on
Commit
b4ddfd7
·
verified ·
1 Parent(s): 93b0ee0

Normalize SALMon schema for SpeechPPL/SALMon_pGSLM

Browse files
.gitattributes CHANGED
@@ -1,6 +1,5 @@
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.avro filter=lfs diff=lfs merge=lfs -text
4
  *.bin filter=lfs diff=lfs merge=lfs -text
5
  *.bz2 filter=lfs diff=lfs merge=lfs -text
6
  *.ckpt filter=lfs diff=lfs merge=lfs -text
 
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
 
3
  *.bin filter=lfs diff=lfs merge=lfs -text
4
  *.bz2 filter=lfs diff=lfs merge=lfs -text
5
  *.ckpt filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,568 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ - features:
4
+ - name: task
5
+ dtype: string
6
+ - name: ind
7
+ dtype: int64
8
+ - name: positive_sample_tokenwise_loss
9
+ dtype: '[Value(dtype=''float32'', id=None)]'
10
+ - name: negative_sample_tokenwise_loss
11
+ dtype: '[Value(dtype=''float32'', id=None)]'
12
+ - name: prompt_sample_tokenwise_loss
13
+ dtype: '[Value(dtype=''float32'', id=None)]'
14
+ - name: model_generated_continuation
15
+ dtype:
16
+ audio:
17
+ sampling_rate: 16000
18
+ - name: positive_audio
19
+ dtype:
20
+ audio:
21
+ sampling_rate: 16000
22
+ - name: negative_audio
23
+ dtype:
24
+ audio:
25
+ sampling_rate: 16000
26
+ - name: positive_sample_raw_units
27
+ dtype:
28
+ - name: hubert
29
+ dtype: string
30
+ - name: negative_sample_raw_units
31
+ dtype:
32
+ - name: hubert
33
+ dtype: string
34
+ - name: prompt_audio
35
+ dtype:
36
+ audio:
37
+ sampling_rate: 16000
38
+ - name: code_frame_rate
39
+ dtype: int64
40
+ - name: code_depth
41
+ dtype: int64
42
+ - name: model_sampling_rate
43
+ dtype: int64
44
+ - name: ppl_sanity
45
+ dtype: int64
46
+ - name: positive_continuation_tokenwise_loss
47
+ dtype: 'null'
48
+ - name: negative_continuation_tokenwise_loss
49
+ dtype: 'null'
50
+ - name: positive_continuation_raw_units
51
+ dtype:
52
+ - name: hubert
53
+ dtype: string
54
+ - name: negative_continuation_raw_units
55
+ dtype:
56
+ - name: hubert
57
+ dtype: string
58
+ - name: continuation_audio_positive
59
+ dtype:
60
+ audio:
61
+ sampling_rate: 16000
62
+ - name: continuation_audio_negative
63
+ dtype:
64
+ audio:
65
+ sampling_rate: 16000
66
+ splits:
67
+ - name: train
68
+ num_bytes: 87019899
69
+ num_examples: 200
70
+ download_size: 87019899
71
+ dataset_size: 87019899
72
+ config_name: bg_alignment
73
+ - features:
74
+ - name: task
75
+ dtype: string
76
+ - name: ind
77
+ dtype: int64
78
+ - name: positive_sample_tokenwise_loss
79
+ dtype: '[Value(dtype=''float32'', id=None)]'
80
+ - name: negative_sample_tokenwise_loss
81
+ dtype: '[Value(dtype=''float32'', id=None)]'
82
+ - name: prompt_sample_tokenwise_loss
83
+ dtype: '[Value(dtype=''float32'', id=None)]'
84
+ - name: model_generated_continuation
85
+ dtype:
86
+ audio:
87
+ sampling_rate: 16000
88
+ - name: positive_audio
89
+ dtype:
90
+ audio:
91
+ sampling_rate: 16000
92
+ - name: negative_audio
93
+ dtype:
94
+ audio:
95
+ sampling_rate: 16000
96
+ - name: positive_sample_raw_units
97
+ dtype:
98
+ - name: hubert
99
+ dtype: string
100
+ - name: negative_sample_raw_units
101
+ dtype:
102
+ - name: hubert
103
+ dtype: string
104
+ - name: prompt_audio
105
+ dtype:
106
+ audio:
107
+ sampling_rate: 16000
108
+ - name: code_frame_rate
109
+ dtype: int64
110
+ - name: code_depth
111
+ dtype: int64
112
+ - name: model_sampling_rate
113
+ dtype: int64
114
+ - name: ppl_sanity
115
+ dtype: int64
116
+ - name: positive_continuation_tokenwise_loss
117
+ dtype: '[Value(dtype=''float64'', id=None)]'
118
+ - name: negative_continuation_tokenwise_loss
119
+ dtype: '[Value(dtype=''float64'', id=None)]'
120
+ - name: positive_continuation_raw_units
121
+ dtype:
122
+ - name: hubert
123
+ dtype: string
124
+ - name: negative_continuation_raw_units
125
+ dtype:
126
+ - name: hubert
127
+ dtype: string
128
+ - name: continuation_audio_positive
129
+ dtype:
130
+ audio:
131
+ sampling_rate: 16000
132
+ - name: continuation_audio_negative
133
+ dtype:
134
+ audio:
135
+ sampling_rate: 16000
136
+ splits:
137
+ - name: train
138
+ num_bytes: 207143109
139
+ num_examples: 200
140
+ download_size: 207143109
141
+ dataset_size: 207143109
142
+ config_name: bg_all_consistency
143
+ - features:
144
+ - name: task
145
+ dtype: string
146
+ - name: ind
147
+ dtype: int64
148
+ - name: positive_sample_tokenwise_loss
149
+ dtype: '[Value(dtype=''float32'', id=None)]'
150
+ - name: negative_sample_tokenwise_loss
151
+ dtype: '[Value(dtype=''float32'', id=None)]'
152
+ - name: prompt_sample_tokenwise_loss
153
+ dtype: '[Value(dtype=''float32'', id=None)]'
154
+ - name: model_generated_continuation
155
+ dtype:
156
+ audio:
157
+ sampling_rate: 16000
158
+ - name: positive_audio
159
+ dtype:
160
+ audio:
161
+ sampling_rate: 16000
162
+ - name: negative_audio
163
+ dtype:
164
+ audio:
165
+ sampling_rate: 16000
166
+ - name: positive_sample_raw_units
167
+ dtype:
168
+ - name: hubert
169
+ dtype: string
170
+ - name: negative_sample_raw_units
171
+ dtype:
172
+ - name: hubert
173
+ dtype: string
174
+ - name: prompt_audio
175
+ dtype:
176
+ audio:
177
+ sampling_rate: 16000
178
+ - name: code_frame_rate
179
+ dtype: int64
180
+ - name: code_depth
181
+ dtype: int64
182
+ - name: model_sampling_rate
183
+ dtype: int64
184
+ - name: ppl_sanity
185
+ dtype: int64
186
+ - name: positive_continuation_tokenwise_loss
187
+ dtype: '[Value(dtype=''float64'', id=None)]'
188
+ - name: negative_continuation_tokenwise_loss
189
+ dtype: '[Value(dtype=''float64'', id=None)]'
190
+ - name: positive_continuation_raw_units
191
+ dtype:
192
+ - name: hubert
193
+ dtype: string
194
+ - name: negative_continuation_raw_units
195
+ dtype:
196
+ - name: hubert
197
+ dtype: string
198
+ - name: continuation_audio_positive
199
+ dtype:
200
+ audio:
201
+ sampling_rate: 16000
202
+ - name: continuation_audio_negative
203
+ dtype:
204
+ audio:
205
+ sampling_rate: 16000
206
+ splits:
207
+ - name: train
208
+ num_bytes: 210303767
209
+ num_examples: 200
210
+ download_size: 210303767
211
+ dataset_size: 210303767
212
+ config_name: bg_domain_consistency
213
+ - features:
214
+ - name: task
215
+ dtype: string
216
+ - name: ind
217
+ dtype: int64
218
+ - name: positive_sample_tokenwise_loss
219
+ dtype: '[Value(dtype=''float32'', id=None)]'
220
+ - name: negative_sample_tokenwise_loss
221
+ dtype: '[Value(dtype=''float32'', id=None)]'
222
+ - name: prompt_sample_tokenwise_loss
223
+ dtype: '[Value(dtype=''float32'', id=None)]'
224
+ - name: model_generated_continuation
225
+ dtype:
226
+ audio:
227
+ sampling_rate: 16000
228
+ - name: positive_audio
229
+ dtype:
230
+ audio:
231
+ sampling_rate: 16000
232
+ - name: negative_audio
233
+ dtype:
234
+ audio:
235
+ sampling_rate: 16000
236
+ - name: positive_sample_raw_units
237
+ dtype:
238
+ - name: hubert
239
+ dtype: string
240
+ - name: negative_sample_raw_units
241
+ dtype:
242
+ - name: hubert
243
+ dtype: string
244
+ - name: prompt_audio
245
+ dtype:
246
+ audio:
247
+ sampling_rate: 16000
248
+ - name: code_frame_rate
249
+ dtype: int64
250
+ - name: code_depth
251
+ dtype: int64
252
+ - name: model_sampling_rate
253
+ dtype: int64
254
+ - name: ppl_sanity
255
+ dtype: int64
256
+ - name: positive_continuation_tokenwise_loss
257
+ dtype: '[Value(dtype=''float64'', id=None)]'
258
+ - name: negative_continuation_tokenwise_loss
259
+ dtype: '[Value(dtype=''float64'', id=None)]'
260
+ - name: positive_continuation_raw_units
261
+ dtype:
262
+ - name: hubert
263
+ dtype: string
264
+ - name: negative_continuation_raw_units
265
+ dtype:
266
+ - name: hubert
267
+ dtype: string
268
+ - name: continuation_audio_positive
269
+ dtype:
270
+ audio:
271
+ sampling_rate: 16000
272
+ - name: continuation_audio_negative
273
+ dtype:
274
+ audio:
275
+ sampling_rate: 16000
276
+ splits:
277
+ - name: train
278
+ num_bytes: 209062383
279
+ num_examples: 200
280
+ download_size: 209062383
281
+ dataset_size: 209062383
282
+ config_name: gender_consistency
283
+ - features:
284
+ - name: task
285
+ dtype: string
286
+ - name: ind
287
+ dtype: int64
288
+ - name: positive_sample_tokenwise_loss
289
+ dtype: '[Value(dtype=''float32'', id=None)]'
290
+ - name: negative_sample_tokenwise_loss
291
+ dtype: '[Value(dtype=''float32'', id=None)]'
292
+ - name: prompt_sample_tokenwise_loss
293
+ dtype: '[Value(dtype=''float32'', id=None)]'
294
+ - name: model_generated_continuation
295
+ dtype:
296
+ audio:
297
+ sampling_rate: 16000
298
+ - name: positive_audio
299
+ dtype:
300
+ audio:
301
+ sampling_rate: 16000
302
+ - name: negative_audio
303
+ dtype:
304
+ audio:
305
+ sampling_rate: 16000
306
+ - name: positive_sample_raw_units
307
+ dtype:
308
+ - name: hubert
309
+ dtype: string
310
+ - name: negative_sample_raw_units
311
+ dtype:
312
+ - name: hubert
313
+ dtype: string
314
+ - name: prompt_audio
315
+ dtype:
316
+ audio:
317
+ sampling_rate: 16000
318
+ - name: code_frame_rate
319
+ dtype: int64
320
+ - name: code_depth
321
+ dtype: int64
322
+ - name: model_sampling_rate
323
+ dtype: int64
324
+ - name: ppl_sanity
325
+ dtype: int64
326
+ - name: positive_continuation_tokenwise_loss
327
+ dtype: '[Value(dtype=''float64'', id=None)]'
328
+ - name: negative_continuation_tokenwise_loss
329
+ dtype: '[Value(dtype=''float64'', id=None)]'
330
+ - name: positive_continuation_raw_units
331
+ dtype:
332
+ - name: hubert
333
+ dtype: string
334
+ - name: negative_continuation_raw_units
335
+ dtype:
336
+ - name: hubert
337
+ dtype: string
338
+ - name: continuation_audio_positive
339
+ dtype:
340
+ audio:
341
+ sampling_rate: 16000
342
+ - name: continuation_audio_negative
343
+ dtype:
344
+ audio:
345
+ sampling_rate: 16000
346
+ splits:
347
+ - name: train
348
+ num_bytes: 202129101
349
+ num_examples: 200
350
+ download_size: 202129101
351
+ dataset_size: 202129101
352
+ config_name: rir_consistency
353
+ - features:
354
+ - name: task
355
+ dtype: string
356
+ - name: ind
357
+ dtype: int64
358
+ - name: positive_sample_tokenwise_loss
359
+ dtype: '[Value(dtype=''float32'', id=None)]'
360
+ - name: negative_sample_tokenwise_loss
361
+ dtype: '[Value(dtype=''float32'', id=None)]'
362
+ - name: prompt_sample_tokenwise_loss
363
+ dtype: '[Value(dtype=''float32'', id=None)]'
364
+ - name: model_generated_continuation
365
+ dtype:
366
+ audio:
367
+ sampling_rate: 16000
368
+ - name: positive_audio
369
+ dtype:
370
+ audio:
371
+ sampling_rate: 16000
372
+ - name: negative_audio
373
+ dtype:
374
+ audio:
375
+ sampling_rate: 16000
376
+ - name: positive_sample_raw_units
377
+ dtype:
378
+ - name: hubert
379
+ dtype: string
380
+ - name: negative_sample_raw_units
381
+ dtype:
382
+ - name: hubert
383
+ dtype: string
384
+ - name: prompt_audio
385
+ dtype:
386
+ audio:
387
+ sampling_rate: 16000
388
+ - name: code_frame_rate
389
+ dtype: int64
390
+ - name: code_depth
391
+ dtype: int64
392
+ - name: model_sampling_rate
393
+ dtype: int64
394
+ - name: ppl_sanity
395
+ dtype: int64
396
+ - name: positive_continuation_tokenwise_loss
397
+ dtype: 'null'
398
+ - name: negative_continuation_tokenwise_loss
399
+ dtype: 'null'
400
+ - name: positive_continuation_raw_units
401
+ dtype:
402
+ - name: hubert
403
+ dtype: string
404
+ - name: negative_continuation_raw_units
405
+ dtype:
406
+ - name: hubert
407
+ dtype: string
408
+ - name: continuation_audio_positive
409
+ dtype:
410
+ audio:
411
+ sampling_rate: 16000
412
+ - name: continuation_audio_negative
413
+ dtype:
414
+ audio:
415
+ sampling_rate: 16000
416
+ splits:
417
+ - name: train
418
+ num_bytes: 46742156
419
+ num_examples: 200
420
+ download_size: 46742156
421
+ dataset_size: 46742156
422
+ config_name: sentiment_alignment
423
+ - features:
424
+ - name: task
425
+ dtype: string
426
+ - name: ind
427
+ dtype: int64
428
+ - name: positive_sample_tokenwise_loss
429
+ dtype: '[Value(dtype=''float32'', id=None)]'
430
+ - name: negative_sample_tokenwise_loss
431
+ dtype: '[Value(dtype=''float32'', id=None)]'
432
+ - name: prompt_sample_tokenwise_loss
433
+ dtype: '[Value(dtype=''float32'', id=None)]'
434
+ - name: model_generated_continuation
435
+ dtype:
436
+ audio:
437
+ sampling_rate: 16000
438
+ - name: positive_audio
439
+ dtype:
440
+ audio:
441
+ sampling_rate: 16000
442
+ - name: negative_audio
443
+ dtype:
444
+ audio:
445
+ sampling_rate: 16000
446
+ - name: positive_sample_raw_units
447
+ dtype:
448
+ - name: hubert
449
+ dtype: string
450
+ - name: negative_sample_raw_units
451
+ dtype:
452
+ - name: hubert
453
+ dtype: string
454
+ - name: prompt_audio
455
+ dtype:
456
+ audio:
457
+ sampling_rate: 16000
458
+ - name: code_frame_rate
459
+ dtype: int64
460
+ - name: code_depth
461
+ dtype: int64
462
+ - name: model_sampling_rate
463
+ dtype: int64
464
+ - name: ppl_sanity
465
+ dtype: int64
466
+ - name: positive_continuation_tokenwise_loss
467
+ dtype: '[Value(dtype=''float64'', id=None)]'
468
+ - name: negative_continuation_tokenwise_loss
469
+ dtype: '[Value(dtype=''float64'', id=None)]'
470
+ - name: positive_continuation_raw_units
471
+ dtype:
472
+ - name: hubert
473
+ dtype: string
474
+ - name: negative_continuation_raw_units
475
+ dtype:
476
+ - name: hubert
477
+ dtype: string
478
+ - name: continuation_audio_positive
479
+ dtype:
480
+ audio:
481
+ sampling_rate: 16000
482
+ - name: continuation_audio_negative
483
+ dtype:
484
+ audio:
485
+ sampling_rate: 16000
486
+ splits:
487
+ - name: train
488
+ num_bytes: 210124373
489
+ num_examples: 200
490
+ download_size: 210124373
491
+ dataset_size: 210124373
492
+ config_name: sentiment_consistency
493
+ - features:
494
+ - name: task
495
+ dtype: string
496
+ - name: ind
497
+ dtype: int64
498
+ - name: positive_sample_tokenwise_loss
499
+ dtype: '[Value(dtype=''float32'', id=None)]'
500
+ - name: negative_sample_tokenwise_loss
501
+ dtype: '[Value(dtype=''float32'', id=None)]'
502
+ - name: prompt_sample_tokenwise_loss
503
+ dtype: '[Value(dtype=''float32'', id=None)]'
504
+ - name: model_generated_continuation
505
+ dtype:
506
+ audio:
507
+ sampling_rate: 16000
508
+ - name: positive_audio
509
+ dtype:
510
+ audio:
511
+ sampling_rate: 16000
512
+ - name: negative_audio
513
+ dtype:
514
+ audio:
515
+ sampling_rate: 16000
516
+ - name: positive_sample_raw_units
517
+ dtype:
518
+ - name: hubert
519
+ dtype: string
520
+ - name: negative_sample_raw_units
521
+ dtype:
522
+ - name: hubert
523
+ dtype: string
524
+ - name: prompt_audio
525
+ dtype:
526
+ audio:
527
+ sampling_rate: 16000
528
+ - name: code_frame_rate
529
+ dtype: int64
530
+ - name: code_depth
531
+ dtype: int64
532
+ - name: model_sampling_rate
533
+ dtype: int64
534
+ - name: ppl_sanity
535
+ dtype: int64
536
+ - name: positive_continuation_tokenwise_loss
537
+ dtype: '[Value(dtype=''float64'', id=None)]'
538
+ - name: negative_continuation_tokenwise_loss
539
+ dtype: '[Value(dtype=''float64'', id=None)]'
540
+ - name: positive_continuation_raw_units
541
+ dtype:
542
+ - name: hubert
543
+ dtype: string
544
+ - name: negative_continuation_raw_units
545
+ dtype:
546
+ - name: hubert
547
+ dtype: string
548
+ - name: continuation_audio_positive
549
+ dtype:
550
+ audio:
551
+ sampling_rate: 16000
552
+ - name: continuation_audio_negative
553
+ dtype:
554
+ audio:
555
+ sampling_rate: 16000
556
+ splits:
557
+ - name: train
558
+ num_bytes: 209864717
559
+ num_examples: 200
560
+ download_size: 209864717
561
+ dataset_size: 209864717
562
+ config_name: speaker_consistency
563
+ ---
564
+
565
+ # SALMon Normalized Dataset
566
+
567
+ This repo preserves the SALMon per-config folder layout while normalizing
568
+ mismatched schema details across model families.
bg_alignment/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68c5514d448a729b179161ccb875a36a83149997e83b039007dd1b3a3ddecdf8
3
+ size 87019899
bg_all_consistency/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f187c96a199d73351eb1986cf510eed07095cb81649b94e3293398fc5f165219
3
+ size 207143109
bg_domain_consistency/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:513bae56a2afb97016c8e3001a1016ce1d6002b88c8b4c258af3cc7d3bb50bc6
3
+ size 210303767
gender_consistency/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fdc19aa7574dd96f261d291756edfea81166007ecc59f032b101d6dbae61919
3
+ size 209062383
rir_consistency/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68a754798212ca5a8b608746845735f41a628dac52e9f9bd36e684459118cb4b
3
+ size 202129101
sentiment_alignment/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b2299e6a7b152f4b11522e608c4bcfe7b124af1ecf299b4892099e52f92f4b9
3
+ size 46742156
sentiment_consistency/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99b72c1fc77f039d14aad0169ce9d25ef2af970a687c2d0fc7a41b2b3e430a9e
3
+ size 210124373
speaker_consistency/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e6f42e619d479b7415ed755247ce67221cf1eb8c9adf8a9b3df8f9dc38581d3
3
+ size 209864717