Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
Commit
efd0d46
·
verified ·
0 Parent(s):

Update parquet files

Browse files

Co-authored-by: foursquarelabsadmin <[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. categories/train/0000.parquet +3 -0
  3. places/train/0000.parquet +3 -0
  4. places/train/0001.parquet +3 -0
  5. places/train/0002.parquet +3 -0
  6. places/train/0003.parquet +3 -0
  7. places/train/0004.parquet +3 -0
  8. places/train/0005.parquet +3 -0
  9. places/train/0006.parquet +3 -0
  10. places/train/0007.parquet +3 -0
  11. places/train/0008.parquet +3 -0
  12. places/train/0009.parquet +3 -0
  13. places/train/0010.parquet +3 -0
  14. places/train/0011.parquet +3 -0
  15. places/train/0012.parquet +3 -0
  16. places/train/0013.parquet +3 -0
  17. places/train/0014.parquet +3 -0
  18. places/train/0015.parquet +3 -0
  19. places/train/0016.parquet +3 -0
  20. places/train/0017.parquet +3 -0
  21. places/train/0018.parquet +3 -0
  22. places/train/0019.parquet +3 -0
  23. places/train/0020.parquet +3 -0
  24. places/train/0021.parquet +3 -0
  25. places/train/0022.parquet +3 -0
  26. places/train/0023.parquet +3 -0
  27. places/train/0024.parquet +3 -0
  28. places/train/0025.parquet +3 -0
  29. places/train/0026.parquet +3 -0
  30. places/train/0027.parquet +3 -0
  31. places/train/0028.parquet +3 -0
  32. places/train/0029.parquet +3 -0
  33. places/train/0030.parquet +3 -0
  34. places/train/0031.parquet +3 -0
  35. places/train/0032.parquet +3 -0
  36. places/train/0033.parquet +3 -0
  37. places/train/0034.parquet +3 -0
  38. places/train/0035.parquet +3 -0
  39. places/train/0036.parquet +3 -0
  40. places/train/0037.parquet +3 -0
  41. places/train/0038.parquet +3 -0
  42. places/train/0039.parquet +3 -0
  43. places/train/0040.parquet +3 -0
  44. places/train/0041.parquet +3 -0
  45. places/train/0042.parquet +3 -0
  46. places/train/0043.parquet +3 -0
  47. places/train/0044.parquet +3 -0
  48. places/train/0045.parquet +3 -0
  49. places/train/0046.parquet +3 -0
  50. places/train/0047.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
categories/train/0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02a715fb70fbdff790be99a1800351b9c896242f36d3fbdb18b9bdd0d90a0bdf
3
+ size 62589
places/train/0000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2453c47e4bc6bc38502154946a95fcea3cd8c12ba22afcb38a032786e5948c76
3
+ size 111479200
places/train/0001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fdb6c420793454fcc7ef2b0508399057c7eccd488b074abdb5d1239bd54a249
3
+ size 119431467
places/train/0002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdf6e434a5c854c51335ecc3a42d6ffe4ff8fb056bc2b4830cd3d869800b5373
3
+ size 112672999
places/train/0003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddb5441dc3031a8bf267e0132c1e6aabb457212ea593c505909ed5ffac343570
3
+ size 108150989
places/train/0004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bde8ce9cd0eadfd91bf0ec1c0bff9aa4da7dfe63259f07a0738f2d6cbbe0ecf
3
+ size 113101388
places/train/0005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c88deba5c00b2fad3a22d4975a7167621d4d8dadb22056c99c3c9f6afcab1ce6
3
+ size 122208611
places/train/0006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:211862fc8d641667e249bc5821702e1db02af3565f79d7d0992187a16aa8408d
3
+ size 116367275
places/train/0007.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7b71cbae5b8994771454fbfd29885c784bd1066ed4119e6c999d14fd0c82b23
3
+ size 118038369
places/train/0008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a831c86f5a61b937834430d9a19ee99fd479667fa57a5ed962132406a64d8936
3
+ size 118231121
places/train/0009.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:702ae41957303f672cc7b41ddec2501e8349a8414d505e24a45a72ecf8575659
3
+ size 112386665
places/train/0010.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce67cee46a7b2040af3c886a9aedb54636dab3bc44b032378b750ccd9c346c2a
3
+ size 110807648
places/train/0011.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e62da2f51681c02c957e4197d6ebecd78baa4c9908771c93f10ff26c8742982
3
+ size 120831335
places/train/0012.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e002b8da086d8d5efc1d763a4ed140afa6739714f33a8078cb5b740fdb8b20d
3
+ size 110043962
places/train/0013.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94034c2ed6d8fd4b5802ce22f1684b3764e7fd7924e1441a5e46843e135d2cc0
3
+ size 107609229
places/train/0014.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:580778f36f7853e339b66789953bf7862a388b8a2dfd360af709d3c0d6a30385
3
+ size 112172016
places/train/0015.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51679838f7182fa64d5cac5d0c99546e80c4258cf87068412ddbb9b54069255f
3
+ size 121401259
places/train/0016.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dff3add4384381b17b65a778bb80c9e248347852194020f6c5ef37345e0c340c
3
+ size 119170347
places/train/0017.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8ca720ccecee58aa9a0f52c32ad4463efec84ad60dab4dc3913b6a05e1d64c5
3
+ size 111761454
places/train/0018.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:feef16bd777f1b6e207789b6e42e3b7387d9b8713d48924235f5b36a6f2fbbb2
3
+ size 119173704
places/train/0019.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25b38490842e04d33db3afb59bda744ca4089f7c6f96ec9a03183f6730612d70
3
+ size 125936066
places/train/0020.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aecf9ac3424dfc4d4570b76befcb6d77e77cec118045f0533da9da35941a10c2
3
+ size 108538811
places/train/0021.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb8f624177c129997dc2e85c2e4dcef83067eaa24127508df6ac1853949f6500
3
+ size 111457863
places/train/0022.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2212b6ca25e7ed55fdf70c6a6120168371f2b158fb108e5f3b3948f40476a42
3
+ size 120289148
places/train/0023.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b243107a4bbbdcb6b82cc22fa267e55eb174dad29e095f522a964ebdd44b0d9
3
+ size 112595219
places/train/0024.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f018d678446aeecd0fca13b24136c22034f07a3925fdaa9e4a3111edd552654
3
+ size 108419319
places/train/0025.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc3abb783bb5c7cb763cb3d47e2670e36e40196344822578dd8547aff805cb97
3
+ size 109669178
places/train/0026.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9734bf3f886a9b633348c54dcabb1475ba665d664ac084bb7206c928989421f6
3
+ size 105217248
places/train/0027.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:158c1df1e03616980802c13b9b07c37f5091715e1f523034cee35b5e3adce126
3
+ size 108729466
places/train/0028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a21bb036eacd0d3f9b6a99f478f90cc5945e056faeb7d588dfe82082fa2fdf8
3
+ size 103524704
places/train/0029.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:454170f250e20d172ae4deda3c88b7821c7830433e9221cb590afe8cca8b54b4
3
+ size 102909046
places/train/0030.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4cbc3e9024258ebf22783f2f36aa1c6a1b0c1274ff8dd565232e7153812206a
3
+ size 105673705
places/train/0031.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41da8d0d571b7536c632d724f8cfc3c2e96277e38139aa434eafc339ff512562
3
+ size 96176677
places/train/0032.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95cd0998893ee8a7f6a9d8fb3cd0fcc68c4b5313dc302d5ec2bb3914cf4fd0ce
3
+ size 112300808
places/train/0033.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d629f4fb3b832c0ef83d5664ba490aa1337fd22436f1fa7dbcbb44e6430a24a6
3
+ size 117971429
places/train/0034.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:121c4b870af5c282f51460e7c46a8d4f615f326dd44ff94caaafe392676b70be
3
+ size 118155319
places/train/0035.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d94cbdd18d1a19650ee6a1eb1d7f0c77c2af5d0efdb7ed06a610a07e3cd97c96
3
+ size 109118520
places/train/0036.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac7af34ed915abc90275c5b74f0c89b7279a6a6c1a2cb6fc601e1a5773a3ef1d
3
+ size 118582304
places/train/0037.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11f374797fa4de61e898aab7408712747c1b453822d80864b918d3cfa35f31db
3
+ size 98050915
places/train/0038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02a82e8b8f74cebbe51704e5e2c1ed9d80823717da01156d6958463e4e99ced7
3
+ size 96434860
places/train/0039.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ae0ea5fdcd7be70517234e214ec2551cf2756caecd88665a01de90dee013942
3
+ size 102042312
places/train/0040.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:852c80713ae13e01f0deecc0d31ab70de8438c0eec7ff23a96e4fd055ebf3fd3
3
+ size 100836428
places/train/0041.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eaa97bf49e4d88b9b5836bceb2b326afcfeed9e16812402aa4ef4c7eb0a0e9a
3
+ size 104810879
places/train/0042.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acd732bf33d594a6f1c3407aa0dbd979c53fbf2cc1344bf3706260de946201f6
3
+ size 102042414
places/train/0043.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fca6933c19b986c35dd8aedb60f62cacd5d52e2201c0965299f2f66e7d54b61
3
+ size 94320124
places/train/0044.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:068e150afc0e4081d71d9b15bd686ea3823bee909e6884c12bcdf5359817de57
3
+ size 109218002
places/train/0045.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c14615aee4b41d4a91e7aa868e9af396f848e1c681d5150cd5ccaef6620b407b
3
+ size 98848526
places/train/0046.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:263db9c1d23e2b0a9d10bdaeeb1dd673bc53d7f348ad91f5f5322e90ee7ea656
3
+ size 97478175
places/train/0047.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61f178abbef4715648450e93069dd03cca740b3c83af420e781e306f164442be
3
+ size 101302726