Update BilingualChildrenEmo.py
Browse files- BilingualChildrenEmo.py +1 -1
BilingualChildrenEmo.py
CHANGED
@@ -36,7 +36,7 @@ _URLS = {
|
|
36 |
_LABEL_MAPPING = {0: 0, 1: 1, 2: 2, 3: 3, 4: 4}
|
37 |
|
38 |
|
39 |
-
class
|
40 |
"""BilingualChildrenEmo dataset: A multilingual emotion dataset of wilde's children's literature"""
|
41 |
|
42 |
VERSION = datasets.Version("1.0.0")
|
|
|
36 |
_LABEL_MAPPING = {0: 0, 1: 1, 2: 2, 3: 3, 4: 4}
|
37 |
|
38 |
|
39 |
+
class BilingualChildrenEmo(datasets.GeneratorBasedBuilder):
|
40 |
"""BilingualChildrenEmo dataset: A multilingual emotion dataset of wilde's children's literature"""
|
41 |
|
42 |
VERSION = datasets.Version("1.0.0")
|