--- license: mit task_categories: - text-generation - question-answering language: - en size_categories: - n<1K configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: image dtype: image - name: caption list: string - name: sentids list: string - name: split dtype: string - name: img_id dtype: string - name: filename dtype: string splits: - name: train num_bytes: 131916422.0 num_examples: 1000 download_size: 131746062 dataset_size: 131916422.0 --- # Flickr1k This dataset is a subset of the [Original Flickr30k Dataset](https://huggingface.co/datasets/nlphuji/flickr30k), containing [Total number of samples, e.g., 5000] image-caption pairs. It has been specifically created for [Briefly state the purpose, e.g., faster experimentation with image captioning models or a specific research focus]. ## Dataset Details * **Original Dataset:** [Original Flickr30k dataset on Hugging Face Hub](https://huggingface.co/datasets/nlphuji/flickr30k) * **Subset Size:** 5000 * **Data Format:** Each example contains the following fields: * `image`: The raw bytes of the JPEG image. * `caption`: A list of strings, where each string is a caption describing the image. * `img_id`: A unique identifier for the image. * `filename`: The original filename of the image. * **Preprocessing:** The subset was created by [Briefly describe how the subset was created, e.g., randomly sampling from the original test set and splitting it into train, validation, and test sets]. The columns `sentids` and `split` from the original dataset were removed.