BelalElhossany commited on
Commit
80aa0b1
·
1 Parent(s): 14a1069

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: path
5
+ dtype: string
6
+ - name: audio
7
+ dtype:
8
+ audio:
9
+ sampling_rate: 16000
10
+ - name: sentence
11
+ dtype: string
12
+ - name: input_values
13
+ sequence: float32
14
+ - name: input_length
15
+ dtype: int64
16
+ - name: labels
17
+ sequence: int64
18
+ splits:
19
+ - name: train
20
+ num_bytes: 3439273371.75
21
+ num_examples: 5842
22
+ download_size: 3255737742
23
+ dataset_size: 3439273371.75
24
+ ---
25
+ # Dataset Card for "mgb2_audios_transcriptions_prepared"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)