kuanhuggingface commited on
Commit
0871cd4
·
1 Parent(s): 0318077

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: file
5
+ dtype: string
6
+ - name: audio
7
+ dtype: audio
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': five
13
+ '1': four
14
+ '2': one
15
+ '3': three
16
+ '4': two
17
+ '5': zero
18
+ - name: word
19
+ dtype: string
20
+ - name: instruction
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 345554363.122
25
+ num_examples: 3594
26
+ - name: validation
27
+ num_bytes: 43073974.0
28
+ num_examples: 448
29
+ - name: test
30
+ num_bytes: 43267451.0
31
+ num_examples: 450
32
+ download_size: 403460234
33
+ dataset_size: 431895788.122
34
+ ---
35
+ # Dataset Card for "stress_dection_MIR_SD"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)