qbaro commited on
Commit
1cb382c
1 Parent(s): d6eeafc

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: file_name
5
+ dtype: string
6
+ - name: sentence
7
+ dtype: string
8
+ - name: audio
9
+ struct:
10
+ - name: array
11
+ sequence: float32
12
+ - name: sampling_rate
13
+ dtype: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 2091887413
17
+ num_examples: 2994
18
+ - name: valid
19
+ num_bytes: 275249571
20
+ num_examples: 361
21
+ download_size: 2351520332
22
+ dataset_size: 2367136984
23
+ ---
24
+ # Dataset Card for "speech2text2"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)