parquet-converter tombagby commited on
Commit
7a1b8aa
·
0 Parent(s):

Update parquet files

Browse files

Co-authored-by: tombagby <tombagby@users.noreply.huggingface.co>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +59 -0
  2. audio/test/0000.parquet +3 -0
  3. audio/test/0001.parquet +3 -0
  4. audio/test/0002.parquet +3 -0
  5. audio/test/0003.parquet +3 -0
  6. audio/test/0004.parquet +3 -0
  7. audio/test/0005.parquet +3 -0
  8. audio/test/0006.parquet +3 -0
  9. audio/test/0007.parquet +3 -0
  10. audio/test/0008.parquet +3 -0
  11. audio/test/0009.parquet +3 -0
  12. audio/test/0010.parquet +3 -0
  13. audio/test/0011.parquet +3 -0
  14. audio/test/0012.parquet +3 -0
  15. audio/test/0013.parquet +3 -0
  16. audio/test/0014.parquet +3 -0
  17. audio/test/0015.parquet +3 -0
  18. audio/test/0016.parquet +3 -0
  19. audio/test/0017.parquet +3 -0
  20. audio/test/0018.parquet +3 -0
  21. audio/test/0019.parquet +3 -0
  22. audio/test/0020.parquet +3 -0
  23. audio/test/0021.parquet +3 -0
  24. audio/test/0022.parquet +3 -0
  25. audio/test/0023.parquet +3 -0
  26. audio/test/0024.parquet +3 -0
  27. audio/test/0025.parquet +3 -0
  28. audio/test/0026.parquet +3 -0
  29. audio/test/0027.parquet +3 -0
  30. audio/test/0028.parquet +3 -0
  31. audio/test/0029.parquet +3 -0
  32. audio/test/0030.parquet +3 -0
  33. audio/test/0031.parquet +3 -0
  34. audio/test/0032.parquet +3 -0
  35. audio/test/0033.parquet +3 -0
  36. audio/test/0034.parquet +3 -0
  37. audio/test/0035.parquet +3 -0
  38. audio/test/0036.parquet +3 -0
  39. audio/test/0037.parquet +3 -0
  40. audio/test/0038.parquet +3 -0
  41. audio/test/0039.parquet +3 -0
  42. audio/test/0040.parquet +3 -0
  43. audio/test/0041.parquet +3 -0
  44. audio/test/0042.parquet +3 -0
  45. audio/test/0043.parquet +3 -0
  46. audio/test/0044.parquet +3 -0
  47. audio/test/0045.parquet +3 -0
  48. audio/test/0046.parquet +3 -0
  49. audio/test/0047.parquet +3 -0
  50. audio/test/0048.parquet +3 -0
.gitattributes ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
audio/test/0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d10aeb5eabd69904059c6d2087f77cb420eae87ec555c1e27323cb7c826ecd6
3
+ size 540320457
audio/test/0001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b853bb87a74341bde8f36145d72ffd6b2e7d8fc9e5c697cc5d61126994cc19
3
+ size 386142453
audio/test/0002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0db40ef894fac4296f71725c81c5b3c317ddec770f154b0f23916452bfd8c1b2
3
+ size 487493574
audio/test/0003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a4a4c2ae1eb72fc963568ebce029621b6b52b1fe68f39a2b15a2090d46b6d99
3
+ size 429484780
audio/test/0004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:606dcf048cf0087d82561c31902ec911f7e810e6efc49eea49d464cd441fa511
3
+ size 474313121
audio/test/0005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a68667a51cfdc6e13142657e60c49c1dad618fbc1a94bdc5adcd6930e942ef31
3
+ size 393842721
audio/test/0006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb65c901bcfb1818bf97ab0c2e9cd7cc103122e00be541c7e0afe2383ca7f611
3
+ size 497939899
audio/test/0007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:821d35e7d522c959554c4c0d7ad6ec82d8996bbf774007683c2b157d34a8acd7
3
+ size 471053777
audio/test/0008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:840912f3abb0615cc2af58104f0e195091a01ecfa6fee41668f45bc104d7c1c8
3
+ size 385684835
audio/test/0009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9ce78905232298ea67cd8a4e5a0c225ecc40f67e3ebb12380395fe0745484c7
3
+ size 319969806
audio/test/0010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebb07807d5f2b3b6107cc66b50d288cb4c6904e661032ddc51d1d40a796abb01
3
+ size 435044042
audio/test/0011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac75adb64f0d2924e4de63124331c40e560270ae8f2a4b378c9ec2436151c7a9
3
+ size 328393289
audio/test/0012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3f7c592b20f21138a5952b42db176eb7c6111044a985a752787f033a84a904
3
+ size 463629831
audio/test/0013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9318c1df942e763c2db36e3572070351a77d828fc24bc0c4d490f38f65d18faf
3
+ size 348276204
audio/test/0014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fccebd419ff68b6ce3fe3c5fe96144d31e81528887113ea4f415bbf03c2768ee
3
+ size 480541661
audio/test/0015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12bebc0f4c6cae00a02d2ccd9029ee23a86a580700a84e7672f8b0faa4aa544e
3
+ size 458528806
audio/test/0016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfd84eae1004cf53bf3d37ab3b3de6045df845e590fbd219009d5c88186f90a6
3
+ size 228174867
audio/test/0017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f47f43f7f9f26fb074a80473bcd3aa5b117242ce4a5bf7c8cac4d315ed23cd03
3
+ size 170680581
audio/test/0018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d81e436ddb1d8652f61fea62deced7e01efc92401d6999593dad56ed1ba6469
3
+ size 133034973
audio/test/0019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb9935d148cc5a3b25c28852ae84111b18f3f951f9e9c9cc5971b49d58ecd575
3
+ size 190872573
audio/test/0020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc95fc4703307e238ef5deaf0d82ad20e1271310a71b9cb4b38c7b387f129e85
3
+ size 257284558
audio/test/0021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:749a37d9cdeae06656b7278d39f23df4226fdafd452e719a652d1e30d8afe003
3
+ size 225694522
audio/test/0022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d587d5b92b20bc84ffa5792b69d81567365ba43aecbeaa7cc7f64d91b41e0ec
3
+ size 217070379
audio/test/0023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5c5425d701b87fa9ec3bbee29d616b007e1751d0e2fff989064f6df5b3ab6e5
3
+ size 265728815
audio/test/0024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a4db34b1812f6f52ab712ee084c8a661b33968de12c7f3e8ffaa29191dcc5ba
3
+ size 166081225
audio/test/0025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2b3955273c585dd294d2796c3ffee16fee105871998151b0653e3482b76877b
3
+ size 179340072
audio/test/0026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60c5c934cbfe231f99453e4f2f98985a6a922c039e4335c2d211bd9d3eff6288
3
+ size 169089243
audio/test/0027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab27cc697b15c8402b2feba07d8c1b5de026cc30eec6f97bb7f37d508c201c9b
3
+ size 168904249
audio/test/0028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce01658a9e81816931481f8a2334475cc28bd281dd9f21d8be4c7e079e34e17e
3
+ size 178873776
audio/test/0029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd39a2fe6f385edc7b1f17ad43c72524b1e8512e46c42eecf4bcea8a7461d5af
3
+ size 170281683
audio/test/0030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bfdac7d2262342ef65bbc3bb260274ea6bc1df2619f5587c079b35399e56372
3
+ size 191761247
audio/test/0031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a541f3f2c83152451fca224e19f234947ddb00f730d26fed56deb2b8a277009
3
+ size 192353564
audio/test/0032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ffefac52c8bf5729f470e50d77cdd9c698218e33799554e3380133eae4ee993
3
+ size 181843327
audio/test/0033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06fca4d2fb321893a2d7dfec969570437ffa6ba47a881589b2e1567e9a1ddf75
3
+ size 143034781
audio/test/0034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec9ae4f98602d6ebadc1ce96a59d10a3f3b94081835db43bbd73dea820ca63b0
3
+ size 227062939
audio/test/0035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a59b189dcb3fca1f7a168a24aaf91ae2e25d7f3b15e12e67cd2b7715e90b2c4
3
+ size 181873271
audio/test/0036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a9fd07501293aadcfddcfc567c4f608cebf5158621e87785f6bbbf9a0faa0ea
3
+ size 207669990
audio/test/0037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2aa833a1eebb9ced1127b7cb6598dac67b09f5752dccc55886862ec9f26d20af
3
+ size 163141249
audio/test/0038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4fdd6de5418bd87fe7ad17f3bb02eefb097721040bd4705c5c67618e4fa94b0
3
+ size 218806092
audio/test/0039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95783ce29fe9dbba169546e72d5b60478d63194b94b5fff0a7bbcb0b16d7a97e
3
+ size 216413991
audio/test/0040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6578589a62099557a216b608d0b0bf187a4d83ebbf216adcc2e2e3cfc822bb36
3
+ size 199512897
audio/test/0041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38d7eeafebdc3407f5ec6de8654dcf66f185290e18f705c79c1ca2ec11b5f9a7
3
+ size 167668132
audio/test/0042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83c6341898625448debb5435986b01c30e74fa4686b94d677a8811e76a336cd7
3
+ size 194735507
audio/test/0043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:111cc681286e71463c68f759d89b25ade1e37e361feb3cce3d3de0140b034949
3
+ size 186752874
audio/test/0044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61f4d385ea3b106a8dd430c60bb8ee5d5f9694b00df007bdc520a93a7f7f340b
3
+ size 284519072
audio/test/0045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a255dbd6943c30731bef6cd90479408049c70906ec2be4ca132565cccd1b5a06
3
+ size 297779014
audio/test/0046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18fb78273f2acee8562803e6dd527ea243e8e337401d532ccad3a77847020e06
3
+ size 523346272
audio/test/0047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:653994043572c39b2e69d5453c382a767a56de7392859e6016f4a617645e2273
3
+ size 498808293
audio/test/0048.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0faa9c750ae2b95e060507c8fe604a4f16a3dd0b4f13bbfa842b33b16f9139a2
3
+ size 142038858