0xJustin commited on
Commit
c3acbf0
1 Parent(s): eb4f53b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -17
README.md CHANGED
@@ -1,17 +1,25 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: image
5
- dtype: image
6
- - name: text
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 222190761.8
11
- num_examples: 2475
12
- download_size: 232442024
13
- dataset_size: 222190761.8
14
- ---
15
- # Dataset Card for "Dungeons-and-Diffusion"
16
-
17
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
1
+ This dataset includes ~2500 images of fantasy RPG character art. This dataset has a distribution of races and classes, though only races are annotated right now.
2
+ Additionally, BLIP captions were generated for all examples.
3
+ Thus, there are two datasets- one with the human generated race annotation formatted as 'D&D Character, {race}'
4
+ BLIP captions are formatted as 'D&D Character, {race} {caption}' for example: 'D&D Character, drow a woman with horns and horns'
5
+ Distribution of races:
6
+ ({'kenku': 31,
7
+ 'drow': 162,
8
+ 'tiefling': 285,
9
+ 'dwarf': 116,
10
+ 'dragonborn': 110,
11
+ 'gnome': 72,
12
+ 'orc': 184,
13
+ 'aasimar': 74,
14
+ 'kobold': 61,
15
+ 'aarakocra': 24,
16
+ 'tabaxi': 123,
17
+ 'genasi': 126,
18
+ 'human': 652,
19
+ 'elf': 190,
20
+ 'goblin': 80,
21
+ 'halfling': 52,
22
+ 'centaur': 22,
23
+ 'firbolg': 76,
24
+ 'goliath': 35})
25
+ There is a high chance some images are mislabelled! Please feel free to enrich this dataset with whatever attributes you think might be useful!