saattrupdan commited on
Commit
873828d
·
1 Parent(s): 5cdfdda

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
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: audio
12
+ dtype:
13
+ audio:
14
+ sampling_rate: 16000
15
+ - name: text
16
+ dtype: string
17
+ - name: speaker_id
18
+ dtype: int64
19
+ - name: age
20
+ dtype: int64
21
+ - name: sex
22
+ dtype: string
23
+ - name: dialect
24
+ dtype: string
25
+ - name: recording_datetime
26
+ dtype: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 55199435558.0
30
+ num_examples: 182605
31
+ - name: test
32
+ num_bytes: 8894080220.0
33
+ num_examples: 54747
34
+ download_size: 5358057252
35
+ dataset_size: 64093515778.0
36
+ ---
37
+ # Dataset Card for "nst-da-parquet"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)