CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01ituperceptron /image-captioning-turkish Türkçe Image Captioning Veri Seti Bu veri seti BLIP3o modelinin pretrain eğitiminde kullanılan BLIP3o-Pretrain-Long-Caption ve BLIP3o-Pretrain-Short-Caption veri setlerinin Türkçeye çevirilmiş bir alt parçasıdır. Orijinal veri setinin oluşturulması ile ilgili detaylı bilgiye BLIP-3o makalesi üzerinden ulaşabilirsiniz. Veri seti Image-to-Text modellerinin eğitilmesinde veya ince ayar sürecinde kullanılabilir. Veri seti, orijinal veri setinin lisansı olan Apache 2.0 altında… See the full description on the dataset page: https://huggingface.co/datasets/ituperceptron/image-captioning-turkish.imageimage-to-text1M<n<10M7 likes504 downloads8mo agoHugging Face02umarigan /turkish_clip_dataset_with_text_embeddingsThis dataset cleaned and dowloaded version of following dataset: https://huggingface.co/datasets/visheratin/laion-coco-nllb The main purpose was to extract Turkish captions and download images. You can use this dataset to fine-tune or create a clip model. Since there English and Turkish captions you can also use those to create language model? image100K<n<1M1 likes380 downloads3y agoHugging Face03UniDataPro /synthetic-turkish-passports Turkish passport dataset - 5, 000 images Dataset comprises 5,000 meticulously organized files capturing Turkish passports under highly controlled variations, making it an invaluable resource for developing robust document recognition and verification systems. It is specifically designed for training and testing models in passport authentication, biometric data extraction, and identity verification. By leveraging this dataset containing detailed information from Turkish… See the full description on the dataset page: https://huggingface.co/datasets/UniDataPro/synthetic-turkish-passports.imageimage-to-textn<1K0 likes308 downloads1mo agoHugging Face04ituperceptron /image-vqa-turkish Türkçe Image VQA Veri Seti Bu veri seti Türkçe görsel soru-cevap (VQA) çiftleri içermektedir. Kullanım from datasets import load_dataset ds = load_dataset("ituperceptron/turkish-image-vqa", split="vqa") Veri Yapısı image: Görsel (PIL Image) image_id: Görselin benzersiz ID'si vqa: VQA soru-cevap çiftleri (JSON formatında) imagevisual-question-answering100K<n<1M3 likes307 downloads8mo agoHugging Face05atasoglu /flickr30k-turkishThis dataset is a machine-translated version of the HuggingFaceM4/flickr30k into Turkish using the facebook/nllb-200-3.3B translation model. imageimage-to-text10K<n<100K1 likes212 downloads2y agoHugging Face06ozertuu /turkish-image-description-dataset-shard-42 Turkish Image Description Dataset - Shard 42 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-42") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-42.image10K<n<100K0 likes154 downloads1y agoHugging Face07emredeveloper /turkish-ocr Turkish OCR Synthetic Dataset A synthetic dataset for Turkish OCR (Optical Character Recognition) containing 1,000 realistic images with Turkish text. Features Text types: Handwritten (70%) and printed (30%) Full Turkish character support: Ç, ç, Ğ, ğ, İ, ı, Ö, ö, Ş, ş, Ü, ü Realistic backgrounds: Lined paper, grid paper, and textured paper Augmentations: Motion blur, noise, perspective distortion, and ink artifacts Data Format Each sample contains: image:… See the full description on the dataset page: https://huggingface.co/datasets/emredeveloper/turkish-ocr.image1K<n<10K6 likes152 downloads11mo agoHugging Face08atasoglu /flickr8k-turkish-detailed-captionsDetailed captions were genereted by gpt-4o-mini using OpenAI API. M. E. Unal, B. Citamak, S. Yagcioglu, A. Erdem, E. Erdem, N. Ikizler Cinbis and R. Cakici. TasvirEt: Görüntülerden Otomatik Türkçe Açıklama Oluşturma İçin Bir Denektaşı Veri Kümesi (TasvirEt: A Benchmark Dataset for Automatic Turkish Description Generation from Images). 24. IEEE Sinyal İşleme ve İletişim Uygulamaları Kurultayı (SIU 2016), Zonguldak, Mayis 2016 imageimage-to-text1K<n<10K1 likes148 downloads2y agoHugging Face09nezahatkorkmaz /Turkish-medical-visual-question-answering-LLaVa-dataset Türkçe Radyoloji Görüntüleme Veri Seti - data_RAD data_RAD veri seti, radyoloji görüntüleri üzerinde görsel soru-cevaplama (VQA) araştırmaları yapmak amacıyla Türkçeye çevrilmiş ve LLaVa mimarisiyle uyumlu hale getirilmiştir. Bu veri seti, tıbbi görüntü analizi ve yapay zeka destekli radyoloji uygulamalarını geliştirmek için kullanılabilir. Veri Seti İçeriği Toplam Görüntü Sayısı: 316 Veri Yapısı: DatasetDict({ train: Dataset({ features: ['image'], num_rows: 316 }) }) Özellikler:… See the full description on the dataset page: https://huggingface.co/datasets/nezahatkorkmaz/Turkish-medical-visual-question-answering-LLaVa-dataset.imagequestion-answeringn<1K10 likes147 downloads2y agoHugging Face10umarigan /PD12M-TurkishTranslated from English to Tuskish language from: https://huggingface.co/datasets/Spawning/PD12M One of the biggest text-to-image dataset in Turkish language Metadata The metadata is made available through a series of parquet files with the following schema: text: Translated caption for the image. id: A unique identifier for the image. url: The URL of the image. caption: A caption for the image. width: The width of the image in pixels. height: The height of the image in pixels.… See the full description on the dataset page: https://huggingface.co/datasets/umarigan/PD12M-Turkish.imagequestion-answering10M<n<100M8 likes146 downloads2y agoHugging Face11ozertuu /turkish-image-description-dataset-shard-17 Turkish Image Description Dataset - Shard 17 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-17") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-17.image10K<n<100K0 likes146 downloads1y agoHugging Face12yunusserhat /TurkishFoods-25 ⚠️ Important: English version is available below. TürkSofrası-25 (TurkishFoods-25) Veri Seti TürkSofrası-25, 25 farklı geleneksel Türk yemeğine ait toplam 11.461 görsel içeren ve yemek tanıma/sınıflandırma amaçlı hazırlanmış bir görüntü veri setidir. Görseller .jpg formatında olup her sınıf için ayrı klasörlerde yer almaktadır. Veri seti, Hugging Face datasets kütüphanesi biçimindedir ve image (görsel) ile label (etiket) olmak üzere iki özelliğe sahiptir. Etiketler class_label… See the full description on the dataset page: https://huggingface.co/datasets/yunusserhat/TurkishFoods-25.imageimage-classification10K<n<100K3 likes135 downloads1y agoHugging Face13ozertuu /turkish-image-description-dataset-shard-11 Turkish Image Description Dataset - Shard 11 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-11") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-11.image10K<n<100K0 likes134 downloads1y agoHugging Face14ozertuu /turkish-image-description-dataset-shard-29 Turkish Image Description Dataset - Shard 29 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-29") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-29.image10K<n<100K0 likes134 downloads1y agoHugging Face15ozertuu /turkish-image-description-dataset-shard-24 Turkish Image Description Dataset - Shard 24 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-24") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-24.image10K<n<100K0 likes131 downloads1y agoHugging Face16ozertuu /turkish-image-description-dataset-shard-00 Turkish Image Description Dataset - Shard 0 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-00") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-00.image10K<n<100K0 likes129 downloads1y agoHugging Face17ucsahin /Turkish-VLM-Mix-BenchmarkThis is a Turkish multimodal (image-text-text triplets) dataset consisting of Turkish translated samples from the datasets google/docci, tomg-group-umd/pixelprose, detection-datasets/coco, rafaelpadilla/coco2017, liuhaotian/LLaVA-Instruct-150K, liuhaotian/LLaVA-CC3M-Pretrain-595K, and HuggingFaceM4/FairFace. The labels are in Turkish and the dataset is in an instruction-tuning format with separate columns for prompts and completion labels. The original labels (except… See the full description on the dataset page: https://huggingface.co/datasets/ucsahin/Turkish-VLM-Mix-Benchmark.imageimage-to-text10K<n<100K7 likes125 downloads2y agoHugging Face18ozertuu /turkish-image-description-dataset-shard-27 Turkish Image Description Dataset - Shard 27 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-27") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-27.image10K<n<100K0 likes125 downloads1y agoHugging Face19ozertuu /turkish-image-description-dataset-shard-31 Turkish Image Description Dataset - Shard 31 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-31") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-31.image10K<n<100K0 likes120 downloads1y agoHugging Face20ozertuu /turkish-image-description-dataset-shard-19 Turkish Image Description Dataset - Shard 19 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-19") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-19.image10K<n<100K0 likes118 downloads1y agoHugging Face21ozertuu /turkish-image-description-dataset-shard-18 Turkish Image Description Dataset - Shard 18 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-18") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-18.image10K<n<100K0 likes117 downloads1y agoHugging Face22ozertuu /turkish-image-description-dataset-shard-45 Turkish Image Description Dataset - Shard 45 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-45") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-45.image10K<n<100K0 likes113 downloads1y agoHugging Face23ozertuu /turkish-image-description-dataset-shard-37 Turkish Image Description Dataset - Shard 37 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-37") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-37.image10K<n<100K0 likes112 downloads1y agoHugging Face24ozertuu /turkish-image-description-dataset-shard-26 Turkish Image Description Dataset - Shard 26 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-26") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-26.image10K<n<100K0 likes107 downloads1y agoHugging Face25ozertuu /turkish-image-description-dataset-shard-14 Turkish Image Description Dataset - Shard 14 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-14") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-14.image10K<n<100K0 likes107 downloads1y agoHugging Face26ozertuu /turkish-image-description-dataset-shard-35 Turkish Image Description Dataset - Shard 35 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-35") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-35.image10K<n<100K0 likes103 downloads1y agoHugging Face27ozertuu /turkish-image-description-dataset-shard-23 Turkish Image Description Dataset - Shard 23 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-23") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-23.image10K<n<100K0 likes102 downloads1y agoHugging Face28ozertuu /turkish-image-description-dataset-shard-33 Turkish Image Description Dataset - Shard 33 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-33") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-33.image10K<n<100K0 likes100 downloads1y agoHugging Face29ozertuu /turkish-image-description-dataset-shard-13 Turkish Image Description Dataset - Shard 13 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-13") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-13.image10K<n<100K0 likes99 downloads1y agoHugging Face30ozertuu /turkish-image-description-dataset-shard-41 Turkish Image Description Dataset - Shard 41 This dataset contains translated image descriptions from English to Turkish. Contents Images with their Turkish and original English descriptions How to use from datasets import load_dataset # Load the dataset dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-41") # Access data for item in dataset["train"]: image = item["image"] # PIL.Image object turkish_description =… See the full description on the dataset page: https://huggingface.co/datasets/ozertuu/turkish-image-description-dataset-shard-41.image10K<n<100K0 likes99 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.