perisolb commited on
Commit
758679c
1 Parent(s): fbdcd43

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: speaker_id
5
+ dtype: string
6
+ - name: gender
7
+ dtype: string
8
+ - name: utterance_id
9
+ dtype: string
10
+ - name: language
11
+ dtype: string
12
+ - name: raw_text
13
+ dtype: string
14
+ - name: full_audio_file
15
+ dtype: string
16
+ - name: original_data_split
17
+ dtype: string
18
+ - name: region
19
+ dtype: string
20
+ - name: duration
21
+ dtype: float64
22
+ - name: start
23
+ dtype: float64
24
+ - name: end
25
+ dtype: float64
26
+ - name: utterance_audio_file
27
+ dtype: audio
28
+ - name: standardized_text
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 9050653.0
33
+ num_examples: 50
34
+ - name: test
35
+ num_bytes: 1225074.0
36
+ num_examples: 10
37
+ - name: validation
38
+ num_bytes: 1225074.0
39
+ num_examples: 10
40
+ download_size: 11505743
41
+ dataset_size: 11500801.0
42
+ ---
43
+ # Dataset Card for "npsc_dataset_tmp"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)