nullHawk commited on
Commit
7da560e
·
verified ·
1 Parent(s): 673f622

feat: upload pixelized parquet dataset

Browse files
README.md CHANGED
@@ -29,6 +29,7 @@ or using the uploaded result.
29
  - Images: 48167
30
  - Parquet shards: 7
31
 
32
- Each row contains an `image` column with embedded PNG bytes plus `file_name`,
33
- `tags`, `original_file_name`, `original_index`, `cell_size`, and source metadata
34
- when available.
 
 
29
  - Images: 48167
30
  - Parquet shards: 7
31
 
32
+ Each row contains only:
33
+
34
+ - `image`: decoded by Hugging Face Datasets as an image feature.
35
+ - `tags`: source text tags/caption for that image.
data/train-00000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e42cedb3054c941e4dc208845bfd552e2c9324cfd9b7317e57a82592bee76c49
3
- size 101110155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1a449cce1617a222200293e7ead047269ef4db0d36dc996691153707a069151
3
+ size 100997837
data/train-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4db9ecddc2748f59b3c670b93f3c89d7f29463c73a1eddba2f152835a6f3762
3
- size 101010337
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20e4b01034ef94a99aa543f6e75259a15e3dcdc8122413b5e462fa435f2039ad
3
+ size 100896636
data/train-00002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2fd126cfbf2df0287003683496790b473cce76ffbecf967dd5f4d4ed2da5d7a5
3
- size 101134260
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c28ef1b28858835f7184d4fd0c30e3037ff50b12e5e9d112e6496798a94e3a3
3
+ size 101024586
data/train-00003.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:960f951f454d48383dd391aa86aaa4fec55f423ee152fadee9db23f0580c8e0c
3
- size 101071780
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b5186852a067ffb67ac834118de5fa15213db4c36bd1c6c70be3f545c52458
3
+ size 100961145
data/train-00004.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e97c65ba4d5464a08e80e8cdffc61afc8ed812fdd878e29af8d36ba2e3e6b4f
3
- size 100932160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a072e3ef3ddca6af84c5d25a4206b61ec5eefdd7ebba8ea4176780723de9ee1
3
+ size 100819990
data/train-00005.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e92cbcf9a257500866d18ff3b0e3a215a5963401e85c8dc9c50d4166452e493
3
- size 101208071
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50140d3a2b27768ef3b9619f77b4f8ff47d450ece62dccc8c92f156cb0f0eb12
3
+ size 101099553
data/train-00006.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:829ac6547a29327f658f7b9af3715b2936f80f1199aab2e5c2f18d31ca6bed72
3
- size 16774439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff89c19ffc08a7e5b8f7bf3c87b7b1ce851f130e533454194e69ed1465f7eeda
3
+ size 16756155
dataset_info.json CHANGED
@@ -3,37 +3,9 @@
3
  "image": {
4
  "_type": "Image"
5
  },
6
- "file_name": {
7
- "dtype": "string",
8
- "_type": "Value"
9
- },
10
- "original_file_name": {
11
- "dtype": "string",
12
- "_type": "Value"
13
- },
14
- "original_index": {
15
- "dtype": "int64",
16
- "_type": "Value"
17
- },
18
  "tags": {
19
  "dtype": "string",
20
  "_type": "Value"
21
- },
22
- "rank": {
23
- "dtype": "int64",
24
- "_type": "Value"
25
- },
26
- "cell_size": {
27
- "dtype": "int64",
28
- "_type": "Value"
29
- },
30
- "source_dataset": {
31
- "dtype": "string",
32
- "_type": "Value"
33
- },
34
- "source_split": {
35
- "dtype": "string",
36
- "_type": "Value"
37
  }
38
  },
39
  "splits": {
 
3
  "image": {
4
  "_type": "Image"
5
  },
 
 
 
 
 
 
 
 
 
 
 
 
6
  "tags": {
7
  "dtype": "string",
8
  "_type": "Value"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  }
10
  },
11
  "splits": {