File size: 555 Bytes
af8c326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int32
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: text_indo
    dtype: string
  - name: text_en
    dtype: string
  splits:
  - name: train
    num_bytes: 1241976218.0920002
    num_examples: 1524
  - name: validation
    num_bytes: 310494039.4
    num_examples: 381
  download_size: 1546777044
  dataset_size: 1552470257.492
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---