CorentinDumery commited on
Commit
e387da1
·
verified ·
1 Parent(s): ba09e1f

Upload folder using huggingface_hub

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 +26 -18
  2. parquet_data/test-p2-00000.parquet +2 -2
  3. parquet_data/test-p3-00000.parquet +2 -2
  4. parquet_data/train-p1-00000.parquet +2 -2
  5. parquet_data/train-p2-00000.parquet +2 -2
  6. parquet_data/train-p2-00001.parquet +2 -2
  7. parquet_data/train-p2-00002.parquet +2 -2
  8. parquet_data/train-p2-00003.parquet +2 -2
  9. parquet_data/train-p2-00004.parquet +2 -2
  10. parquet_data/train-p3-00000.parquet +2 -2
  11. parquet_data/train-p3-00001.parquet +2 -2
  12. parquet_data/train-p3-00002.parquet +2 -2
  13. parquet_data/train-p3-00003.parquet +2 -2
  14. parquet_data/train-p3-00004.parquet +2 -2
  15. parquet_data/train-p4-00000.parquet +2 -2
  16. parquet_data/train-p4-00001.parquet +2 -2
  17. parquet_data/train-p4-00002.parquet +2 -2
  18. parquet_data/train-p4-00003.parquet +2 -2
  19. parquet_data/train-p4-00004.parquet +2 -2
  20. parquet_data/train-p5-00000.parquet +2 -2
  21. parquet_data/train-p5-00001.parquet +2 -2
  22. parquet_data/train-p5-00002.parquet +2 -2
  23. parquet_data/train-p5-00003.parquet +2 -2
  24. parquet_data/train-p5-00004.parquet +2 -2
  25. parquet_data/train-p6-00000.parquet +2 -2
  26. parquet_data/train-p6-00001.parquet +2 -2
  27. parquet_data/train-p6-00002.parquet +2 -2
  28. parquet_data/train-p6-00003.parquet +2 -2
  29. parquet_data/train-p6-00004.parquet +2 -2
  30. parquet_data/train-p6-00005.parquet +2 -2
  31. parquet_data/train-p6-00006.parquet +2 -2
  32. parquet_data/train-p6-00007.parquet +2 -2
  33. parquet_data/train-p6-00008.parquet +2 -2
  34. parquet_data/train-p6-00009.parquet +2 -2
  35. parquet_data/train-p7-00000.parquet +2 -2
  36. parquet_data/train-p7-00001.parquet +2 -2
  37. parquet_data/train-p7-00002.parquet +2 -2
  38. parquet_data/train-p7-00003.parquet +2 -2
  39. parquet_data/train-p7-00004.parquet +2 -2
  40. parquet_data/train-p7-00005.parquet +2 -2
  41. parquet_data/train-p7-00006.parquet +2 -2
  42. parquet_data/train-p7-00007.parquet +2 -2
  43. parquet_data/train-p7-00008.parquet +2 -2
  44. parquet_data/train-p7-00009.parquet +2 -2
  45. parquet_data/train-p8-00000.parquet +2 -2
  46. parquet_data/train-p8-00001.parquet +2 -2
  47. parquet_data/train-p8-00002.parquet +2 -2
  48. parquet_data/train-p8-00003.parquet +2 -2
  49. parquet_data/train-p8-00004.parquet +2 -2
  50. parquet_data/train-p8-00005.parquet +2 -2
README.md CHANGED
@@ -16,27 +16,35 @@ dataset_info:
16
  sequence: int64
17
  - name: class_descriptions
18
  sequence: string
 
 
 
 
 
 
 
19
  configs:
20
- - config_name: default
21
- data_files:
22
- - split: train
23
- path: "parquet_data/train-*"
24
- - split: validation
25
- path: "parquet_data/val-*"
26
- - split: test
27
- path: "parquet_data/test-*"
28
  tags:
29
- - counting
30
- - synthetic
31
- - computer-vision
32
- - open-vocabulary
33
- - segmentation
34
  pretty_name: MixCount
35
  task_categories:
36
- - image-classification
37
- - object-detection
38
  ---
39
 
 
40
  # The MixCount Dataset: Bridging the Data Gap for Open-Vocabulary Object Counting
41
 
42
  <p align="center">
@@ -150,14 +158,14 @@ MixCount combines the scale of synthetic datasets with the photorealism of real-
150
 
151
  <div class="mixcount-compare-wrap">
152
 
153
- | | FSC-147 | PairTally | MCAC / SITUATE | **MixCount** |
154
  |---|:---:|:---:|:---:|:---:|
155
  | Multiple object types per image | | ✓ | ✓ | **✓** |
156
  | Fine-grained text prompts | | ✓ | | **✓** |
157
  | External visual exemplars | | | | **✓** |
158
  | Segmentation & bounding boxes | | | ✓ | **✓** |
159
- | # images | 6,135 | 681 | 6.9K–20K | **58,000** |
160
- | # object classes | 147 | 98 | 4–343 | **1,522** |
161
 
162
  </div>
163
 
 
16
  sequence: int64
17
  - name: class_descriptions
18
  sequence: string
19
+ - name: objects
20
+ struct:
21
+ - name: bbox
22
+ sequence:
23
+ sequence: float64
24
+ - name: category
25
+ sequence: int64
26
  configs:
27
+ - config_name: default
28
+ data_files:
29
+ - split: train
30
+ path: parquet_data/train-*
31
+ - split: validation
32
+ path: parquet_data/val-*
33
+ - split: test
34
+ path: parquet_data/test-*
35
  tags:
36
+ - counting
37
+ - synthetic
38
+ - computer-vision
39
+ - open-vocabulary
40
+ - segmentation
41
  pretty_name: MixCount
42
  task_categories:
43
+ - image-classification
44
+ - object-detection
45
  ---
46
 
47
+
48
  # The MixCount Dataset: Bridging the Data Gap for Open-Vocabulary Object Counting
49
 
50
  <p align="center">
 
158
 
159
  <div class="mixcount-compare-wrap">
160
 
161
+ | | FSC-147 | PairTally | MCAC | **MixCount** |
162
  |---|:---:|:---:|:---:|:---:|
163
  | Multiple object types per image | | ✓ | ✓ | **✓** |
164
  | Fine-grained text prompts | | ✓ | | **✓** |
165
  | External visual exemplars | | | | **✓** |
166
  | Segmentation & bounding boxes | | | ✓ | **✓** |
167
+ | # images | 6,135 | 681 | 20K | **58,000** |
168
+ | # object classes | 147 | 98 | 343 | **1,522** |
169
 
170
  </div>
171
 
parquet_data/test-p2-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a6c56b5ba8f748f13699f39415dbaf63ffaab304343d273c4e12d313906e3f7
3
- size 115075245
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb6788654289ad3c5707f15481017ce3f5e781f100eabecb0eb6c4a49f848e0
3
+ size 115280088
parquet_data/test-p3-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec4215c67362d7f77eab6b790f0ae87356d1dc5414431f25b0bc37441e949d93
3
- size 111320913
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5ede6a1a22a0c879e754ef2aa11a54cf85e0a1bc321649696d25ed2d141f75d
3
+ size 111512061
parquet_data/train-p1-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec9ec926ea91d0c2bead737d1e486273db609c0cd1599656f86e170eb8b06e27
3
- size 231945754
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:369d580f6a388b9d9962106b2bb21de501fc22c9f0251697364b96f1afe8d509
3
+ size 231828530
parquet_data/train-p2-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eccc4113d7dd3f33a62e924313b729692ba24c24aff9ab6894324c142a81553d
3
- size 234786503
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19b4ab61413aaeda23f79301af40bb3380f7288d19b8e0d522f8c7311ca64992
3
+ size 235191137
parquet_data/train-p2-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4387a8fca675ceec6b35776425f985b4f5cbfe71d835041cc46b50ea30f0e3c7
3
- size 233372646
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8686258f07c78d60bca8d16507b29ba484cca6a041a62fe1254713f3d585e2fa
3
+ size 233764507
parquet_data/train-p2-00002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3688c75e25f4d19df413d6ed735cad7b8f55f17f3b2ced6a8b3145e0392e524f
3
- size 238846210
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9b9815a09a254a5faab3fb88b627f2c6e35ef6fc951887e8aadd088044d92b5
3
+ size 239256064
parquet_data/train-p2-00003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f39aa090f2f059fb06cb7e8451b0d6eee4d4cb9b293881968703b26b5fac8d0
3
- size 241404650
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09a7a0f8a9f3ae8ac5034878a1b50de7a66aa8abab6e70028d631db793d54546
3
+ size 241812486
parquet_data/train-p2-00004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:11d3f633af9ce18c04c1ef1ccc33e7d4e78cef4185bfd75312f020a35f31aaf4
3
- size 236106615
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fe2a52e914b48a08fe948e0b975471b12a295d4162496c1d6716da41f9c4280
3
+ size 236514413
parquet_data/train-p3-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e605bd4b3e47914337e0c8a831c32841c073c9b3df37385854147cdd6bc043a7
3
- size 224413150
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5aec4c447c691e1e4941235526750e384189df8870e3473ce58a9d7673feb642
3
+ size 224834840
parquet_data/train-p3-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e58010d1ebfdc773217f9e33a9bbf48acee1da6bb948b075c7cac30a5ad5bfab
3
- size 222619220
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0774a0f96fad58294d9b9ebda5afac2ee4133831f5d3ddaca7d5da8fe36810b9
3
+ size 223024905
parquet_data/train-p3-00002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19c5760a733c6fd6b9a5fb2fa44a717e2df06ba35d201f50c040f524421b7b31
3
- size 219495985
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fcdbbc357373af722e633cf16b4ae8d37aca7493f62ade92597bbd0855fd367
3
+ size 219909602
parquet_data/train-p3-00003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3e264dc651cd295bba26a124e30717e75f1d052b856c6da6454af4df44f5872
3
- size 222152834
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cd98e459dc2e8ab784ede64f2b3220140950714028ee0fc650586cfe98afc6a
3
+ size 222559235
parquet_data/train-p3-00004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2afc0fd207f0a6bfac70781251157bcc82ddfacaef8fb87a40395f70139a9f18
3
- size 215891940
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:615e67d6bb12ca3e2e4154d6c6b8c9767af19f90342c35780d2c31cc161fdd7b
3
+ size 216295723
parquet_data/train-p4-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f57ffdb13917b46de347362e61cb4b874141243a6e81d470390ae490f94172a4
3
- size 212359290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27b371cf2d69ef7df5b88f335de6f5c2c859e81fb57b2e3037d29e54d911a424
3
+ size 212773535
parquet_data/train-p4-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01d1341aa2a0cb9d014756767ce7e6bdb59ef77236acb8687ed79925f93613e5
3
- size 216458940
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2780817b63fe7a57c0ef4bc2144f65ef35abeac33ed7b192c8a9ca3fe3de24d
3
+ size 216866647
parquet_data/train-p4-00002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c19277e9b08b286fbbb660a9ee7f467bf612b47554c1c042dc1cb11cf558923c
3
- size 224697633
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c6931b79470a6ca7779d9fc107aed71b5d72fb73d3fbfa4d3cdb4496deb277d
3
+ size 225118344
parquet_data/train-p4-00003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e2555337da25ea379c0da914640d95f9c905477e57616634c7fc829f16c8662
3
- size 219981788
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:792cef22f00ecb323c982225fe8f64d4dd937eb020f4725f78647966661dfeb6
3
+ size 220383396
parquet_data/train-p4-00004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c61c12cea78a811feced3e03a2b1539689eeea26866fb988ea83ba431c48ad73
3
- size 217320436
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6388b0eb06b84f24667830b1dc311ad77f5a4520ca53d4c825c8d97018cfd90
3
+ size 217740473
parquet_data/train-p5-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a4e1272b75d3fc624e4c7724fe25ddc8db86c5b004b9736e5eec47d4b7e41e8
3
- size 218846632
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fe1623c221eaf8c807aaa774ff7e4b5876296f60d4c8262932e222d9c193175
3
+ size 219258375
parquet_data/train-p5-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ca4cf9280f3fac83891955def3e972e24eab8e9865f30e59fb3e98c79a920f2f
3
- size 219779619
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac64d924fd928ce4b62a15e7d34984874b66a46bdbd5c47f17359868053015ec
3
+ size 220189742
parquet_data/train-p5-00002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4d7b05e123aa6f622455c14b91e6ba7903517fc813395486a4c81edc90294ad
3
- size 220262110
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009828ff83aeaa5a57b8fd268d28aef36d517846f7eccd95386075e4c17a28a9
3
+ size 220668836
parquet_data/train-p5-00003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3c1b81d9ca97cb216903ce6caac6dd331bcb11fd716a06edc25ec94d43fe7ca
3
- size 222791633
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbdc22611d81ef49a2b4e8a52eb4b47a1de8dd37b9cb31a38a444ad5189a579a
3
+ size 223154445
parquet_data/train-p5-00004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5fab5e5c41c7fc4aca528099b6c83844f9425f64ba80ef9c24d3d854fd119f86
3
- size 215278080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d03d56fd8f2b2e5b4c41bdea286c63066a179890f1b1e06fd10413162ed3dfcb
3
+ size 215696562
parquet_data/train-p6-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6273c845d5c285b9a6e4d62e0f60e7c793a4aaa8ba81abe1b67b3f04421501f4
3
- size 209377139
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f58bed100d2e543b9cbbbe9c7452048599531730e2bf545dfb7fd217b727d43
3
+ size 209779660
parquet_data/train-p6-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2dcb31410b409a225aa7dbc1633874b38f6891b50b2d70a934db0fcecb786b1
3
- size 219501176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7b90249a6e84bd5f9dcdbc6cd8ddc8e4e103a13865eb937df2af345df304c75
3
+ size 219911679
parquet_data/train-p6-00002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9fc9c9f61e8d6c03a782f6e1d6af5f121966879aa455189db55bfc0e0b25977e
3
- size 224055001
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11f3ff0fc4c3bab92315ca42d6984755a2fa79dfaa51ebb7e67f75d1bd2ca28f
3
+ size 224455515
parquet_data/train-p6-00003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f9eda2f0e1d954bd6a7bc8b4ee96c5e99c7fbbb0d15251719c5528423b9b19e
3
- size 220933106
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1729b26fbc7ce366f493bd62a224acd33fb4c2e6f00e6f6a4c73884936b322a2
3
+ size 221347213
parquet_data/train-p6-00004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5a5c68fd4050faca4cb656eebac7dabeba54df46db3e891a036ca8f735ff646
3
- size 221017932
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0a84a5dd77eef313b3eb3788e5710d4a2b06d2ac90758932549ba6cc6ef7af7
3
+ size 221428240
parquet_data/train-p6-00005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6dd05ba0601520bec8884333ed215a670b89320f956439b6b3982798cbbf087c
3
- size 211390193
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e57717d1d9373d3ef0508da219b0d2da280a60b855e9a602f55da2b9d890f02b
3
+ size 211807465
parquet_data/train-p6-00006.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff027a956f80a2d1c2ca13516effed8dedd3d2fe0dde1d99cf88d862f56693a5
3
- size 212172793
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77b8078557112facbf3f54d76a5c9d27c42c02ed158b83bcb69c247dec9c379c
3
+ size 212587260
parquet_data/train-p6-00007.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c149c63453566dde3e419ef722ef353ff9925347401f3d46c11901033507f00
3
- size 227905864
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:249b7466498359f0260bd6bd6d76bb93100ff7d1df40c4b1a9ef915fdeda45ca
3
+ size 228297705
parquet_data/train-p6-00008.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:00d8db7ddc2981b3fa986acaefcaf7277d419da072e7ae398cbb18c606a754c2
3
- size 218902887
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a2fe760202ac82f34d566b4f07ab71a93fa8e682728d57752c383120426c2d5
3
+ size 219316408
parquet_data/train-p6-00009.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3032e5be9d0e678cb888db8ce852d841295c773506540beca073286fc203dc72
3
- size 219903031
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8c63722cc3faf85ac9b1aa7f47d4a4613172f2dcea9e4e0b76ba2d777d1395d
3
+ size 220322302
parquet_data/train-p7-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e87c4d6891d9ea8aec5b4f2a0842bd68befee97ffe475023784ff0a313f6302f
3
- size 227357572
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0613ca54ba6b771a58afc4ee162165ac0bdfd58a88313b0678e223a1042209f2
3
+ size 227771644
parquet_data/train-p7-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b93ab989dbfdd9901017f28cf4189256f0632a00e487f9691ab1b99a6c5ab7c
3
- size 243226689
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e3e7757f7bb082bc367ed457797905d934266e0c3231f530b3aad674e43eb57
3
+ size 243641038
parquet_data/train-p7-00002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1500cf320e130aac33c8994adb05e2b302b6f0dc5c812cea72a47dc50feb6f3
3
- size 227365418
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ddc30015e4a0994b458cba467e99a84a1aec63ac384bd7cafd61448ea5bc625
3
+ size 227781506
parquet_data/train-p7-00003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:edaf92c0711d425e0c7338700d757a95135a170bbfadb709a644fce5a20401a4
3
- size 221402036
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3e6437f6bedfd288201e23241fa4a333cdc2de604f74c98ca6c3256f5742111
3
+ size 221817733
parquet_data/train-p7-00004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:412a2b8ef8695b9b6b4a1cb23a713d4cdb7f220f313568fde35ea6210ae08190
3
- size 228548721
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b57a4967e90c534af83849461431712161080ca212885232fc6c26e00915a0a
3
+ size 228960259
parquet_data/train-p7-00005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e951d63eb58112d8387be2eececff1614d3bb476b81bcef477c80d2f5902c6da
3
- size 212580579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98676f92e74530e0848d1d3b5f0e3348704b4dcdee743d1a0c0b59b5378a2c15
3
+ size 212980327
parquet_data/train-p7-00006.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07f262f48cd3cadcf1370ac4790a99f6a644e583badac48d11edca97de3131da
3
- size 222506160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c4e459de502b4476264101aba7d5339e324ee557d035a9f79013dfdad8b84a2
3
+ size 222922840
parquet_data/train-p7-00007.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d434f31c48e89d73d43866433fd03b9a7ab2185b8c61a888e30b7d044ff01a4
3
- size 213048123
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:168c25a5577801854f0e53dbbd73f955077c6e9c3dbb2994d821f9778ea11450
3
+ size 213437283
parquet_data/train-p7-00008.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be513c0353d06cf8b2cd78eaedefc1d25777b2c7d7fdaaabb39722262dcc7bd6
3
- size 234557096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d311f63c2e066b526d14c55bc23438df0277d6938617d8dd4238d7376b8e460
3
+ size 234979414
parquet_data/train-p7-00009.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:faced7540aae24fb50c0b7b2491c75c9f396e916a535b26c4c8cadaa7157a5ee
3
- size 219312191
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d2f1917e12a1650aacab9a1dcd35cb915f85c408e09015bd1bb2c02003ad7fa
3
+ size 219723584
parquet_data/train-p8-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b755a37518afcb2548c9e4a541e83f1d6aea47b93873e0250332caf9a303765a
3
- size 217946955
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4949b38f59e75a0f09620730599c789b5e49e65f01122e630bc64218affbbba1
3
+ size 218355944
parquet_data/train-p8-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e623c712a9c07667c171c910ab73462845d470a7de6ca16bf9c33c571a00fb51
3
- size 220941169
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bae83512f7610a118be7f0d2417f227ff7d988f2f9e7e322310fa6c50722e862
3
+ size 221358142
parquet_data/train-p8-00002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0ac6bfa21d51f9e30fb4eb33b0cef0ba624446795ef7765f7aadd9ece7e8d4a
3
- size 211438077
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:908750195d8d95351f19beb96a14d7771f5966c712701246337e4074d79a0c04
3
+ size 211843546
parquet_data/train-p8-00003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12eace0e9c48969f463e5c688b82c187242d0f40871b3a6396dad59be805a6bb
3
- size 211657988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daaf4565133fa2ee46bea62a1560630579617e6e53df81885defa83d1fb48317
3
+ size 212050640
parquet_data/train-p8-00004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab6f882967956f9f68162575f4edb069c77db5a17a563586d67ed768340a6823
3
- size 227358331
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:352b78723fb3e86acea327fe3b6cdf6e040f0c9124311ed9fd755dbe843dff18
3
+ size 227759707
parquet_data/train-p8-00005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fe23d5d97ae720c2cf06472effcb4c783d61bd8c0d5a013f02a2765aa8740f89
3
- size 212657258
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87f7f9a280a523b2c3a45a2199e7e73ea78d5af4ffcecdcfb61da740f5a6a1d5
3
+ size 213058985