File size: 716 Bytes
4e45d4c
 
 
 
 
 
 
 
cf942fd
 
 
4e45d4c
 
 
 
 
 
cf942fd
4e45d4c
 
cf942fd
4e45d4c
cf942fd
 
 
 
 
4e45d4c
 
 
 
 
 
 
cf942fd
 
4e45d4c
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
---
dataset_info:
  features:
  - name: Name
    dtype: string
  - name: Caption_Text
    dtype: string
  - name: AudioPath
    dtype:
      audio:
        sampling_rate: 16000
  - name: Split
    dtype: string
  - name: full_path
    dtype: string
  splits:
  - name: Training
    num_bytes: 1472871700.75
    num_examples: 26642
  - name: Test
    num_bytes: 1117430154.375
    num_examples: 19981
  - name: Validation
    num_bytes: 1104886686.5
    num_examples: 19980
  download_size: 3650056813
  dataset_size: 3695188541.625
configs:
- config_name: default
  data_files:
  - split: Training
    path: data/Training-*
  - split: Test
    path: data/Test-*
  - split: Validation
    path: data/Validation-*
---