qmeeus commited on
Commit
e253f08
1 Parent(s): 21e925c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: audio
5
+ dtype:
6
+ audio:
7
+ sampling_rate: 16000
8
+ - name: sentence
9
+ dtype: string
10
+ - name: entities
11
+ dtype: string
12
+ - name: id
13
+ dtype: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 246165158.0
17
+ num_examples: 5000
18
+ - name: dev
19
+ num_bytes: 81971770.21
20
+ num_examples: 1753
21
+ download_size: 319358783
22
+ dataset_size: 328136928.21
23
+ ---
24
+ # Dataset Card for "slue-voxpopuli"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)