File size: 510 Bytes
557a351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400229c
557a351
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: text
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: audio_language
    dtype: string
  - name: is_studio
    dtype: bool
  - name: speaker_id
    dtype: int64
  splits:
  - name: test
    num_bytes: 11814048.951048952
    num_examples: 1000
  download_size: 11784296
  dataset_size: 11814048.951048952
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---