Gutema commited on
Commit
4affe62
1 Parent(s): a5e7c32

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image
4
+ - text
5
+ - dataset
6
+ - captions
7
+ license: mit
8
+ ---
9
+
10
+ # Dataset Name
11
+
12
+ ## Dataset Description
13
+
14
+ 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.
15
+
16
+ ## Dataset Summary
17
+
18
+ - **Number of Images**: 1221
19
+ - **Number of Captions**: 1221
20
+ - **Image Format**: JPG/PNG
21
+ - **Caption Format**: Text
22
+
23
+ ## Example Usage
24
+
25
+ Here is how you can load and use the dataset:
26
+
27
+ ```python
28
+ from datasets import load_dataset
29
+
30
+ dataset = load_dataset("your_username/your_dataset_name")
31
+ print(dataset)