Update crema-d-script.py
Browse files- 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):
|