BrunoHays commited on
Commit
3dc438e
1 Parent(s): 9a7673f

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: file
5
+ dtype: string
6
+ - name: audio
7
+ dtype:
8
+ audio:
9
+ sampling_rate: 16000
10
+ - name: sentence
11
+ dtype: string
12
+ - name: start_timestamp
13
+ dtype: float32
14
+ - name: end_timestamp
15
+ dtype: float32
16
+ - name: loss
17
+ dtype: float32
18
+ - name: contains_speech
19
+ dtype: bool
20
+ - name: sample_name
21
+ dtype: string
22
+ splits:
23
+ - name: test
24
+ num_bytes: 186658104.0
25
+ num_examples: 1000
26
+ download_size: 185899963
27
+ dataset_size: 186658104.0
28
+ ---
29
+ # Dataset Card for "small_eslo_test"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)