Datasets:

ArXiv:
Tags:
License:
cgarciae commited on
Commit
ad96d5b
1 Parent(s): 30797c9

use img_bytes feature

Browse files
Files changed (2) hide show
  1. cartoonset.py +1 -1
  2. dataset_infos.json +2 -2
cartoonset.py CHANGED
@@ -73,7 +73,7 @@ class Cartoonset(datasets.GeneratorBasedBuilder):
73
  "img_bytes": datasets.Value("binary"),
74
  }
75
  ),
76
- supervised_keys=("img",),
77
  homepage="https://www.cs.toronto.edu/~kriz/cifar.html",
78
  citation=_CITATION,
79
  )
 
73
  "img_bytes": datasets.Value("binary"),
74
  }
75
  ),
76
+ supervised_keys=("img_bytes",),
77
  homepage="https://www.cs.toronto.edu/~kriz/cifar.html",
78
  citation=_CITATION,
79
  )
dataset_infos.json CHANGED
@@ -13,7 +13,7 @@
13
  },
14
  "post_processed": null,
15
  "supervised_keys": {
16
- "input": "img",
17
  "output": ""
18
  },
19
  "task_templates": null,
@@ -59,7 +59,7 @@
59
  },
60
  "post_processed": null,
61
  "supervised_keys": {
62
- "input": "img",
63
  "output": ""
64
  },
65
  "task_templates": null,
 
13
  },
14
  "post_processed": null,
15
  "supervised_keys": {
16
+ "input": "img_bytes",
17
  "output": ""
18
  },
19
  "task_templates": null,
 
59
  },
60
  "post_processed": null,
61
  "supervised_keys": {
62
+ "input": "img_bytes",
63
  "output": ""
64
  },
65
  "task_templates": null,