javadtaghia/deewaiREALCN-training
Repo git@hf.co:datasets/telcom/deewaiREALCN-training DeewaiREALCN Training Data Image–text pairs for training captioning or vision–language models. Each image is a 1024×1024 RGB JPEG portrait with a short English description. Contents data/train/: 9,000 pairs for training. images/: JPEG files (090000.jpg, …). captions.jsonl: one JSON object per line with file_name and text. data/val/: 1,000 pairs for validation with the same layout. Example… See the full description on the dataset page: https://huggingface.co/datasets/javadtaghia/deewaiREALCN-training.
Repo
git@hf.co:datasets/telcom/deewaiREALCN-training
DeewaiREALCN Training Data
Image–text pairs for training captioning or vision–language models. Each image is a 1024×1024 RGB JPEG portrait with a short English description.
Contents
data/train/: 9,000 pairs for training.images/: JPEG files (090000.jpg, …).captions.jsonl: one JSON object per line withfile_nameandtext.data/val/: 1,000 pairs for validation with the same layout.
Example entry:
{"file_name": "090000.jpg", "text": "smiling woman with long brown hair and a white shirt"}Usage
- Read
captions.jsonlline by line (JSON Lines format). - Join on
file_nameto locate the matching image in the correspondingimages/folder. - Use
data/trainfor model fitting anddata/valfor evaluation.
Notes
- Images are 1024×1024 RGB.
- License: Eclipse Public License 2.0 (see header above).
