sbu_captions

Tài liệu tham khảo:

Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:

ds = tfds.load('huggingface:sbu_captions')
  • Sự miêu tả :
The SBU Captioned Photo Dataset is a collection of over 1 million images with associated text descriptions extracted from Flicker.
  • Giấy phép : không rõ
  • Phiên bản : 0.0.0
  • Chia tách :
Tách ra Ví dụ
'train' 1000000
  • Đặc trưng :
{
    "image_url": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "user_id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "caption": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}