qmeeus commited on
Commit
4c98780
1 Parent(s): dbc7d0b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: n_frames
5
+ dtype: int64
6
+ - name: text
7
+ dtype: string
8
+ - name: sentiment
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': Negative
13
+ '1': Neutral
14
+ '2': Positive
15
+ - name: audio
16
+ dtype:
17
+ audio:
18
+ sampling_rate: 16000
19
+ splits:
20
+ - name: train
21
+ num_bytes: 756214858.625
22
+ num_examples: 5729
23
+ - name: dev
24
+ num_bytes: 130698641.0
25
+ num_examples: 954
26
+ download_size: 949197313
27
+ dataset_size: 886913499.625
28
+ ---
29
+ # Dataset Card for "slue-voxceleb"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)