Vladislav Sokolovskii commited on
Commit
8da16ae
·
1 Parent(s): e8c2ea0

Add readmes to the dataset folders

Browse files

Signed-off-by: Vladislav Sokolovskii <[email protected]>

Files changed (2) hide show
  1. voxceleb/README.md +33 -0
  2. voxpopuli/README.md +33 -0
voxceleb/README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: normalized_text
7
+ dtype: string
8
+ - name: speaker_id
9
+ dtype: int32
10
+ - name: split
11
+ dtype: string
12
+ - name: sentiment
13
+ dtype: string
14
+ - name: start_second
15
+ dtype: float32
16
+ - name: end_second
17
+ dtype: float32
18
+ - name: audio_path
19
+ dtype: string
20
+ config_name: voxceleb
21
+ splits:
22
+ - name: train
23
+ num_bytes: 2287456
24
+ num_examples: 5777
25
+ - name: validation
26
+ num_bytes: 551279
27
+ num_examples: 1454
28
+ - name: test
29
+ num_bytes: 889140
30
+ num_examples: 3553
31
+ download_size: 1545458156
32
+ dataset_size: 3727875
33
+ ---
voxpopuli/README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: raw_text
7
+ dtype: string
8
+ - name: normalized_text
9
+ dtype: string
10
+ - name: speaker_id
11
+ dtype: int32
12
+ - name: split
13
+ dtype: string
14
+ - name: raw_ner
15
+ dtype: string
16
+ - name: normalized_ner
17
+ dtype: string
18
+ - name: audio_path
19
+ dtype: string
20
+ config_name: voxpopuli
21
+ splits:
22
+ - name: train
23
+ num_bytes: 3213091
24
+ num_examples: 5000
25
+ - name: validation
26
+ num_bytes: 1065981
27
+ num_examples: 1753
28
+ - name: test
29
+ num_bytes: 1039814
30
+ num_examples: 1842
31
+ download_size: 398450006
32
+ dataset_size: 5318886
33
+ ---