datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
MSCOCO_PT-BRArabic_MSCOCO_1st_ViT-B-16-plus-240mscoco_captions_ViT-B-16-SigLIP-512mscoco_captions_en_ar_all_splits_ViT_B_16_plus_240Arabic_MSCOCO_1st_ViT-B-16-SigLIP-512mscoco_cmretmscoco_captions_en_ar_ViT_B_16_plus_240_1st_captionDatasetDict({
train: Dataset({
features: ['id', 'embeddings', 'en_caption', 'ar_caption'],
num_rows: 113281
})
validation: Dataset({
features: ['id', 'embeddings', 'en_caption', 'ar_caption'],
num_rows: 4999
})
test: Dataset({
features: ['id', 'embeddings', 'en_caption', 'ar_caption'],
num_rows: 5000
})
})
