ma2za commited on
Commit
e3f43d8
2 Parent(s): 07612c4 60ff376

Merge remote-tracking branch 'origin/main'

Browse files
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.
data/split_dataset_test.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26f085aa3157ffe3f8817d94d64040050072341d6395a12e7b6b31ad5b338f7
3
+ size 7981677
data/split_dataset_train.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b420aba48b9cd72b9363a9794dad3346cd572ae7418b77962b14fd44b725eeb2
3
+ size 143575307
data/split_dataset_validation.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24c46037cc2be059040caf83bfd8fb76110111517857602acdc1caa1d41848c5
3
+ size 7969332