spktsagar commited on
Commit
cdfe677
1 Parent(s): 5c9c480

add data card

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: utterance_id
6
+ dtype: string
7
+ - name: speaker_id
8
+ dtype: string
9
+ - name: utterance
10
+ dtype:
11
+ audio:
12
+ sampling_rate: 16000
13
+ - name: transcription
14
+ dtype: string
15
+ config_name: all
16
+ splits:
17
+ - name: train
18
+ num_bytes: 40431494
19
+ num_examples: 157904
20
+ download_size: 5977562856
21
+ dataset_size: 40431494
22
  ---