yangwang825 commited on
Commit
9b58f25
·
verified ·
1 Parent(s): 2b894fd

Update crema-d-script.py

Browse files
Files changed (1) hide show
  1. crema-d-script.py +1 -1
crema-d-script.py CHANGED
@@ -23,7 +23,7 @@ CREMAD_EMOTIONS_MAPPING = {
23
  'NEU': 'neutral',
24
  'SAD': 'sad',
25
  }
26
- CLASSES = list(sorted(CREMAD_EMOTIONS_MAPPING.values))
27
 
28
 
29
  class CremaDConfig(datasets.BuilderConfig):
 
23
  'NEU': 'neutral',
24
  'SAD': 'sad',
25
  }
26
+ CLASSES = list(sorted(CREMAD_EMOTIONS_MAPPING.values()))
27
 
28
 
29
  class CremaDConfig(datasets.BuilderConfig):