parquet-converter commited on
Commit
19736c6
·
verified ·
1 Parent(s): 9725807

Update parquet files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +0 -178
  2. data/dev.other/dev.other-00000-of-00002.parquet +0 -3
  3. data/dev.other/dev.other-00001-of-00002.parquet +0 -3
  4. data/test.clean/test.clean-00000-of-00003.parquet +0 -3
  5. data/test.clean/test.clean-00001-of-00003.parquet +0 -3
  6. data/test.clean/test.clean-00002-of-00003.parquet +0 -3
  7. data/test.other/test.other-00000-of-00003.parquet +0 -3
  8. data/test.other/test.other-00001-of-00003.parquet +0 -3
  9. data/test.other/test.other-00002-of-00003.parquet +0 -3
  10. data/train.clean.100/train.clean.100-00000-of-00018.parquet +0 -3
  11. data/train.clean.100/train.clean.100-00001-of-00018.parquet +0 -3
  12. data/train.clean.100/train.clean.100-00002-of-00018.parquet +0 -3
  13. data/train.clean.100/train.clean.100-00003-of-00018.parquet +0 -3
  14. data/train.clean.100/train.clean.100-00004-of-00018.parquet +0 -3
  15. data/train.clean.100/train.clean.100-00005-of-00018.parquet +0 -3
  16. data/train.clean.100/train.clean.100-00006-of-00018.parquet +0 -3
  17. data/train.clean.100/train.clean.100-00007-of-00018.parquet +0 -3
  18. data/train.clean.100/train.clean.100-00008-of-00018.parquet +0 -3
  19. data/train.clean.100/train.clean.100-00009-of-00018.parquet +0 -3
  20. data/train.clean.100/train.clean.100-00010-of-00018.parquet +0 -3
  21. data/train.clean.100/train.clean.100-00011-of-00018.parquet +0 -3
  22. data/train.clean.100/train.clean.100-00012-of-00018.parquet +0 -3
  23. data/train.clean.100/train.clean.100-00013-of-00018.parquet +0 -3
  24. data/train.clean.100/train.clean.100-00014-of-00018.parquet +0 -3
  25. data/train.clean.100/train.clean.100-00015-of-00018.parquet +0 -3
  26. data/train.clean.100/train.clean.100-00016-of-00018.parquet +0 -3
  27. data/train.clean.100/train.clean.100-00017-of-00018.parquet +0 -3
  28. data/train.clean.360/train.clean.360-00000-of-00062.parquet +0 -3
  29. data/train.clean.360/train.clean.360-00001-of-00062.parquet +0 -3
  30. data/train.clean.360/train.clean.360-00002-of-00062.parquet +0 -3
  31. data/train.clean.360/train.clean.360-00003-of-00062.parquet +0 -3
  32. data/train.clean.360/train.clean.360-00004-of-00062.parquet +0 -3
  33. data/train.clean.360/train.clean.360-00005-of-00062.parquet +0 -3
  34. data/train.clean.360/train.clean.360-00006-of-00062.parquet +0 -3
  35. data/train.clean.360/train.clean.360-00007-of-00062.parquet +0 -3
  36. data/train.clean.360/train.clean.360-00008-of-00062.parquet +0 -3
  37. data/train.clean.360/train.clean.360-00009-of-00062.parquet +0 -3
  38. data/train.clean.360/train.clean.360-00010-of-00062.parquet +0 -3
  39. data/train.clean.360/train.clean.360-00011-of-00062.parquet +0 -3
  40. data/train.clean.360/train.clean.360-00012-of-00062.parquet +0 -3
  41. data/train.clean.360/train.clean.360-00013-of-00062.parquet +0 -3
  42. data/train.clean.360/train.clean.360-00014-of-00062.parquet +0 -3
  43. data/train.clean.360/train.clean.360-00015-of-00062.parquet +0 -3
  44. data/train.clean.360/train.clean.360-00016-of-00062.parquet +0 -3
  45. data/train.clean.360/train.clean.360-00017-of-00062.parquet +0 -3
  46. data/train.clean.360/train.clean.360-00018-of-00062.parquet +0 -3
  47. data/train.clean.360/train.clean.360-00019-of-00062.parquet +0 -3
  48. data/train.clean.360/train.clean.360-00020-of-00062.parquet +0 -3
  49. data/train.clean.360/train.clean.360-00021-of-00062.parquet +0 -3
  50. data/train.clean.360/train.clean.360-00022-of-00062.parquet +0 -3
README.md DELETED
@@ -1,178 +0,0 @@
1
- ---
2
- license: cc-by-4.0
3
- task_categories:
4
- - text-to-speech
5
- language:
6
- - en
7
- size_categories:
8
- - 10K<n<100K
9
-
10
- configs:
11
- - config_name: dev
12
- data_files:
13
- - split: dev.clean
14
- path: "data/dev.clean/dev.clean*.parquet"
15
-
16
- - config_name: clean
17
- data_files:
18
- - split: dev.clean
19
- path: "data/dev.clean/dev.clean*.parquet"
20
- - split: test.clean
21
- path: "data/test.clean/test.clean*.parquet"
22
- - split: train.clean.100
23
- path: "data/train.clean.100/train.clean.100*.parquet"
24
- - split: train.clean.360
25
- path: "data/train.clean.360/train.clean.360*.parquet"
26
-
27
- - config_name: other
28
- data_files:
29
- - split: dev.other
30
- path: "data/dev.other/dev.other*.parquet"
31
- - split: test.other
32
- path: "data/test.other/test.other*.parquet"
33
- - split: train.other.500
34
- path: "data/train.other.500/train.other.500*.parquet"
35
-
36
- - config_name: all
37
- data_files:
38
- - split: dev.clean
39
- path: "data/dev.clean/dev.clean*.parquet"
40
- - split: dev.other
41
- path: "data/dev.other/dev.other*.parquet"
42
- - split: test.clean
43
- path: "data/test.clean/test.clean*.parquet"
44
- - split: test.other
45
- path: "data/test.other/test.other*.parquet"
46
- - split: train.clean.100
47
- path: "data/train.clean.100/train.clean.100*.parquet"
48
- - split: train.clean.360
49
- path: "data/train.clean.360/train.clean.360*.parquet"
50
- - split: train.other.500
51
- path: "data/train.other.500/train.other.500*.parquet"
52
- ---
53
- # Dataset Card for LibriTTS-R
54
-
55
- <!-- Provide a quick summary of the dataset. -->
56
-
57
- LibriTTS-R [1] is a sound quality improved version of the LibriTTS corpus
58
- (http://www.openslr.org/60/) which is a multi-speaker English corpus of approximately
59
- 585 hours of read English speech at 24kHz sampling rate, published in 2019.
60
-
61
- ## Overview
62
-
63
- This is the LibriTTS-R dataset, adapted for the `datasets` library.
64
-
65
- ## Usage
66
-
67
- ### Splits
68
-
69
- There are 7 splits (dots replace dashes from the original dataset, to comply with hf naming requirements):
70
-
71
- - dev.clean
72
- - dev.other
73
- - test.clean
74
- - test.other
75
- - train.clean.100
76
- - train.clean.360
77
- - train.other.500
78
-
79
- ### Configurations
80
-
81
- There are 3 configurations, each which limits the splits the `load_dataset()` function will download.
82
-
83
- The default configuration is "all".
84
-
85
- - "dev": only the "dev.clean" split (good for testing the dataset quickly)
86
- - "clean": contains only "clean" splits
87
- - "other": contains only "other" splits
88
- - "all": contains only "all" splits
89
-
90
- ### Example
91
-
92
- Loading the `clean` config with only the `train.clean.360` split.
93
- ```
94
- load_dataset("blabble-io/libritts_r", "clean", split="train.clean.100")
95
- ```
96
-
97
- Streaming is also supported.
98
- ```
99
- load_dataset("blabble-io/libritts_r", streaming=True)
100
- ```
101
-
102
- ### Columns
103
-
104
- ```
105
- {
106
- "audio": datasets.Audio(sampling_rate=24_000),
107
- "text_normalized": datasets.Value("string"),
108
- "text_original": datasets.Value("string"),
109
- "speaker_id": datasets.Value("string"),
110
- "path": datasets.Value("string"),
111
- "chapter_id": datasets.Value("string"),
112
- "id": datasets.Value("string"),
113
- }
114
- ```
115
-
116
- ### Example Row
117
-
118
- ```
119
- {
120
- 'audio': {
121
- 'path': '/home/user/.cache/huggingface/datasets/downloads/extracted/5551a515e85b9e463062524539c2e1cb52ba32affe128dffd866db0205248bdd/LibriTTS_R/dev-clean/3081/166546/3081_166546_000028_000002.wav',
122
- 'array': ...,
123
- 'sampling_rate': 24000
124
- },
125
- 'text_normalized': 'How quickly he disappeared!"',
126
- 'text_original': 'How quickly he disappeared!"',
127
- 'speaker_id': '3081',
128
- 'path': '/home/user/.cache/huggingface/datasets/downloads/extracted/5551a515e85b9e463062524539c2e1cb52ba32affe128dffd866db0205248bdd/LibriTTS_R/dev-clean/3081/166546/3081_166546_000028_000002.wav',
129
- 'chapter_id': '166546',
130
- 'id': '3081_166546_000028_000002'
131
- }
132
- ```
133
-
134
- ## Dataset Details
135
-
136
- ### Dataset Description
137
-
138
- - **License:** CC BY 4.0
139
-
140
- ### Dataset Sources [optional]
141
-
142
- <!-- Provide the basic links for the dataset. -->
143
-
144
- - **Homepage:** https://www.openslr.org/141/
145
- - **Paper:** https://arxiv.org/abs/2305.18802
146
-
147
- ## Citation
148
-
149
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
150
-
151
- ```
152
- @ARTICLE{Koizumi2023-hs,
153
- title = "{LibriTTS-R}: A restored multi-speaker text-to-speech corpus",
154
- author = "Koizumi, Yuma and Zen, Heiga and Karita, Shigeki and Ding,
155
- Yifan and Yatabe, Kohei and Morioka, Nobuyuki and Bacchiani,
156
- Michiel and Zhang, Yu and Han, Wei and Bapna, Ankur",
157
- abstract = "This paper introduces a new speech dataset called
158
- ``LibriTTS-R'' designed for text-to-speech (TTS) use. It is
159
- derived by applying speech restoration to the LibriTTS
160
- corpus, which consists of 585 hours of speech data at 24 kHz
161
- sampling rate from 2,456 speakers and the corresponding
162
- texts. The constituent samples of LibriTTS-R are identical
163
- to those of LibriTTS, with only the sound quality improved.
164
- Experimental results show that the LibriTTS-R ground-truth
165
- samples showed significantly improved sound quality compared
166
- to those in LibriTTS. In addition, neural end-to-end TTS
167
- trained with LibriTTS-R achieved speech naturalness on par
168
- with that of the ground-truth samples. The corpus is freely
169
- available for download from
170
- \textbackslashurl\{http://www.openslr.org/141/\}.",
171
- month = may,
172
- year = 2023,
173
- copyright = "http://creativecommons.org/licenses/by-nc-nd/4.0/",
174
- archivePrefix = "arXiv",
175
- primaryClass = "eess.AS",
176
- eprint = "2305.18802"
177
- }
178
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/dev.other/dev.other-00000-of-00002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6326b41f21607bb12638ba4c9bd7b53d5e04030380999602a081e8b0a8c5f207
3
- size 565579754
 
 
 
 
data/dev.other/dev.other-00001-of-00002.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c41c381962c1a6356fdac0a84753606cf77bdf11616cde78d3bd16036c903a2f
3
- size 538267213
 
 
 
 
data/test.clean/test.clean-00000-of-00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a94e1af38e3e10790b37cd792fb57eeb1832f8c6691dfbf3baabcb4b24747b4e
3
- size 461645207
 
 
 
 
data/test.clean/test.clean-00001-of-00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d111396e66a19dc999a8e2676357f88763705aef5ab6e70c1ce3c02785a9cc0
3
- size 511740814
 
 
 
 
data/test.clean/test.clean-00002-of-00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c96a22b34827106240aa2062649967d6601ea8dd184f1d8c333b439bc6ee66a
3
- size 498956911
 
 
 
 
data/test.other/test.other-00000-of-00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:93de22ac1d965ba31bcfe5cb48172e5eb123b09dc705b505283d913bfa249301
3
- size 340480530
 
 
 
 
data/test.other/test.other-00001-of-00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca6f6481b08755380a1ee3249ac16d401897f781ba5af3a3b787a2cfe35b6eb8
3
- size 382840778
 
 
 
 
data/test.other/test.other-00002-of-00003.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e40eae72b4548a2d961d218fb81823f85091c7a784667d6b697c04877c57d841
3
- size 422503456
 
 
 
 
data/train.clean.100/train.clean.100-00000-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9fbd11ce4a849e36b5be70bb8997ce4885dd3fd1be245a704e50cc75cb6f582
3
- size 509439674
 
 
 
 
data/train.clean.100/train.clean.100-00001-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:86e16e1f72c9a0c45d117c76f1d15c2c1bf7fa3491e9c9677b7360f3be4b63be
3
- size 523978131
 
 
 
 
data/train.clean.100/train.clean.100-00002-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd18b44cc9953f9fd2f2236e1b76beef5ecfc4e78f90911e78bb34b4c871f29c
3
- size 533643583
 
 
 
 
data/train.clean.100/train.clean.100-00003-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:73b4b054ac123de7fde3c1c2b35b4c24653fa6358f3d9c9af17829596ee35c40
3
- size 551582757
 
 
 
 
data/train.clean.100/train.clean.100-00004-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:78166248fcd631751137519de25e510cdef5e3658ef0c20af02f990680159889
3
- size 539192045
 
 
 
 
data/train.clean.100/train.clean.100-00005-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f1ce5b5a9477bdd1db719c4acca5c0f45b9b4d975b66f961876b8cb88478e3e
3
- size 533284034
 
 
 
 
data/train.clean.100/train.clean.100-00006-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:56984e8620a3c23bb538f99a4eb3b20b1b1142a53980b36c66b15411f5451b6f
3
- size 485396967
 
 
 
 
data/train.clean.100/train.clean.100-00007-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1ce2ec07d78739835a49e6fc469d01716d16f96406043257a4e92325ea0f8fc
3
- size 486030622
 
 
 
 
data/train.clean.100/train.clean.100-00008-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:08df6c2235de73d25aee5b762b472f2dab6bf4253ed9a8fb6c18625420f64391
3
- size 490630602
 
 
 
 
data/train.clean.100/train.clean.100-00009-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ee417af56fe43898a1aa8f3f39d431bfc995f10a6a96d659f9b8921cc6d673a
3
- size 494290145
 
 
 
 
data/train.clean.100/train.clean.100-00010-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:677df117ec21f4dd4effbd31f3b1a5361b5a270911d578127640f92d8f8e956b
3
- size 476793505
 
 
 
 
data/train.clean.100/train.clean.100-00011-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:44a5868aa9b4759dee328549c5aab32dd94d3d7484c25760a924525b174c567a
3
- size 511743411
 
 
 
 
data/train.clean.100/train.clean.100-00012-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb42daec797c3cab8d31acb6f798db2182677d00b9d8596e07b03793b8e3c190
3
- size 469586864
 
 
 
 
data/train.clean.100/train.clean.100-00013-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fc7344e113789fff8193c1f585653383350ba9fd56336a612b73ad4882d9d0c
3
- size 419314070
 
 
 
 
data/train.clean.100/train.clean.100-00014-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f40aaa932a7b31c8a198a1e99f5ffdf032439c1dacf242e84d543a689c265054
3
- size 543749174
 
 
 
 
data/train.clean.100/train.clean.100-00015-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e06e573162c776639a617ee665a1e553af3fb438a4e9c4cd1949af6a3d04b6ae
3
- size 486427852
 
 
 
 
data/train.clean.100/train.clean.100-00016-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:efea18551c6928e3272771770d63f95e7669d4e6dc68d8645f2b5f750138bccc
3
- size 603330329
 
 
 
 
data/train.clean.100/train.clean.100-00017-of-00018.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2bd8f1a775f454558c5a909764f1b7d85f277046c4fd7ab77a24647047a26c43
3
- size 578924710
 
 
 
 
data/train.clean.360/train.clean.360-00000-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:902761b51b572214e145f77ae75cb16d8ae35f608aec725a34bc524e92f47d48
3
- size 472070087
 
 
 
 
data/train.clean.360/train.clean.360-00001-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbb922495ba96c8f46a1f656aad3bf666d3197607ffe233ab4a48587768e4aa7
3
- size 468674224
 
 
 
 
data/train.clean.360/train.clean.360-00002-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:79c46d0ae4fbc85060499f282b83992f70fee547f67af82c76681a177cdfa577
3
- size 574222740
 
 
 
 
data/train.clean.360/train.clean.360-00003-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:858ed1353c566399f7b90310984bf5455eadba190c865e806c28b77ef6a8911d
3
- size 593629235
 
 
 
 
data/train.clean.360/train.clean.360-00004-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fae3dbb7615414ad20deccc4cdf5d1a65207d610840fe815bbb470f82a044d92
3
- size 519166393
 
 
 
 
data/train.clean.360/train.clean.360-00005-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b6df47966cbd4ff9b360f7149b419384d76571f4bf385e3e6ae984dac8ee4f7
3
- size 579998433
 
 
 
 
data/train.clean.360/train.clean.360-00006-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:af5d6dc1bc4bbf95383ed5943fecc4185aa25e2ea01bbf09ede483202ad95fe2
3
- size 547247223
 
 
 
 
data/train.clean.360/train.clean.360-00007-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:269bd0ea1bd061c3a363be0ded825dc7f1193f0dd3bd45f04ed2610da1578ab6
3
- size 442037098
 
 
 
 
data/train.clean.360/train.clean.360-00008-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:80d7c6b8ebc61d71b1ddff935bad483c1b5963054075e0f8e86d0b6662053afd
3
- size 463095355
 
 
 
 
data/train.clean.360/train.clean.360-00009-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:820e4308b1f5ec291b28a9724ce80fadc514780c4ff9417e957ea5f7b7ccb5f6
3
- size 448873508
 
 
 
 
data/train.clean.360/train.clean.360-00010-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:373c77a12e04cc96b0569588518d06631f811e188f6abc05617df9a3d0695573
3
- size 663067450
 
 
 
 
data/train.clean.360/train.clean.360-00011-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4ba4ded6b08e500bf28d5fb2fb9bd766086f3cf774432b010f351fb2dac333e
3
- size 536661608
 
 
 
 
data/train.clean.360/train.clean.360-00012-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a14cb1850c2d329bbab06376522a9cb995653204e98f7a8390c4006dae8b6ed
3
- size 593457231
 
 
 
 
data/train.clean.360/train.clean.360-00013-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a16f05143f8eeeeb3fed12ca3902016a65bb5c0b060016d157352161faee0001
3
- size 518041458
 
 
 
 
data/train.clean.360/train.clean.360-00014-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce0c7569b6dddfe7d0135816cdced48b3ae9e1b3f60258367e6f67d958bc5c05
3
- size 569038464
 
 
 
 
data/train.clean.360/train.clean.360-00015-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7032273e57a49e272cbb82a759ca6d2abb58c23ca01647e200f027db2f56676
3
- size 462927941
 
 
 
 
data/train.clean.360/train.clean.360-00016-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e629d5ea4bd36584924e18fbc3f9689b028413c2ec22e24761dc81b48708f3ca
3
- size 522217121
 
 
 
 
data/train.clean.360/train.clean.360-00017-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fdf0227a0b11a8d8fd42effb68284473c789a34e675d1f7f683f547533a5742a
3
- size 469466119
 
 
 
 
data/train.clean.360/train.clean.360-00018-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ebb64a58feed5674fe50202076d0d1640dc5cf957a8856dbb7495417a23df40f
3
- size 495913901
 
 
 
 
data/train.clean.360/train.clean.360-00019-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a38c376760b3e4de324c93a00526f63d4eec0e10f1bba118f3972e987bf6efd
3
- size 485792823
 
 
 
 
data/train.clean.360/train.clean.360-00020-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5fb7869f20805fe5da83633b05e12f134684b55d0581782559fae7ec1eb5087
3
- size 420907375
 
 
 
 
data/train.clean.360/train.clean.360-00021-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5a4db0e7dbb0bcf6281a8d6be9c0b9a0b875b6ad59612a72372ee9b6d24705d
3
- size 569920798
 
 
 
 
data/train.clean.360/train.clean.360-00022-of-00062.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1848123650980acda92f72bd4f4c84c606398a5efd1bfbc491d4a40289210578
3
- size 599237028