Ar4ikov commited on
Commit
332ee27
1 Parent(s): 8611630

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: name
5
+ dtype: string
6
+ - name: path
7
+ dtype: string
8
+ - name: emotion
9
+ dtype: string
10
+ - name: speech
11
+ dtype:
12
+ audio:
13
+ sampling_rate: 16000
14
+ - name: array
15
+ sequence: float64
16
+ splits:
17
+ - name: train
18
+ num_bytes: 1083324642.5
19
+ num_examples: 1116
20
+ - name: test
21
+ num_bytes: 265571307.0
22
+ num_examples: 280
23
+ download_size: 528433394
24
+ dataset_size: 1348895949.5
25
+ ---
26
+ # Dataset Card for "resd_ref"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)