teo-sanchez commited on
Commit
d05d1b5
1 Parent(s): 37c13bc

readme.md update

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -22,4 +22,47 @@ tags:
22
  - prompt engineering
23
  - prompts
24
  - research paper
25
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  - prompt engineering
23
  - prompts
24
  - research paper
25
+ ---
26
+
27
+ ![](https://www.selas.ai/assets/logo-selas.86b7b0b6.svg)
28
+
29
+ ### Description
30
+
31
+ 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).
32
+ This dataset is hence infered by this model and can comprise mistakes, especially on certain categories (cf. model card).
33
+
34
+ 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).
35
+ The topic analysis can be explored [the following visualization](https://teo-sanchez.github.io/projects/prompting_map.html).
36
+
37
+ ```
38
+ ├── medium/
39
+ │ ├── photography
40
+ │ ├── painting
41
+ │ ├── rendering
42
+ │ └── illustration
43
+ ├── influence/
44
+ │ ├── artist
45
+ │ ├── genre
46
+ │ ├── artwork
47
+ │ └── repository
48
+ ├── light
49
+ ├── color
50
+ ├── composition
51
+ ├── detail
52
+ └── context/
53
+ ├── era
54
+ ├── weather
55
+ └── emotion
56
+ ```
57
+
58
+ ### Label Scheme
59
+
60
+ <details>
61
+
62
+ <summary>View label scheme (16 labels for 1 components)</summary>
63
+
64
+ | Component | Labels |
65
+ | --- | --- |
66
+ | **`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` |
67
+
68
+ </details>