Arabic-Clip/Arabic_3M_5M_ViT-B-16-SigLIP-512
Loading the training split as follows: from datasets import load_dataset ds_train = load_dataset("Arabic-Clip/Arabic_3M_5M_ViT-B-16-SigLIP-512", split="train") ds_train # Dataset({ # features: ['index', 'url', 'en_caption', 'embeddings_en', 'caption_ar'], # num_rows: 2000000 # }) Loading the validation split as follows: from datasets import load_dataset ds_validation = load_dataset("Arabic-Clip/Arabic_3M_5M_ViT-B-16-SigLIP-512", split="validation")… See the full description on the dataset page: https://huggingface.co/datasets/Arabic-Clip/Arabic_3M_5M_ViT-B-16-SigLIP-512.
027
Upload 2 files
Create README.md
Upload 2 files
initial commit
