datatab commited on
Commit
ecbe369
·
verified ·
1 Parent(s): efa8e83

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: audio
7
+ dtype:
8
+ audio:
9
+ sampling_rate: 24000
10
+ - name: text
11
+ dtype: string
12
+ - name: text_cyrillic
13
+ dtype: string
14
+ - name: text_normalised
15
+ dtype: string
16
+ - name: text_cyrillic_normalised
17
+ dtype: string
18
+ - name: words
19
+ list:
20
+ - name: char_e
21
+ dtype: int64
22
+ - name: char_s
23
+ dtype: int64
24
+ - name: time_e
25
+ dtype: float64
26
+ - name: time_s
27
+ dtype: float64
28
+ - name: audio_length
29
+ dtype: float64
30
+ - name: date
31
+ dtype: string
32
+ - name: speaker_name
33
+ dtype: string
34
+ - name: speaker_gender
35
+ dtype: string
36
+ - name: speaker_birth
37
+ dtype: string
38
+ - name: speaker_party
39
+ dtype: string
40
+ - name: party_orientation
41
+ dtype: string
42
+ - name: party_status
43
+ dtype: string
44
+ splits:
45
+ - name: train
46
+ num_bytes: 1553145916.7712197
47
+ num_examples: 3002
48
+ download_size: 1469944413
49
+ dataset_size: 1553145916.7712197
50
+ configs:
51
+ - config_name: default
52
+ data_files:
53
+ - split: train
54
+ path: data/train-*
55
+ ---
56
+ # Dataset Card for "goga_voice_dataset"
57
+
58
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)