sbu_captions

Referanslar:

Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:

ds = tfds.load('huggingface:sbu_captions')
  • Açıklama :
The SBU Captioned Photo Dataset is a collection of over 1 million images with associated text descriptions extracted from Flicker.
  • Lisans : bilinmiyor
  • Sürüm : 0.0.0
  • Bölmeler :
Bölmek Örnekler
'train' 1000000
  • Özellikler :
{
    "image_url": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "user_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "caption": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}