File size: 1,053 Bytes
b086254
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
dataset_info:
  features:
  - name: audio_clipping
    dtype: string
  - name: audio_clipping:confidence
    dtype: float64
  - name: background_noise_audible
    dtype: string
  - name: background_noise_audible:confidence
    dtype: float64
  - name: overall_quality_of_the_audio
    dtype: float64
  - name: quiet_speaker
    dtype: string
  - name: quiet_speaker:confidence
    dtype: float64
  - name: speaker_id
    dtype: int64
  - name: file_download
    dtype: string
  - name: file_name
    dtype: audio
  - name: phrase
    dtype: string
  - name: prompt
    dtype: string
  - name: writer_id
    dtype: int64
  splits:
  - name: train
    num_bytes: 334912480.0
    num_examples: 381
  - name: val
    num_bytes: 295476331.0
    num_examples: 385
  - name: test
    num_bytes: 5301032968.705
    num_examples: 5895
  download_size: 4577917121
  dataset_size: 5931421779.705
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---