แนวความคิด_12m

ข้อมูลอ้างอิง:

ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:

ds = tfds.load('huggingface:conceptual_12m')
  • คำอธิบาย :
Conceptual 12M is a large-scale dataset of 12 million
image-text pairs specifically meant to be used for visionand-language pre-training.
Its data collection pipeline is a relaxed version of the one used in Conceptual Captions 3M.
  • การ อนุญาต : ชุดข้อมูลอาจถูกใช้อย่างอิสระเพื่อวัตถุประสงค์ใดๆ แม้ว่าการยอมรับของ Google LLC ("Google") เนื่องจากแหล่งข้อมูลก็น่ายินดี ชุดข้อมูลมีให้ "ตามที่เป็น" โดยไม่มีการรับประกันใดๆ ไม่ว่าโดยชัดแจ้งหรือโดยนัย Google ขอปฏิเสธความรับผิดทั้งหมดสำหรับความเสียหายใดๆ ทั้งทางตรงและทางอ้อมที่เกิดจากการใช้ชุดข้อมูล

  • เวอร์ชัน : 0.0.0

  • แยก :

แยก ตัวอย่าง
'train' 12423374
  • คุณสมบัติ :
{
    "image_url": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "caption": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}