| language: en | |
| license: mit | |
| tags: | |
| - lighting | |
| - image-captioning | |
| - dataset | |
| - vision-language | |
| This dataset contains light-effect images and paired English captions. | |
| ## Contents | |
| - `train`: prepared split with embedded image-caption pairs | |
| ## Usage | |
| You can load this dataset using the Hugging Face Datasets library: | |
| ```python | |
| from datasets import load_dataset | |
| dataset = load_dataset("theavenger/light-effect-dataset", split="train") | |
| ``` | |