CoolFace
19 results

flickr8k

jxie /flickr8k Dataset Card for "flickr8k" More Information needed image1K<n<10K8 likes2.5k downloads3y agoHugging Faceintro /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.imageimage-to-text1K<n<10K1 likes813 downloads6mo agoHugging FaceariG23498 /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") image10K<n<100K2 likes252 downloads2y agoHugging Faceclip-benchmark /wds_flickr8kimage1K<n<10K0 likes225 downloads4y agoHugging Facemustafa2ak /Flickr8k-Imagesimage1K<n<10K0 likes184 downloads1y agoHugging Facekargwalaryan /SynCap-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.imageimage-to-text1K<n<10K2 likes148 downloads2y agoHugging Face