File size: 986 Bytes
766f54f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
license: other
task_categories:
- text-to-image
language:
- en
tags:
- stable-diffusion
- realms
pretty_name: Realms Adventurers Dataset
size_categories:
- n<1K
---

# Realms Adventurer Dataset for Text-to-Image

This dataset contains annotated image-caption pairs with a specific structure.

## Example

```json
{
    "file_name": "91200682-07_giants.png",
    "sex": "male",
    "race": "giant",
    "class": "mage",
    "inherent_features": "red flowers growing on his skin",
    "clothing": "brown leather pants",
    "accessories": null,
    "background": "between tall red trees",
    "shot": "full",
    "view": "frontal",
    "caption": "a male giant mage with red flowers growing on his skin, wearing brown leather pants, between tall red trees, full, frontal"
}
```

## Usage

```python
import datasets

dataset = datasets.load_dataset("rvorias/realms_adventurers")

dataset["train"][0]
```

## Annotation tooling

Label-studio was used to organize and create annotations.