Références :
Utilisez la commande suivante pour charger cet ensemble de données dans TFDS :
ds = tfds.load('huggingface:sbu_captions')
- Description :
The SBU Captioned Photo Dataset is a collection of over 1 million images with associated text descriptions extracted from Flicker.
- Licence : inconnue
- Version : 0.0.0
- Divisions :
Diviser | Exemples |
---|---|
'train' | 1000000 |
- Caractéristiques :
{
"image_url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"user_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"caption": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}