ma2za commited on
Commit
b8941ce
1 Parent(s): fd4679e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -1
README.md CHANGED
@@ -18,4 +18,60 @@ config_names:
18
  - multilingual
19
  tags:
20
  - emotion
21
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  - multilingual
19
  tags:
20
  - emotion
21
+ ---
22
+
23
+ # Dataset Card for "many_emotions"
24
+
25
+ ## Dataset Description
26
+
27
+ - **Homepage:**
28
+
29
+ ### Dataset Summary
30
+
31
+
32
+
33
+ ### Languages
34
+
35
+ [More Information Needed]
36
+
37
+ ## Dataset Structure
38
+
39
+ ### Data Instances
40
+
41
+ [More Information Needed]
42
+
43
+ ### Data Fields
44
+
45
+ The data fields are:
46
+ - `id`: unique identifier
47
+ - `text`: a `string` feature.
48
+ - `label`: a classification label, with possible values including `anger` (0), `fear` (1), `joy` (2), `love` (3), `sadness` (4), `surprise` (5), `neutral` (6).
49
+ - `license`: inherited license from source dataset
50
+ - `dataset`: source dataset
51
+ - `language`: text language
52
+
53
+ ### Data Splits
54
+
55
+ The dataset has 2 configurations:
56
+ - raw: with 5 configuration for each language
57
+ - split: with configurations train, validation, test
58
+
59
+ ## Dataset Creation
60
+
61
+ ### Curation Rationale
62
+
63
+ The raw split contains duplicates.
64
+
65
+ In the split "split" there may be equal rows but with different label.
66
+
67
+ ### Source Data
68
+
69
+ #### Initial Data Collection and Normalization
70
+
71
+ [More Information Needed]
72
+
73
+ ## Additional Information
74
+
75
+ ### Licensing Information
76
+
77
+ Each row has its own license which is inherited from the source dataset.