File size: 945 Bytes
84b1326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
46
47
48
49
50
51
---
dataset_info:
  features:
  - name: phase
    dtype: float64
  - name: image_url
    dtype: string
  - name: contributor_id
    dtype: int64
  - name: gender
    dtype: string
  - name: age_group
    dtype: string
  - name: language
    dtype: string
  - name: voice_clip
    dtype: string
  - name: duration
    dtype: float64
  - name: up_votes
    dtype: int64
  - name: down_votes
    dtype: int64
  - name: sentence
    dtype: string
  - name: duration_hours
    dtype: float64
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 3184473740.355395
    num_examples: 4545
  - name: test
    num_bytes: 352613554.57342654
    num_examples: 569
  download_size: 3340230786
  dataset_size: 3537087294.9288216
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---