AravindVadlapudi02 commited on
Commit
f95accf
·
1 Parent(s): 6dc42d7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: label
5
+ dtype:
6
+ class_label:
7
+ names:
8
+ '0': 0_control
9
+ '1': 1_very_low
10
+ '2': 2_low
11
+ '3': 3_mid
12
+ '4': 4_high
13
+ - name: input_features
14
+ sequence:
15
+ sequence: float32
16
+ splits:
17
+ - name: train
18
+ num_bytes: 1910100348
19
+ num_examples: 1989
20
+ - name: test
21
+ num_bytes: 3457195200
22
+ num_examples: 3600
23
+ download_size: 619695502
24
+ dataset_size: 5367295548
25
+ ---
26
+ # Dataset Card for "UA_speech_multiclass"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)