Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
+
annotations_creators:
|
4 |
+
- machine-generated
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
language_creators:
|
8 |
+
- other
|
9 |
+
multilinguality:
|
10 |
+
- monolingual
|
11 |
+
pretty_name: 'Nouns auto-captioned'
|
12 |
+
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
+
tags: []
|
15 |
+
task_categories:
|
16 |
+
- text-to-image
|
17 |
+
task_ids: []
|
18 |
---
|
19 |
+
|
20 |
+
# Dataset Card for Nouns auto-captioned
|
21 |
+
|
22 |
+
_Dataset used to train Nouns text to image model_
|
23 |
+
|
24 |
+
Automatically generated captions for Nouns from their attributes, colors and items. Help on the captioning script appreciated!
|
25 |
+
|
26 |
+
For each row the dataset contains `image` and `text` keys. `image` is a varying size PIL jpeg, and `text` is the accompanying text caption. Only a train split is provided.
|
27 |
+
|
28 |
+
|
29 |
+
## Citation
|
30 |
+
|
31 |
+
If you use this dataset, please cite it as:
|
32 |
+
|
33 |
+
```
|
34 |
+
@misc{piedrafita2022nouns,
|
35 |
+
author = {Piedrafita, Miguel},
|
36 |
+
title = {Nouns auto-captioned},
|
37 |
+
year={2022},
|
38 |
+
howpublished= {\url{https://huggingface.co/datasets/m1guelpf/nouns/}}
|
39 |
+
}
|
40 |
+
```
|