Datasets:
Update README.md
Browse filesThis dataset repository contains the EthioEmo dataset. It is a multi-label emotion dataset for four Ethiopian languages.
Amharic - amh
Afan Oromo - form
Tigrinya - tir
Somali - som
For Amharic, in addition to the emotion multi-label classification task, it contains a classification of its corresponding emotion (amh-int)
README.md
CHANGED
@@ -28,6 +28,15 @@ configs:
|
|
28 |
path: test/amh.csv
|
29 |
- split: train
|
30 |
path: train/amh.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
- config_name: orm
|
33 |
data_files:
|
|
|
28 |
path: test/amh.csv
|
29 |
- split: train
|
30 |
path: train/amh.csv
|
31 |
+
|
32 |
+
- config_name: amh-int
|
33 |
+
data_files:
|
34 |
+
- split: dev
|
35 |
+
path: dev/amh-int.csv
|
36 |
+
- split: test
|
37 |
+
path: test/amh-int.csv
|
38 |
+
- split: train
|
39 |
+
path: train/amh-int.csv
|
40 |
|
41 |
- config_name: orm
|
42 |
data_files:
|