Datasets:
Commit
•
a3080a5
1
Parent(s):
11a34e5
Fix task tags (#1)
Browse files- Fix task tags (ab5681695541f367795c102573913a7c1683cf02)
Co-authored-by: Albert Villanova <[email protected]>
README.md
CHANGED
@@ -1,31 +1,29 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
16 |
multilinguality:
|
17 |
-
|
18 |
-
|
19 |
size_categories:
|
20 |
-
|
21 |
-
|
22 |
-
task_ids:
|
23 |
-
- text-classification
|
24 |
-
- sentiment-classification
|
25 |
-
- sentiment-analysis
|
26 |
task_categories:
|
27 |
-
|
28 |
-
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# Multilingual Sentiments Dataset
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
+
- de
|
4 |
+
- en
|
5 |
+
- es
|
6 |
+
- fr
|
7 |
+
- ja
|
8 |
+
- zh
|
9 |
+
- id
|
10 |
+
- ar
|
11 |
+
- hi
|
12 |
+
- it
|
13 |
+
- ms
|
14 |
+
- pt
|
15 |
+
license: apache-2.0
|
16 |
multilinguality:
|
17 |
+
- monolingual
|
18 |
+
- multilingual
|
19 |
size_categories:
|
20 |
+
- 100K<n<1M
|
21 |
+
- 1M<n<10M
|
|
|
|
|
|
|
|
|
22 |
task_categories:
|
23 |
+
- text-classification
|
24 |
+
task_ids:
|
25 |
+
- sentiment-analysis
|
26 |
+
- sentiment-classification
|
27 |
---
|
28 |
|
29 |
# Multilingual Sentiments Dataset
|