SeyedAli commited on
Commit
b13be3c
1 Parent(s): 676f1d5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: test
9
+ path: data/test-*
10
+ dataset_info:
11
+ features:
12
+ - name: audio_id
13
+ dtype: string
14
+ - name: audio
15
+ dtype:
16
+ audio:
17
+ sampling_rate: 16000
18
+ - name: speaker_id
19
+ dtype: string
20
+ - name: gender
21
+ dtype: string
22
+ - name: emotion
23
+ dtype: string
24
+ - name: transcript
25
+ dtype: string
26
+ - name: ipa
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 840005131.22
31
+ num_examples: 2270
32
+ - name: test
33
+ num_bytes: 197198169.0
34
+ num_examples: 568
35
+ download_size: 1003307335
36
+ dataset_size: 1037203300.22
37
  ---