hsali commited on
Commit
67a892f
·
1 Parent(s): fa6e33e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: data
5
+ dtype: string
6
+ - name: file_name
7
+ dtype: string
8
+ - name: path
9
+ dtype: string
10
+ - name: emotion
11
+ dtype: 'null'
12
+ - name: gender
13
+ dtype: string
14
+ - name: augmentation
15
+ dtype: string
16
+ - name: data_type
17
+ dtype: string
18
+ - name: session_id
19
+ dtype: 'null'
20
+ - name: input_values
21
+ sequence: float32
22
+ - name: labels
23
+ dtype: int64
24
+ splits:
25
+ - name: train
26
+ num_bytes: 568043983
27
+ num_examples: 2001
28
+ download_size: 500409042
29
+ dataset_size: 568043983
30
+ configs:
31
+ - config_name: default
32
+ data_files:
33
+ - split: train
34
+ path: data/train-*
35
+ ---
36
+ # Dataset Card for "librispeech_ds1"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)