databoyface commited on
Commit
77f5f00
·
verified ·
1 Parent(s): a9d79d5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - emotion
9
+ - affect
10
+ pretty_name: OME
11
+ size_categories:
12
+ - 10K<n<100K
13
+ ---
14
+ # Orthogonal Model of Emotions
15
+
16
+ Abbreviated: OME
17
+
18
+ The fifth version of the OME dataset has 26 categories for classifying emotion in English language examples in a curated dataset deriving emotional clusters using dimensions of Subjectivity, Relativity, and Generativity. Additional dimensions of Clarity, now simpler with three levels, and Compassion, using rate of change to linearize the data, were used to map seven population clusters of ontological experiences categorized as Trust or Love, Happiness or Pleasure, Jealousy or Envy, Shame or Guilt, Anger or Disgust, Fear or Anxiety, and Sadness or Trauma. Edge cases, neutrality, and simple sentiments, such as positive and negative, are also used as null cases in classification theorized by OME.
19
+
20
+ ## Author
21
+
22
+ C.J. Pitchford
23
+
24
+
25
+ ## Creation Date
26
+
27
+ Originally created 2016, [first version published September, 2017, at Medium](https://medium.com/@databoy/the-orthographic-model-of-emotions-65eae9d4ba70).
28
+
29
+
30
+ ## Version
31
+
32
+ v5
33
+
34
+ ## Categories
35
+
36
+ [*Clusters listed in brackets (alphabetically) organize the dataset, but aren't labels*]
37
+
38
+ - [*Anger or Disgust*]
39
+ - anger-and-disgust-clear
40
+ - anger-and-disgust-conspicuous
41
+ - anger-and-disgust-presumed
42
+ - [*Fear or Anxiety*]
43
+ - fear-and-anxiety-clear
44
+ - fear-and-anxiety-conspicuous
45
+ - fear-and-anxiety-presumed
46
+ - [*Guilt or Shame*]
47
+ - guilt-and-shame-clear
48
+ - guilt-and-shame-conspicuous
49
+ - guilt-and-shame-presumed
50
+ - [*Happiness or Pleasure*]
51
+ - happiness-and-pleasure-clear
52
+ - happiness-and-pleasure-conspicuous
53
+ - happiness-and-pleasure-presumed
54
+ - [*Jealousy or Envy*]
55
+ - jealousy-and-envy-clear
56
+ - jealousy-and-envy-conspicuous
57
+ - jealousy-and-envy-presumed
58
+ - [*Neutral or Edge Cases*]
59
+ - negative-conspicuous
60
+ - negative-presumed
61
+ - neutral-presumed
62
+ - positive-conspicuous
63
+ - positive-presumed
64
+ - [*Sadness or Trauma*]
65
+ - sadness-and-trauma-clear
66
+ - sadness-and-trauma-conspicuous
67
+ - sadness-and-trauma-presumed
68
+ - [*Trust or Love*]
69
+ - trust-and-love-clear
70
+ - trust-and-love-conspicuous
71
+ - trust-and-love-presumed
72
+
73
+ ## Baseline Model
74
+
75
+ The [baeline model](https://huggingface.co/databoyface/distilbert-base-cased-ome-v4.2) was created using Transformers and PyTorch and an earlier version of this dataset and theoretical foundation.