File size: 525 Bytes
27d63c0
28b3ec8
 
27d63c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- en
dataset_info:
  features:
  - name: file
    dtype: string
  - name: audio
    dtype: audio
  - name: instruction
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 266185539.0
    num_examples: 2000
  - name: validation
    num_bytes: 65551361.0
    num_examples: 500
  download_size: 316150982
  dataset_size: 331736900.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---