File size: 1,222 Bytes
ecbe369
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
52
53
54
55
56
57
58
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 24000
  - name: text
    dtype: string
  - name: text_cyrillic
    dtype: string
  - name: text_normalised
    dtype: string
  - name: text_cyrillic_normalised
    dtype: string
  - name: words
    list:
    - name: char_e
      dtype: int64
    - name: char_s
      dtype: int64
    - name: time_e
      dtype: float64
    - name: time_s
      dtype: float64
  - name: audio_length
    dtype: float64
  - name: date
    dtype: string
  - name: speaker_name
    dtype: string
  - name: speaker_gender
    dtype: string
  - name: speaker_birth
    dtype: string
  - name: speaker_party
    dtype: string
  - name: party_orientation
    dtype: string
  - name: party_status
    dtype: string
  splits:
  - name: train
    num_bytes: 1553145916.7712197
    num_examples: 3002
  download_size: 1469944413
  dataset_size: 1553145916.7712197
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for "goga_voice_dataset"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)