How can users access and load the Babillage Dataset?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.Morbi adipiscing gravdio, sit amet suscipit risus ultrices eu.Fusce viverra neque at purus laoreet consequa.Vivamus vulputate posuere nisl quis consequat.
Answers ( 1 )
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)`