BrunoHays commited on
Commit
5f28948
1 Parent(s): 17cac58

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: path
11
+ dtype: string
12
+ - name: taxonomy
13
+ dtype: string
14
+ - name: taxonomy_large
15
+ dtype: string
16
+ - name: sentence_processed
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 38973072.0
21
+ num_examples: 77
22
+ - name: test
23
+ num_bytes: 9921924.0
24
+ num_examples: 20
25
+ download_size: 46922103
26
+ dataset_size: 48894996.0
27
+ ---
28
+ # Dataset Card for "multilingual_librispeech_fr_processed"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)