Datasets:
Tasks:
Audio Classification
Sub-tasks:
audio-emotion-recognition
Languages:
English
Size:
1K<n<10K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -75,11 +75,15 @@ English
|
|
75 |
|
76 |
### Data Fields
|
77 |
|
78 |
-
|
|
|
|
|
|
|
|
|
79 |
|
80 |
### Data Splits
|
81 |
|
82 |
-
|
83 |
|
84 |
## Dataset Creation
|
85 |
|
|
|
75 |
|
76 |
### Data Fields
|
77 |
|
78 |
+
- "audio": datasets.Audio(sampling_rate=48000),
|
79 |
+
- "text": datasets.Value("string"),
|
80 |
+
- "labels": datasets.ClassLabel(names=_CLASS_NAMES),
|
81 |
+
- "speaker_id": datasets.Value("string"),
|
82 |
+
- "speaker_gender": datasets.Value("string")
|
83 |
|
84 |
### Data Splits
|
85 |
|
86 |
+
All data is in the train partition.
|
87 |
|
88 |
## Dataset Creation
|
89 |
|