File size: 439 Bytes
54c84ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: caption
    dtype: string
  - name: snr
    dtype: float64
  - name: source_id
    dtype: string
  - name: noise_id
    dtype: string
  splits:
  - name: validation
    num_bytes: 960619271
    num_examples: 3000
  download_size: 956647583
  dataset_size: 960619271
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
---