datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
flickr8k
Dataset Card for "flickr8k"
More Information needed
flickr8k
Flickr8k Captions With Splits
This dataset repackages the local Flickr8k image-caption corpus into a Hugging Face imagefolder layout with per-split metadata.csv files.
Structure
train/, dev/, and test/ each contain image files and a metadata.csv.
Each row represents one image with five captions.
The image feature is inferred from file_name in each metadata.csv.
Columns
image: image file loaded by the Hugging Face Datasets library
file_name: image filename… See the full description on the dataset page: https://huggingface.co/datasets/intro/flickr8k.flickr8k
How created?
!kaggle datasets download -d adityajn105/flickr8k
!unzip -q /content/flickr8k.zip
import pandas as pd
from datasets import Dataset, Image
df = pd.read_csv("/content/captions.txt")
df["image"] = df["image"].apply(lambda x: f"/content/Images/{x}")
dataset = Dataset.from_pandas(df).cast_column("image", Image())
dataset.push_to_hub("ariG23498/flickr8k")
wds_flickr8kSynCap-Flickr8k
SynCap-Flickr8k
Overview
The SynCap-Flickr8k is a unique collection designed to benchmark Vision Language Models (VLMs) in the image captioning task. This dataset was created using the Flickr8k dataset, which contains 8,000 images, each accompanied by five human-generated captions. By leveraging advanced models such as GPT-4o and LLaMA 3.2, we generated synthetic captions that enhance the understanding of how well VLMs can interpret and describe visual content.… See the full description on the dataset page: https://huggingface.co/datasets/kargwalaryan/SynCap-Flickr8k.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
flickr8k
Dataset Card for "flickr8k"
More Information needed
flickr8k-turkishThis dataset is generated from TasvirEt[1]. I do not own the copyright of either the images or the captions. Please refer to the paper's webpage for further details.
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ı… See the full description on the dataset page: https://huggingface.co/datasets/atasoglu/flickr8k-turkish.flickr8k-turkish-mtThis dataset is a machine-translated version of the flickr8k into Turkish using the facebook/nllb-200-3.3B translation model.
Flickr8kflickr8kflickr8k-pt-br
🎉 Flickr8K Dataset Translation for Portuguese Image Captioning
💾 Dataset Summary
Flickr8K Portuguese Translation, a multimodal dataset for Portuguese image captioning with 8,000 images, each accompanied by five descriptive captions that have been
generated by human annotators for every individual image. The original English captions were rendered into Portuguese
through the utilization of the Google Translator API.
🧑💻 Hot to Get Started with the Dataset… See the full description on the dataset page: https://huggingface.co/datasets/laicsiifes/flickr8k-pt-br.Flickr8k-HumanEvalflickr8k-enhancedflickr8k-cantoneseFlickr8kIndonesiaflickr8k_toeicflickr8k-vietnamese04flickr8k-canny-controlnet-resizedflickr8k_thflickr8k-viflickr8k-vietnameseflickr8k-sau-pace-annotated
Annotation
Annotated this dataset by clasifying the images into slow, medium or fast depending on the suitable paced background music.
CogniORPOData-Flickr8k
CogniORPOData-Flickr8k Dataset
Flicker8k_merged_with_complexity.parquet
Background of the original dataset: Flickr8k selects a total of 8000 images from the photo social website flickr, which are about certain behaviors of people or animals.
Extracted quantity: 8091 image-caption pairs are extracted from this dataset.
Included content: Original image vectors, metadata information, 5 generated new text descriptions from different perspectives, and corresponding text… See the full description on the dataset page: https://huggingface.co/datasets/KniKna/CogniORPOData-Flickr8k.flickr8k-vietnamese02flickr8k
Dataset Card for "flickr8k"
More Information needed
flickr8k-test-syn-captionFlickr8k-Augmentedflickr8k-su-jv-processed
Dataset Card for "flickr8k-su-jv-processed"
More Information needed
flickr8k-pt-br
