chae-won-kim
commited on
Commit
•
18c793a
1
Parent(s):
0636199
Add speaker_id information in README.md
Browse files
README.md
CHANGED
@@ -84,8 +84,8 @@ We classify dialogues from actors that exhibit emotion accuracy above 40% as gol
|
|
84 |
'from': 'gpt',
|
85 |
'audio':
|
86 |
{
|
87 |
-
# in streaming mode 'path' will be '
|
88 |
-
'path': '/home/user/.cache/huggingface/datasets/downloads/extracted/cache_id/
|
89 |
'array': array([0.0005188 , 0.00085449, 0.00012207, ..., 0.00125122, 0.00076294, 0.00036621], dtype=float32),
|
90 |
'sampling_rate': 16000
|
91 |
},
|
@@ -107,6 +107,8 @@ segment inside its archive (as files are not downloaded and extracted locally).
|
|
107 |
* emotion (string) - the emotion of the utterance.
|
108 |
* original_full_path (string) - the relative path to the original full audio sample in the original data directory.
|
109 |
|
|
|
|
|
110 |
Emotion is assigned from the following labels:
|
111 |
"Neutral", "Happy", "Fear", "Angry", "Disgusting", "Surprising", "Sad"
|
112 |
|
|
|
84 |
'from': 'gpt',
|
85 |
'audio':
|
86 |
{
|
87 |
+
# in streaming mode 'path' will be 't_ffa55df6-114d-4b36-87a1-7af6b8b63d9b/t_ffa55df6-114d-4b36-87a1-7af6b8b63d9b_0k.wav'
|
88 |
+
'path': '/home/user/.cache/huggingface/datasets/downloads/extracted/cache_id/t_ffa55df6-114d-4b36-87a1-7af6b8b63d9b/t_ffa55df6-114d-4b36-87a1-7af6b8b63d9b_0k.wav,
|
89 |
'array': array([0.0005188 , 0.00085449, 0.00012207, ..., 0.00125122, 0.00076294, 0.00036621], dtype=float32),
|
90 |
'sampling_rate': 16000
|
91 |
},
|
|
|
107 |
* emotion (string) - the emotion of the utterance.
|
108 |
* original_full_path (string) - the relative path to the original full audio sample in the original data directory.
|
109 |
|
110 |
+
* speaker_id can be obtained from the last letter of 'file_name' excluding '.wav' (e.g. 'k' in the above example)
|
111 |
+
|
112 |
Emotion is assigned from the following labels:
|
113 |
"Neutral", "Happy", "Fear", "Angry", "Disgusting", "Surprising", "Sad"
|
114 |
|