File size: 749 Bytes
db285a1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42f07ff
 
 
99fbcaf
 
 
 
 
db285a1
 
 
 
 
42f07ff
 
99fbcaf
 
db285a1
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
---
dataset_info:
  features:
  - name: path
    dtype: string
  - name: speaker_id
    dtype: int64
  - name: sentence
    dtype: string
  - name: gender
    dtype:
      class_label:
        names:
          '0': F
          '1': M
  - name: duration
    dtype: float64
  - name: embeddings
    sequence: float32
  splits:
  - name: test
    num_bytes: 2689207
    num_examples: 2138
  - name: validation
    num_bytes: 2701667
    num_examples: 2150
  - name: train
    num_bytes: 100118944
    num_examples: 78976
  download_size: 143449622
  dataset_size: 105509818
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
  - split: train
    path: data/train-*
---