ceyda commited on
Commit
ef10dba
1 Parent(s): e0c3c09

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +68 -0
dataset_infos.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 688276711.875,
59
+ "num_examples": 44441,
60
+ "dataset_name": "fashion-products-small"
61
+ }
62
+ },
63
+ "download_checksums": null,
64
+ "download_size": 308840077,
65
+ "post_processing_size": null,
66
+ "dataset_size": 688276711.875,
67
+ "size_in_bytes": 997116788.875
68
+ }}