File size: 797 Bytes
7490b25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
39
40
41
42
43
44
45
---
dataset_info:
  features:
  - name: audio_path
    dtype:
      audio:
        sampling_rate: 16000
        decode: false
  - name: text
    dtype: string
  - name: duration
    dtype: float64
  - name: video_id
    dtype: string
  - name: start_time
    dtype: float64
  - name: end_time
    dtype: float64
  - name: chunk_id
    dtype: string
  - name: input_features
    list:
      list: float32
  - name: input_length
    dtype: int64
  - name: labels
    list: int64
  splits:
  - name: train
    num_bytes: 2888290020
    num_examples: 1623
  - name: eval
    num_bytes: 321977169
    num_examples: 181
  download_size: 2657318179
  dataset_size: 3210267189
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: eval
    path: data/eval-*
---