Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
annotations_creators:
|
4 |
+
- machine-generated
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
language_creators:
|
8 |
+
- other
|
9 |
+
multilinguality:
|
10 |
+
- monolingual
|
11 |
+
pretty_name: 'flickr_bw_rgb'
|
12 |
+
size_categories:
|
13 |
+
- n<1K
|
14 |
+
source_datasets:
|
15 |
+
- N/A
|
16 |
+
tags: []
|
17 |
+
task_categories:
|
18 |
+
- text-to-image
|
19 |
+
task_ids: []
|
20 |
+
---
|
21 |
+
# Dataset Card for Flickr_bw_rgb
|
22 |
+
_Dataset A image-caption dataset which stores group of black and white and color images with corresponding
|
23 |
+
captions mentioning the content of the image with a 'colorized photograph of' or 'Black and white photograph of' suffix.
|
24 |
+
This dataset can then be used for fine-tuning image to text models.. Only a train split is provided.
|
25 |
+
## Examples
|
26 |
+
"train/<filename>.jpg" : containing the images in JPEG format
|
27 |
+
"train/metadata.jsonl" : Contains the metadata and the fields.
|
28 |
+
Dataset columns:
|
29 |
+
"file_name"
|
30 |
+
"caption"
|
31 |
+
|
32 |
+
## Citation
|
33 |
+
|
34 |
+
If you use this dataset, please cite it as:
|
35 |
+
|
36 |
+
```
|
37 |
+
@misc{maderix2022flickrbwrgb,
|
38 |
+
author = {maderix: maderix@gmail.com},
|
39 |
+
title = {flickr_bw_rgb},
|
40 |
+
year={2022},
|
41 |
+
howpublished= {\url{https://huggingface.co/datasets/maderix/flickr_bw_rgb/}}
|
42 |
+
}
|
43 |
+
```
|