nanaaaa commited on
Commit
cd6cc07
·
1 Parent(s): b32fbaf

Update BilingualChildrenEmo.py

Browse files
Files changed (1) hide show
  1. 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 emotionchineseenglish(datasets.GeneratorBasedBuilder):
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")