File size: 722 Bytes
4affe62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
tags:
- image
- text
- dataset
- captions
license: mit
---

# Dataset Name

## Dataset Description

This dataset contains images and their corresponding text captions. It was created for the purpose of [specific task, e.g., training image captioning models]. The images are sourced from [source, if applicable], and the captions are written/designed to provide accurate descriptions of the images.

## Dataset Summary

- **Number of Images**: 1221
- **Number of Captions**: 1221
- **Image Format**: JPG/PNG
- **Caption Format**: Text

## Example Usage

Here is how you can load and use the dataset:

```python
from datasets import load_dataset

dataset = load_dataset("your_username/your_dataset_name")
print(dataset)