Update README.md
Browse files
README.md
CHANGED
@@ -111,6 +111,7 @@ The data fields are the same among all splits.
|
|
111 |
- `definition`: a `string` feature.
|
112 |
- `text_start`: a `int` feature.
|
113 |
- `text_end`: a `int` feature.
|
|
|
114 |
|
115 |
#### tweet_emotion
|
116 |
- `text`: a `string` feature.
|
@@ -131,7 +132,7 @@ The data fields are the same among all splits.
|
|
131 |
| tweet_hate | multi-class classification | 5,019 / 716 / 1,433 |
|
132 |
| tweet_emoji | multi-class classification | 50,000 / 5,000 / 50,000 |
|
133 |
| tweet_sentiment | ABSA on a five-pointscale | 26,632 / 4,000 / 12,379 |
|
134 |
-
| tweet_nerd | binary classification |
|
135 |
| tweet_emotion | multi-label classification | 6,838 / 886 / 3,259 |
|
136 |
|
137 |
|
|
|
111 |
- `definition`: a `string` feature.
|
112 |
- `text_start`: a `int` feature.
|
113 |
- `text_end`: a `int` feature.
|
114 |
+
- `date`: a `string` feature.
|
115 |
|
116 |
#### tweet_emotion
|
117 |
- `text`: a `string` feature.
|
|
|
132 |
| tweet_hate | multi-class classification | 5,019 / 716 / 1,433 |
|
133 |
| tweet_emoji | multi-class classification | 50,000 / 5,000 / 50,000 |
|
134 |
| tweet_sentiment | ABSA on a five-pointscale | 26,632 / 4,000 / 12,379 |
|
135 |
+
| tweet_nerd | binary classification | 20,164 / 4,100 / 20,075 |
|
136 |
| tweet_emotion | multi-label classification | 6,838 / 886 / 3,259 |
|
137 |
|
138 |
|