perisolb commited on
Commit
a8023ab
·
1 Parent(s): 3d5b82d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: int64
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: test
32
+ num_bytes: 3046340447.0
33
+ num_examples: 15756
34
+ download_size: 2790946881
35
+ dataset_size: 3046340447.0
36
+ ---
37
+ # Dataset Card for "nst_nb_test"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)