How can users access and load the Babillage Dataset?

Question

Answers ( 1 )

    0
    2025-04-01T15:03:20+00:00

    The Babillage Dataset can be loaded via Hugging Face's datasets library using the following commands:
    - CoCOCO: `datasets.load_dataset("kyutai/Babillage", "coco", split=split)`
    - CoOCR-VQA: `datasets.load_dataset("kyutai/Babillage", "ocrvqa", split=split)`
    - CoVQAv2: `datasets.load_dataset("kyutai/Babillage", "vqav2", split=split)`

Leave an answer