parquet-converter anton-l HF staff commited on
Commit
5d297d5
·
verified ·
0 Parent(s):

Update parquet files

Browse files

Co-authored-by: anton-l <[email protected]>

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. arxiv/train/0000.parquet +3 -0
  3. arxiv/train/0001.parquet +3 -0
  4. arxiv/train/0002.parquet +3 -0
  5. arxiv/train/0003.parquet +3 -0
  6. arxiv/train/0004.parquet +3 -0
  7. arxiv/train/0005.parquet +3 -0
  8. arxiv/train/0006.parquet +3 -0
  9. arxiv/train/0007.parquet +3 -0
  10. arxiv/train/0008.parquet +3 -0
  11. arxiv/train/0009.parquet +3 -0
  12. arxiv/train/0010.parquet +3 -0
  13. arxiv/train/0011.parquet +3 -0
  14. arxiv/train/0012.parquet +3 -0
  15. arxiv/train/0013.parquet +3 -0
  16. arxiv/train/0014.parquet +3 -0
  17. arxiv/train/0015.parquet +3 -0
  18. arxiv/train/0016.parquet +3 -0
  19. arxiv/train/0017.parquet +3 -0
  20. arxiv/train/0018.parquet +3 -0
  21. arxiv/train/0019.parquet +3 -0
  22. arxiv/train/0020.parquet +3 -0
  23. arxiv/train/0021.parquet +3 -0
  24. arxiv/train/0022.parquet +3 -0
  25. arxiv/train/0023.parquet +3 -0
  26. arxiv/train/0024.parquet +3 -0
  27. arxiv/train/0025.parquet +3 -0
  28. arxiv/train/0026.parquet +3 -0
  29. arxiv/train/0027.parquet +3 -0
  30. arxiv/train/0028.parquet +3 -0
  31. arxiv/train/0029.parquet +3 -0
  32. arxiv/train/0030.parquet +3 -0
  33. arxiv/train/0031.parquet +3 -0
  34. arxiv/train/0032.parquet +3 -0
  35. arxiv/train/0033.parquet +3 -0
  36. arxiv/train/0034.parquet +3 -0
  37. arxiv/train/0035.parquet +3 -0
  38. arxiv/train/0036.parquet +3 -0
  39. arxiv/train/0037.parquet +3 -0
  40. arxiv/train/0038.parquet +3 -0
  41. arxiv/train/0039.parquet +3 -0
  42. arxiv/train/0040.parquet +3 -0
  43. arxiv/train/0041.parquet +3 -0
  44. arxiv/train/0042.parquet +3 -0
  45. arxiv/train/0043.parquet +3 -0
  46. documentation/train/0000.parquet +3 -0
  47. documentation/train/0001.parquet +3 -0
  48. documentation/train/0002.parquet +3 -0
  49. ir_cpp/train/0000.parquet +3 -0
  50. ir_cpp/train/0001.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
arxiv/train/0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c10784ee5a9e204f9f8024f04fb1e9f5afdb8876b33162bde69e669bd05e38a0
3
+ size 912781055
arxiv/train/0001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cffea92a2031ae223306561c35ff5fd98999fff7b98694e4979449b67258261
3
+ size 909956746
arxiv/train/0002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8804b6c713c37f3eaf7b34f770c4a56ebc31a1a944270c584635a6f51a54e3fa
3
+ size 941916718
arxiv/train/0003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac9807b94637b7e63c699c212cd17fb573632da5d61658f7446fe078bc56f5d9
3
+ size 940433459
arxiv/train/0004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6361abe55ea6d1808bf69b7bbe1616583aaa258aa31a77515a7d6b293264d82
3
+ size 914716607
arxiv/train/0005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef8624f1ebcac6e76e49b26c9a4a5155b3d497e9a8e37cdb28c055dd5a8d15fd
3
+ size 939629535
arxiv/train/0006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e49896d05f91362ae22bc371c091cbbf53dedbc1c84934e0bf46d564ac986a2
3
+ size 925415930
arxiv/train/0007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:036233d031e83dec556e2a23c7c4a6da66afb1940961450abae4e37d5b254e71
3
+ size 932408345
arxiv/train/0008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d682500844296f82392083c04833cc21023d0243a5de351f0bf16be3dcd257c5
3
+ size 919304470
arxiv/train/0009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec7a111a2ab3d4fb004450def75b9d258611aebd97cdcfcfb7b55550d48f008
3
+ size 908975316
arxiv/train/0010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c28d362b2693be50f600274d0f5789d3cbe9abef37e3f9641c8ff0cfa52c691
3
+ size 931964621
arxiv/train/0011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fc3ba134760a2ab63683e8990860e8e6393cd8fec56864586945fde9b83d74c
3
+ size 942309833
arxiv/train/0012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a461a1b107d5a868a980a27acf10a8c99e88509f4f8268fab4f2f39ccf5dc86a
3
+ size 918285577
arxiv/train/0013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:585f2be81cec5de5e4a516f2c45b1660fe72df3a47660cf46025f52a64dbcda3
3
+ size 933582727
arxiv/train/0014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0972a983e86283888fb953daa27aa7305b85168fa76c8890db1b8f2693a0cb03
3
+ size 941518484
arxiv/train/0015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:255b56a89bf791fe95e3c077df0fab67a4ee99d6bac0eb4039fddf4d24e1c6f1
3
+ size 939393029
arxiv/train/0016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:948023ffcc1a07322a81d2f72c76112af82969c8117a4ca8f74db7c210b9b2d1
3
+ size 947307050
arxiv/train/0017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b33dd277e4cb69122a34b9feb18441aa17c8ff6268087b251d44d13f4c5b5260
3
+ size 933938002
arxiv/train/0018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9afa0301844609c9dbf9ed0681bc37a684fb7d7bf0cd70c797c7f83aaa27c609
3
+ size 925970298
arxiv/train/0019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efd9ca69104ee276cf9a0d16e1c1c3d41ef30aeadbfcdccb1ec4ec9f88ee792d
3
+ size 944073443
arxiv/train/0020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08be0a16ab97d10d7312d8321d2c755a19c06b3746a2f40149c3ffd2e8ce89f6
3
+ size 923835908
arxiv/train/0021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:524283005e07fe669fa07e5dbd0ecf5cedecbd6c64d76ccd2c0dde6014579646
3
+ size 899938107
arxiv/train/0022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:728b3d223e6a1ae43ef95e405817027ee205ecd5f37d793692e09c06c16c61c8
3
+ size 955351536
arxiv/train/0023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7a81591f633be07548ca061871d019a3731f1ee28fb0bc6d9172df02747c397
3
+ size 924963947
arxiv/train/0024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba561bd6f6c77643f703f1bdb6d48a77cc6989713b5098069c76f9f38e8136c
3
+ size 922780218
arxiv/train/0025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec0b3633fc8aa73184bfa11b7347d1748afd90c61dc65b4796f443d85127ce9a
3
+ size 929088105
arxiv/train/0026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3027fc9d6edf6c84c8922b357215eaec422e5f6d3baa2c8e41cf4a0e31bb72ae
3
+ size 939329946
arxiv/train/0027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2dca3ffbbe070308ed8bf10047c526d0a17a62e46ad6455a320b117385d0184
3
+ size 925745995
arxiv/train/0028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4ac7410e86262a2c4f25c17d2bed23dd59fb85411a046c206b417e05b00c084
3
+ size 934651949
arxiv/train/0029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5088f1a1fbece292e16df6119b7d41affc28add65c79c8569cb788d1e82daff
3
+ size 922057327
arxiv/train/0030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab2a4434705a5dea398f8574b067a2f90b08b44f7502d4b9a39b482d1b538d80
3
+ size 923347064
arxiv/train/0031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32f95ab12ec03dc634c0b9a41fd01e12130e4a882dcf5d38de9f1ef09b6c7bfa
3
+ size 936686245
arxiv/train/0032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ab0eac56e8bca8e0b87b2cc18988fff12ddf2890c22c7a7c028073557c13215
3
+ size 895674447
arxiv/train/0033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce65034d93ceb758e56f770215b29df907679ddd96fbba137a252432615fd4b8
3
+ size 920426711
arxiv/train/0034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30a6945c9465ec3d71cb82f4ff90874aceda52521dd55b053156b09b3708eb98
3
+ size 934315456
arxiv/train/0035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:127777edf6c83bf86907e69824267383d6ff0cec1a14744efadc4c6e8b97f392
3
+ size 923554921
arxiv/train/0036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f383829523dbc16e0582303680e361a5212a57028b7af48d0cd675e14e1a5ad
3
+ size 937966710
arxiv/train/0037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae28671311160ccfdb7d57dbcf60e2c197b3abf4ca32734084153b13f9e07b34
3
+ size 931431369
arxiv/train/0038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5626fca0209fc9be493a646b40cc1be48cc3ad8936c2a7dec51386955158d139
3
+ size 937413423
arxiv/train/0039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:402b9684b0fa7975781c290f75d7ee95d46e7278d214d2afc37c4283f925e589
3
+ size 947318499
arxiv/train/0040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32454f5dccf207022cf3dc7399138074c1ac58fc6e15c88b9d52a885b47c8598
3
+ size 916088919
arxiv/train/0041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a4c3f32674919161d0efc71c3a45779de6aa6e3c84e0b4561dfe9ed334163ef
3
+ size 925348030
arxiv/train/0042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:939f334f2f74407289523f64cd0ea5b80837622501d8db9c48e01b1e9d6becc9
3
+ size 947535318
arxiv/train/0043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:488597158309ba08d8f5eacdc34c6149a18f7c7ca2d133a26f69e2e257bad5e4
3
+ size 952455481
documentation/train/0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ea1539e842f2b2f84984e14cbc1f15285a5f902982aec8951d92f456ed62d10
3
+ size 635967154
documentation/train/0001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e84ac32c41a1fd17d023ddccfe5ea2febab8c011fd837bba4b0e42606e46d89
3
+ size 597637871
documentation/train/0002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38115d4ec8e751e08abbe609f4c7a5643659554436cf3085a12579ac9c3df1ec
3
+ size 619846897
ir_cpp/train/0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2293c69c103e98e41f770dafa68f53f845c6eaf40ff0e86bb3eb32939488db8
3
+ size 521120977
ir_cpp/train/0001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a44425e738e06c8e0bebc128ca97a04e368000475702c0395e0bbfce04450f05
3
+ size 519012953