Update README.md
Browse files
README.md
CHANGED
@@ -57,23 +57,18 @@ Multidialog contains audio and transcription data in English.
|
|
57 |
|
58 |
```python
|
59 |
{
|
60 |
-
'
|
61 |
-
'
|
62 |
-
'
|
63 |
'audio':
|
64 |
{
|
65 |
# in streaming mode 'path' will be 'xs_chunks_0000/YOU0000000315_S0000660.wav'
|
66 |
'path': '/home/user/.cache/huggingface/datasets/downloads/extracted/9d48cf31/xs_chunks_0000/YOU0000000315_S0000660.wav',
|
67 |
'array': array([0.0005188 , 0.00085449, 0.00012207, ..., 0.00125122, 0.00076294, 0.00036621], dtype=float32),
|
68 |
'sampling_rate': 16000
|
69 |
-
},
|
70 |
-
'
|
71 |
-
'
|
72 |
-
'audio_id': 'YOU0000000315',
|
73 |
-
'title': 'Return to Vasselheim | Critical Role: VOX MACHINA | Episode 43',
|
74 |
-
'url': 'https://www.youtube.com/watch?v=zr2n1fLVasU',
|
75 |
-
'source': 2,
|
76 |
-
'category': 24,
|
77 |
'original_full_path': 'audio/youtube/P0004/YOU0000000315.opus'
|
78 |
}
|
79 |
|
|
|
57 |
|
58 |
```python
|
59 |
{
|
60 |
+
'conv_id': 't_ffa55df6-114d-4b36-87a1-7af6b8b63d9b',
|
61 |
+
'utterance_id': 0,
|
62 |
+
'from': 'gpt',
|
63 |
'audio':
|
64 |
{
|
65 |
# in streaming mode 'path' will be 'xs_chunks_0000/YOU0000000315_S0000660.wav'
|
66 |
'path': '/home/user/.cache/huggingface/datasets/downloads/extracted/9d48cf31/xs_chunks_0000/YOU0000000315_S0000660.wav',
|
67 |
'array': array([0.0005188 , 0.00085449, 0.00012207, ..., 0.00125122, 0.00076294, 0.00036621], dtype=float32),
|
68 |
'sampling_rate': 16000
|
69 |
+
},
|
70 |
+
'value': 'Are you a football fan?',
|
71 |
+
'emotion': 'Neutral',
|
|
|
|
|
|
|
|
|
|
|
72 |
'original_full_path': 'audio/youtube/P0004/YOU0000000315.opus'
|
73 |
}
|
74 |
|