🐛 fix config
Browse files
README.md
CHANGED
@@ -13,9 +13,6 @@ language:
|
|
13 |
- en
|
14 |
size_categories:
|
15 |
- 100K<n<1M
|
16 |
-
config_names:
|
17 |
-
- all
|
18 |
-
- multilingual
|
19 |
tags:
|
20 |
- emotion
|
21 |
---
|
@@ -24,12 +21,10 @@ tags:
|
|
24 |
|
25 |
## Dataset Description
|
26 |
|
27 |
-
- **Homepage:**
|
28 |
|
29 |
### Dataset Summary
|
30 |
|
31 |
-
|
32 |
-
|
33 |
### Languages
|
34 |
|
35 |
[More Information Needed]
|
@@ -43,9 +38,11 @@ tags:
|
|
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` (
|
|
|
49 |
- `license`: inherited license from source dataset
|
50 |
- `dataset`: source dataset
|
51 |
- `language`: text language
|
@@ -53,6 +50,7 @@ The data fields are:
|
|
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 |
|
|
|
13 |
- en
|
14 |
size_categories:
|
15 |
- 100K<n<1M
|
|
|
|
|
|
|
16 |
tags:
|
17 |
- emotion
|
18 |
---
|
|
|
21 |
|
22 |
## Dataset Description
|
23 |
|
24 |
+
- **Homepage:**
|
25 |
|
26 |
### Dataset Summary
|
27 |
|
|
|
|
|
28 |
### Languages
|
29 |
|
30 |
[More Information Needed]
|
|
|
38 |
### Data Fields
|
39 |
|
40 |
The data fields are:
|
41 |
+
|
42 |
- `id`: unique identifier
|
43 |
- `text`: a `string` feature.
|
44 |
+
- `label`: a classification label, with possible values including `anger` (0), `fear` (1), `joy` (2), `love` (
|
45 |
+
3), `sadness` (4), `surprise` (5), `neutral` (6).
|
46 |
- `license`: inherited license from source dataset
|
47 |
- `dataset`: source dataset
|
48 |
- `language`: text language
|
|
|
50 |
### Data Splits
|
51 |
|
52 |
The dataset has 2 configurations:
|
53 |
+
|
54 |
- raw: with 5 configuration for each language
|
55 |
- split: with configurations train, validation, test
|
56 |
|