Datasets:
File size: 2,080 Bytes
82ec479 d7a9505 6308176 82ec479 d7a9505 bd9e321 6308176 bd9e321 d7a9505 037dc6d d7a9505 bd9e321 d7a9505 bd9e321 d7a9505 bd9e321 d7a9505 bd9e321 d05d1b5 |
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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
---
layout: default
title: "Name Entity Recognition of DiffusionDB"
nav_order: 1
has_children: false
language_creators:
- found
language:
- en
license:
- cc-by-3.0
multilinguality:
- monolingual
pretty_name: NER-DiffusionDB
size_categories:
- 100M<n<1G
source_datasets:
- poloclub/diffusiondb
tags:
- stable diffusion
- prompt engineering
- prompts
- research paper
---
![](https://www.selas.ai/assets/logo-selas.86b7b0b6.svg)
### Description
Extended dataset infered by the name entity recognition model [en_ner_prompting](https://huggingface.co/teo-sanchez/en_ner_prompting). This model has been trained on hand-annotated prompts from [poloclub/diffusiondb](https://huggingface.co/datasets/poloclub/diffusiondb).
This dataset is hence infered by this model and can comprise mistakes, especially on certain categories (cf. model card).
The entities comprise 7 main categories and 11 subcategories for a total of 16 categories, extracted from a topic analysis made with [BERTopic](https://maartengr.github.io/BERTopic/index.html).
The topic analysis can be explored [the following visualization](https://teo-sanchez.github.io/projects/prompting_map.html).
```
├── medium/
│ ├── photography
│ ├── painting
│ ├── rendering
│ └── illustration
├── influence/
│ ├── artist
│ ├── genre
│ ├── artwork
│ └── repository
├── light
├── color
├── composition
├── detail
└── context/
├── era
├── weather
└── emotion
```
### Label Scheme
<details>
<summary>View label scheme (16 labels for 1 components)</summary>
| Component | Labels |
| --- | --- |
| **`ner`** | `color`, `composition`, `context/emotion`, `context/era`, `context/weather`, `detail`, `influence/artist`, `influence/artwork`, `influence/genre`, `influence/repository`, `light`, `medium/illustration`, `medium/painting`, `medium/photography`, `medium/rendering`, `subject` |
</details> |