File size: 443 Bytes
554cd1b
bb834ed
 
 
 
 
 
 
554cd1b
bb834ed
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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")
```