sprited commited on
Commit
4f3a282
·
verified ·
1 Parent(s): 18c3764

v0.2 mini: visual-QA prompt curation (143 -> 134 prompts; see prompts/v02_excluded.txt in the code repo)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. mini/meta.json +68 -56
  2. mini/test-00000.parquet +2 -2
  3. mini/test-00001.parquet +2 -2
  4. mini/test-00002.parquet +2 -2
  5. mini/test-00003.parquet +2 -2
  6. mini/test-00004.parquet +2 -2
  7. mini/test-00005.parquet +2 -2
  8. mini/test-00006.parquet +2 -2
  9. mini/test-00007.parquet +2 -2
  10. mini/test-00008.parquet +2 -2
  11. mini/test-00009.parquet +2 -2
  12. mini/test-00010.parquet +2 -2
  13. mini/test-00011.parquet +2 -2
  14. mini/test-00012.parquet +2 -2
  15. mini/test-00013.parquet +2 -2
  16. mini/test-00014.parquet +2 -2
  17. mini/test-00015.parquet +2 -2
  18. mini/test-00016.parquet +2 -2
  19. mini/test-00017.parquet +2 -2
  20. mini/test-00018.parquet +2 -2
  21. mini/test-00019.parquet +2 -2
  22. mini/test-00020.parquet +2 -2
  23. mini/test-00021.parquet +2 -2
  24. mini/test-00022.parquet +2 -2
  25. mini/test-00023.parquet +2 -2
  26. mini/test-00024.parquet +2 -2
  27. mini/train-00000.parquet +1 -1
  28. mini/train-00001.parquet +2 -2
  29. mini/train-00002.parquet +2 -2
  30. mini/train-00003.parquet +2 -2
  31. mini/train-00004.parquet +2 -2
  32. mini/train-00005.parquet +2 -2
  33. mini/train-00006.parquet +2 -2
  34. mini/train-00007.parquet +2 -2
  35. mini/train-00008.parquet +2 -2
  36. mini/train-00009.parquet +2 -2
  37. mini/train-00010.parquet +2 -2
  38. mini/train-00011.parquet +2 -2
  39. mini/train-00012.parquet +2 -2
  40. mini/train-00013.parquet +2 -2
  41. mini/train-00014.parquet +2 -2
  42. mini/train-00015.parquet +2 -2
  43. mini/train-00016.parquet +2 -2
  44. mini/train-00017.parquet +2 -2
  45. mini/train-00018.parquet +2 -2
  46. mini/train-00019.parquet +2 -2
  47. mini/train-00020.parquet +2 -2
  48. mini/train-00021.parquet +2 -2
  49. mini/train-00022.parquet +2 -2
  50. mini/train-00023.parquet +2 -2
mini/meta.json CHANGED
@@ -1,58 +1,70 @@
1
  {
2
- "version": "0.1.0",
3
- "clips": 1430,
4
- "frames": 514800,
5
- "shards": {
6
- "train": 206,
7
- "val": 26,
8
- "test": 26
9
- },
10
- "fps": 20,
11
- "size": 64,
12
- "depth_range": [
13
- -1.5,
14
- 1.5
15
- ],
16
- "joints": [
17
- "Hips",
18
- "Spine",
19
- "Spine1",
20
- "Spine2",
21
- "Spine3",
22
- "Neck",
23
- "Head",
24
- "RightShoulder",
25
- "RightArm",
26
- "RightForeArm",
27
- "RightHand",
28
- "RightHandEnd",
29
- "RightHandThumb1",
30
- "LeftShoulder",
31
- "LeftArm",
32
- "LeftForeArm",
33
- "LeftHand",
34
- "LeftHandEnd",
35
- "LeftHandThumb1",
36
- "RightUpLeg",
37
- "RightLeg",
38
- "RightFoot",
39
- "RightToeBase",
40
- "LeftUpLeg",
41
- "LeftLeg",
42
- "LeftFoot",
43
- "LeftToeBase"
44
- ],
45
- "held_out_groups": [],
46
- "seconds": 1666,
47
- "config": "mini",
48
- "columns_dropped": [
49
- "depth",
50
- "normal"
51
- ],
52
- "note": "64px colour (premultiplied area downsample) + seg (nearest) + all labels",
53
- "split_contract": {
54
- "train": "seeds 0-7",
55
- "val": "seed 8",
56
- "test": "seed 9"
57
- }
 
 
 
 
 
 
 
 
 
 
 
 
58
  }
 
1
  {
2
+ "version": "0.2.0",
3
+ "clips": 1430,
4
+ "frames": 482400,
5
+ "shards": {
6
+ "train": 193,
7
+ "val": 25,
8
+ "test": 25
9
+ },
10
+ "fps": 20,
11
+ "size": 64,
12
+ "depth_range": [
13
+ -1.5,
14
+ 1.5
15
+ ],
16
+ "joints": [
17
+ "Hips",
18
+ "Spine",
19
+ "Spine1",
20
+ "Spine2",
21
+ "Spine3",
22
+ "Neck",
23
+ "Head",
24
+ "RightShoulder",
25
+ "RightArm",
26
+ "RightForeArm",
27
+ "RightHand",
28
+ "RightHandEnd",
29
+ "RightHandThumb1",
30
+ "LeftShoulder",
31
+ "LeftArm",
32
+ "LeftForeArm",
33
+ "LeftHand",
34
+ "LeftHandEnd",
35
+ "LeftHandThumb1",
36
+ "RightUpLeg",
37
+ "RightLeg",
38
+ "RightFoot",
39
+ "RightToeBase",
40
+ "LeftUpLeg",
41
+ "LeftLeg",
42
+ "LeftFoot",
43
+ "LeftToeBase"
44
+ ],
45
+ "held_out_groups": [],
46
+ "seconds": 1666,
47
+ "config": "mini",
48
+ "columns_dropped": [
49
+ "depth",
50
+ "normal"
51
+ ],
52
+ "note": "64px colour (premultiplied area downsample) + seg (nearest) + all labels",
53
+ "split_contract": {
54
+ "train": "seeds 0-7",
55
+ "val": "seed 8",
56
+ "test": "seed 9"
57
+ },
58
+ "excluded_prompts": [
59
+ "A person climbs over a low wall.",
60
+ "A person does a push up.",
61
+ "A person does a sit up.",
62
+ "A person does a standing long jump.",
63
+ "A person does a yoga tree pose.",
64
+ "A person does a yoga warrior pose.",
65
+ "A person lies down on the floor.",
66
+ "A person shakes their head no.",
67
+ "A person sways to slow music."
68
+ ],
69
+ "curation": "prompts whose ARDY motions do not visibly perform the action are removed (see prompts/v02_excluded.txt)"
70
  }
mini/test-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce5718ada15ca33b93a7d81d06b5280b705ba247095c4479fa4525856bef3492
3
- size 3478076
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59352b93c492cc2804a97a0080d7670ba371576376b60b3dccd98ad44af7d9de
3
+ size 3481803
mini/test-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:111682a243dd09881fc81d2c1da5de3e9485b44b40a2f5b8017737ecfd17f92d
3
- size 3513922
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed4a957e0ef05d501606e14cabf27659b5da08b214b4289ae66130bccecfee16
3
+ size 3561724
mini/test-00002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:87620a69dde839ba8ccc02b59c906b6b006f744dd898178a0868f0828e95ee30
3
- size 3535547
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08e2ad20b9a28395477da9050d25b0c454e890fcdc706002656b2a5e0adb5b0c
3
+ size 3283071
mini/test-00003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ddf6f55d0f54b50f3b74ca7db60182bffb09456ffedde7a9a271609c98f84087
3
- size 3292070
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9ca5da05d9aa0e4efdbc7acac2e632822c1685eb4fe46c35a932bb98732c699
3
+ size 3484454
mini/test-00004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7b1e4d2079ab92715f81ccf2825e40fc2f8a9bc01346b7d79cb228075a51e0e
3
- size 3468332
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdcfeeb59d587b2c6fada9ad3017b35768b95dfe02e0e43d36e0b79717a104af
3
+ size 3508297
mini/test-00005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18735528706087f2387a995683af6ccc14565ab6b7f78e51641082ea4be2d299
3
- size 3525482
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89608a6260593e750c61298de61e02e83a831fbf9b2fcc62f20f45858cfa8187
3
+ size 3510862
mini/test-00006.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1de4d9375eac5482c4359a6f301ac87617706139e14758621751dd27bd56e7b
3
- size 3470523
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:760c12848ff1c0a63fb0943884d061981b46cd100bea7cc6052225bb0c510a52
3
+ size 3548263
mini/test-00007.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2594a60ab5893e574fed595ec145b97f7d87d19d3c496991ba2cb36ae63bfe9
3
- size 3621722
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95a184c47611c741488357ab4ad38fb51172feb62ec8039a70bfda4343f2866f
3
+ size 3512228
mini/test-00008.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e725cad185f5c460545d978f0edf12f1d1fddabed2e2aad7651d08ded476900d
3
- size 3466510
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e986223809b880b288507d1b61f1c0d35b6a31e4d19144e7635605e360e3803
3
+ size 3533231
mini/test-00009.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b89c37f888cfeb4c15510a8a279171f3d1a242bb0449a5d2baefb79f1e9d7e21
3
- size 3533715
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4098b2c1bcf10496020cc56ba8d9c0f1c392839dd9c1a1973d976b1ef59d7b1b
3
+ size 3536363
mini/test-00010.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6aeb5297db29b2f8710a6353b9a747c5580234afe7569d2ff9cd0d655b70b1e9
3
- size 3520575
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62cb67e797c120f50c3956cabb138f391fb3a57c8f1b2c315b1ba4085e2d106d
3
+ size 3596253
mini/test-00011.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:90ca20d7d732bb3e1d81bf913b675d529fef0ef8fa6beecb9a9b0c8bccfb4c95
3
- size 3598868
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aa40410cfcfac44cdadf0a6a1f911b5a2bc5b94157b5adedf5db213baa4e267
3
+ size 3480743
mini/test-00012.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db78e753915f4371d16b3ece31ed6216e5b3607848b3581cdda1cc81d61ecb1d
3
- size 3517387
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2810ff06e0087b5c07d2d0be80571ef38e179995eca702f0c340e7583aa696b3
3
+ size 3332714
mini/test-00013.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:660ad7343d77ae06819c90d3a715283e5c305d1ab4d906b1feda595425b1e7d9
3
- size 3413794
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:687bff615a001056342e8792d03eb1b8593c6e3905d761ddbb46250a5888759b
3
+ size 3409704
mini/test-00014.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7cf2172dbec6975412ffac215d35080c0d8b66c5d04f9ea8192780fd25f2d79a
3
- size 3332552
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5df399dd1de19a2a8e5d3f695e38354d08bb98450dfa1ce025bfe96e864f67a3
3
+ size 3514050
mini/test-00015.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d5ae76cf753444c4edf5825816d04d645e858e055a82a27fdbab9e49eb964a0e
3
- size 3503213
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d53c406708b6e834affe9d70f377bb469b3ed3c2961727a8c6cd2925677c8e9e
3
+ size 3392553
mini/test-00016.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70adf928e9b0e5f6a687cb21b14397161167dc47f26e4bb2b35e934267dc8ae5
3
- size 3419524
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a083ae0ae4455ed94cdb880963aecdb52f7a89328e266446d629fcebc447d3c7
3
+ size 3535579
mini/test-00017.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd3eefcb3db576893576457a57ced7f186285d235a131e92d259b14982bd60d3
3
- size 3505869
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c179abc575aed52a1dfd81983ae0d72aeb49279a61e9ec6daf45a5210fc70c2
3
+ size 3294134
mini/test-00018.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:80c9b8ea636a33b701f5487e9b4f5403582bec60f0acbc5d3f7530523982a148
3
- size 3339908
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15f2a88a2b6963fc9f3915d4a34352aa9a3a9c9d8823e5f47ab331c4786813b6
3
+ size 3612077
mini/test-00019.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30240c41d0434344070075d7ede972c2a732c737a6974227901fc71a0a3d7034
3
- size 3548501
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eda8f81f513e5d6c566cbbfda8a46172c7211a28893a1a48e87c0da9f21ca323
3
+ size 3514149
mini/test-00020.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62cf5a642c650ffbae629da020d845790839c988c2b007639d49f69d9cf0d78b
3
- size 3511976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:417d2b2684814b2aade63015a6e2cbef48e0d4dae1ca5df59b6d909399a0ae17
3
+ size 3583906
mini/test-00021.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7c45f1b1652af971577347af13daf9f55fcc2e52ec23756a7ed8af27da17b11
3
- size 3578140
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd14a165ab2e8983a22c264a29c409ec2fb65294b35cb3dd4a07c98f310e27d9
3
+ size 3392888
mini/test-00022.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bca6dec56f6ac56d2ca3892f3edbaec1d8be430cb883d1d593d3b78cb98e3992
3
- size 3529747
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cccb98b34d19252aa2744a9534ac4358017ae7fc7d4248ff91946eb1ccb3f9f
3
+ size 3291514
mini/test-00023.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30f966fabe5979d709eb7ad978327ca21abc3f0f5d01ccc9a66acef6633b3c59
3
- size 3418910
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce5cd324e89217a5a3ce117b1013bef5125aa67c257e00e0583a93437dcb9e6b
3
+ size 3410298
mini/test-00024.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d956b16b80549c47254d750f076ab39d6110186c8c91f0b7d5734457ee134932
3
- size 3231507
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c66fc55eefa4da4edf1e005dddb4364b8c5c08cf57005daec013c66b8a3cc67
3
+ size 431507
mini/train-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23f04df788a8f11a0b13fe0a8f2d208e9168d5bcbdbd408a9c96be9e45d85771
3
  size 3555475
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8831dae103e985ae68421134a12e422a4c0aeddec7a74bc2dc383bb7c0d75451
3
  size 3555475
mini/train-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c091a2d9de6602b68d4f09dc74c082a26efd74e48c1f49ba23e39f052b0b56e
3
- size 3464297
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f6264e9812f9b3a3cd7bb86356a31d359e1e3493e8947c667932aef1736ee1
3
+ size 3479744
mini/train-00002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9aa30620cc4a067a42b9fe478e44ccb5436452d9254d73012ba5c9ca58f1e6c
3
- size 3222926
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3af0bfb82cb3e0846b2c671f0f093be98a8986c60ff14580bf606b1271c866f
3
+ size 3379144
mini/train-00003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c30359b1114a7a4a72524260c42a2ae2c98d65c17c1ce2e807b2dc83c53f2d3
3
- size 3414880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0f89e90d8fd1619a7af504a17667170a961b6dc85953d5ab889e0e662b3c17c
3
+ size 3343995
mini/train-00004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:13f62dbc09c1bf86f730fa289ae0cc898eef2d15078a6276971f7e748196355a
3
- size 3364278
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49caebae2314edfaeaabd62ff2dbb578a51a6c51f0ba228c04f7b83aa0c4f955
3
+ size 3242637
mini/train-00005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b09f277acad7b16f1eeb2bccfc4a20517a0c1b9638e1ca92c9d116d4e997f452
3
- size 3257519
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94866e224182be3be7e59c756e09885ab6f65443e06c3b18106e11f402ae2870
3
+ size 3355439
mini/train-00006.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f61e1c9a220bcebb587274d0cd1479c8419249ff7a25555d5e96d1f399e1496
3
- size 3279555
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecd711ec33fc36a8e884317a645e6aa618b188757cc01bd88e5ec31cfb023c5a
3
+ size 3663128
mini/train-00007.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3659b905e73158eed3dba43771973ffcecab00be4d366652cd4fa2299d44b42
3
- size 3565454
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f707335416feec1025a39427d0acb2075b2a770dce536e3de57d9052fffc9966
3
+ size 3629289
mini/train-00008.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68e2947ff9076971b27debba6899ddb17561cb6c3bf1da6d6ff0f5228f0a1549
3
- size 3692330
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c81d21c97575a35ffc8b9973f85713a60c9416364ece6f7bd65ce43b7ea0c396
3
+ size 3572885
mini/train-00009.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:98aac60d380268434581b0afa5a6294f742ed1f23836a2a4df67a86547ceb473
3
- size 3502606
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3a6d4640cc012166631c1ee0adb5f19bae5713d8985cea22fd569ddcb1cf3f0
3
+ size 3620880
mini/train-00010.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:945b10071d6fb48b60a9ad18c90877e5333c78bc158e77740a2eaa85a4869981
3
- size 3276126
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27657bf6e7049ce7cb87f5a6cddb1d62c7e7734a55290df665b81a1066513134
3
+ size 3414546
mini/train-00011.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eca1d0bf8b32045715eb0bf91fa71d88f4c7009ad8edb2a6bb7f2132ed7fb5ef
3
- size 3356430
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eff170458857f6a6edd9755656bfbce1d52c5cd91330ea4b7b2b08019eec9301
3
+ size 3530405
mini/train-00012.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:61e0d05fb2a9f27c940f62b3f26e22d8bde77ba634bf5abe396a3715dfe83229
3
- size 3622997
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a128bef921c7b38d521b71147fa70c723b7e8fda1d0f6b7ba40fa2fb6d07fed1
3
+ size 3577142
mini/train-00013.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3162feb3a3531256b67545147a6173d0b289bda50b5d9d484edcebfddf45a81c
3
- size 3178284
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c79068dfd415e5598e7293f3129c944ab990048d4f7c9a40a284126a82b1507
3
+ size 3680915
mini/train-00014.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e7238db655ecc55e8155e14f52aeb57767d7f13a1f8cbfcd9462182548a07a2
3
- size 3402795
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dbcf17ba3753fac4a5e5e7da542b71aaaaa58a97064c3c619712356c2300563
3
+ size 3528004
mini/train-00015.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:742c8a41750c20a65fa3c63f36c4231c82727234b6f8b6b37f4bc52eea1badf7
3
- size 3475623
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ba7014e1f1246edfd0a6d0008a6327f1b362a3241fcecee932c923bd529c0da
3
+ size 3532747
mini/train-00016.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:519dea49fc146fa6081ca526973d6bf044a2e5a37391b8febf0c6ab61c50a6f0
3
- size 3385478
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce8056d0a9e387b0958370c83b5110042d70c07541d52a1266e81ca44b912609
3
+ size 3358754
mini/train-00017.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2798fd2f7190dea49e3882d831fcd6b3a990a33d502480b56274ca6550c1b06c
3
- size 3610695
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0cbd41ae7b6c241e752042b0f1e68fa903f4d92575b730212f565f1ed3bfd60
3
+ size 3378414
mini/train-00018.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c534569065c69a73711774389a8e0cf06c33939042af6b0171e8703449ddd138
3
- size 3568526
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f2418c19b2f70c797200f8217cfb04928305764c78bed751c56e15bf814449a
3
+ size 3363772
mini/train-00019.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88ba68551dee56c9e397a1b70881a60ef2fbc76b8fa4563543fe6061c802ea1c
3
- size 3382353
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e97bde5096630ff4d9bf29663aabf5ac544d06505fc7c2804419f579039d00f
3
+ size 3513310
mini/train-00020.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ff0d4850d2e8249fffc9e5aad9b2edb922380be6afff7bbb645e2c0992abcfe
3
- size 3528900
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bd9d91361e3a45fb79e0bc384c72e7693eaebfe529a9b38ac52b3dddc95a3e4
3
+ size 3349883
mini/train-00021.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54321b8b39ae96d745bca29dbc60fdba56e5cf6017a694098022fe89bb2e0472
3
- size 3593878
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7bc0c8078000011fed528ad39a6103ea52506995c9d9ce9c943240d7b838faf
3
+ size 3434494
mini/train-00022.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f8a671fb35bb5683b4b9440a641a6bb3a0b191402bcc10f1091e3ea843decc57
3
- size 3693764
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b07e2ad14d66841bfa1fe8bcd2d068343cd6f6fb567e659fc1d0516995d4dbdf
3
+ size 3363399
mini/train-00023.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3269c93834383b3ac1374655d0aa3df1029ec1e3eaf3be22907b6a5688487f23
3
- size 3515801
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f032cf7d4502a3817b3bd7e579bb3df9733098f69ad6fa8b20c09eebc2bae21f
3
+ size 3391052