parquet-converter commited on
Commit
47e1271
·
1 Parent(s): ef52008

Update parquet files

Browse files
README.md DELETED
@@ -1,4 +0,0 @@
1
- For test purposes!
2
-
3
- Preprocessed version of https://www.kaggle.com/datasets/paramaggarwal/fashion-product-images-dataset
4
- Images resized to have max 512
 
 
 
 
 
data/train-00000-of-00002-357f4cbabe1a8ea6.parquet → ceyda--fashion-products-small/parquet-train-00000-of-00002.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4389468f041f8fe4843bce834d7e2eb3fa74a885ccf1e34e54d641ae3aa2d96f
3
- size 297859218
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb864c656a62d3d3c7bd607615b4e9c34fdcff3b4f25beac9063fccce8ae9548
3
+ size 578866896
data/train-00001-of-00002-cbe936f1880f5e72.parquet → ceyda--fashion-products-small/parquet-train-00001-of-00002.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60201feec28a8bd290dc98828041d799d674ecdd748705289448258972349068
3
- size 298715145
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21ee258578360bd976bd6b588a01141b609fc1daa37dc0d587ce33575202e99c
3
+ size 18175789
dataset_infos.json DELETED
@@ -1,68 +0,0 @@
1
- {"ceyda--fashion-products-small": {
2
- "description": "",
3
- "citation": "",
4
- "homepage": "",
5
- "license": "",
6
- "features": {
7
- "filename": {
8
- "dtype": "string",
9
- "id": null,
10
- "_type": "Value"
11
- },
12
- "link": {
13
- "dtype": "string",
14
- "id": null,
15
- "_type": "Value"
16
- },
17
- "id": {
18
- "dtype": "string",
19
- "id": null,
20
- "_type": "Value"
21
- },
22
- "masterCategory": {
23
- "dtype": "string",
24
- "id": null,
25
- "_type": "Value"
26
- },
27
- "gender": {
28
- "dtype": "string",
29
- "id": null,
30
- "_type": "Value"
31
- },
32
- "subCategory": {
33
- "dtype": "string",
34
- "id": null,
35
- "_type": "Value"
36
- },
37
- "image": {
38
- "decode": true,
39
- "id": null,
40
- "_type": "Image"
41
- }
42
- },
43
- "post_processed": null,
44
- "supervised_keys": null,
45
- "task_templates": null,
46
- "builder_name": "csv",
47
- "config_name": "default",
48
- "version": {
49
- "version_str": "0.0.0",
50
- "description": null,
51
- "major": 0,
52
- "minor": 0,
53
- "patch": 0
54
- },
55
- "splits": {
56
- "train": {
57
- "name": "train",
58
- "num_bytes": 661275740.1993655,
59
- "num_examples": 42700,
60
- "dataset_name": "fashion-products-small"
61
- }
62
- },
63
- "download_checksums": null,
64
- "download_size": 596574363,
65
- "post_processing_size": null,
66
- "dataset_size": 661275740.1993655,
67
- "size_in_bytes": 1257850103.1993656
68
- }}