Datasets:

Languages:
English
ArXiv:
License:
SeJinPark commited on
Commit
4abbc7b
1 Parent(s): 99cd4f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -11
README.md CHANGED
@@ -57,23 +57,18 @@ Multidialog contains audio and transcription data in English.
57
 
58
  ```python
59
  {
60
- 'segment_id': 'YOU0000000315_S0000660',
61
- 'speaker': 'N/A',
62
- 'text': "AS THEY'RE LEAVING <COMMA> CAN KASH PULL ZAHRA ASIDE REALLY QUICKLY <QUESTIONMARK>",
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
- 'begin_time': 2941.889892578125,
71
- 'end_time': 2945.070068359375,
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