File size: 631 Bytes
690f282
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 24000
  - name: emotion_tone
    dtype: string
  - name: speaker_id
    dtype: string
  - name: question
    dtype: string
  - name: duration
    dtype: float64
  splits:
  - name: train
    num_bytes: 8403417750
    num_examples: 12038
  - name: train_delhi
    num_bytes: 1935523375
    num_examples: 3042
  download_size: 12798860306
  dataset_size: 10338941125
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: train_delhi
    path: data/train_delhi-*
---