Datasets:
Where are the labels?
#1
by
penfever
- opened
Thank you for sharing this dataset. Following the instructions provided by HuggingFace, I loaded your dataset using the following command ->
dataset = load_dataset("ek826/imagenet-gen-sd1.5")
The provided schema is as follows ->
"features": {"key": {"dtype": "string", "_type": "Value"}, "url": {"dtype": "string", "_type": "Value"}, "jpg": {"_type": "Image"}}
There appears to be no label field provided.
I found that the key field contained something that looked like an integer-valued class label, followed by a \
character. Should I treat this as the image label?
Thanks in advance for your help!