BrunoHays commited on
Commit
7027d5e
1 Parent(s): 5f28948

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +111 -30
README.md CHANGED
@@ -1,30 +1,111 @@
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)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # multilingual_librispeech_fr_processed
2
+
3
+
4
+
5
+ ## Dataset Description
6
+
7
+
8
+
9
+ ### Dataset Summary
10
+
11
+ The data files can be found on the illuin gcloud instance at this adress: unknown_url
12
+
13
+ This dataset has been processed from Huggingface Hub dataset ``facebook/multilingual_librispeech`` and the config ``french``
14
+
15
+ ### Supported Tasks and Leaderboards
16
+
17
+ [More Information Needed]
18
+
19
+ ### Languages
20
+
21
+ [More Information Needed]
22
+
23
+ ## Dataset Structure
24
+
25
+
26
+
27
+ ### Data Instances
28
+
29
+ [More Information Needed]
30
+
31
+ ### Data Fields
32
+
33
+ [More Information Needed]
34
+
35
+ #### Columns
36
+
37
+ ``audio`` ``sentence`` ``path`` ``taxonomy`` ``taxonomy_large`` ``sentence_processed``
38
+
39
+ #### Sample
40
+
41
+ ```
42
+ { 'audio': { 'array': array([ 2.74658203e-04, 3.35693359e-04, 2.13623047e-04, ...,
43
+ -3.05175781e-05, -3.05175781e-05, 0.00000000e+00]),
44
+ 'path': None,
45
+ 'sampling_rate': 16000},
46
+ 'path': '8778_9061_000897',
47
+ 'sentence': 'la carte fut place devant lady helena et chacun se plaa de faon suivre la dmonstration de paganel â ainsi que je vous '
48
+ "l'ai dj appris dit le gographe apr s avoir travers l'amrique du sud le trente septi me degr de latitude rencontre les les "
49
+ "tristan d'acunha",
50
+ 'sentence_processed': 'la carte fut place devant lady helena et chacun se plaa de faon suivre la dmonstration de paganel â ainsi que '
51
+ "je vous l'ai dj appris dit le gographe apr s avoir travers l'amrique du sud le trente septi me degr de latitude "
52
+ "rencontre les les tristan d'acunha",
53
+ 'taxonomy': 'librispeech',
54
+ 'taxonomy_large': 'librispeech'}
55
+ ```
56
+
57
+ ### Data Splits
58
+
59
+ |split|number_of_rows|
60
+ |:---:|:---:
61
+ |train|77|
62
+ |test|20|
63
+
64
+ ## Dataset Creation
65
+
66
+
67
+
68
+ ### Curation Rationale
69
+
70
+ [More Information Needed]
71
+
72
+ ### Source Data
73
+
74
+ [More Information Needed]
75
+
76
+ ### Annotations
77
+
78
+ [More Information Needed]
79
+
80
+ ### Personal and Sensitive Information
81
+
82
+ [More Information Needed]
83
+
84
+ ## Considerations for Using the dataset
85
+
86
+
87
+
88
+ ### Discussion of Biases
89
+
90
+ [More Information Needed]
91
+
92
+ ### Other Known Limitations
93
+
94
+ [More Information Needed]
95
+
96
+ ## Additional Information
97
+
98
+
99
+
100
+ ### Dataset Curators
101
+
102
+ [More Information Needed]
103
+
104
+ ### Licensing Information
105
+
106
+ Property of Illuin Technology
107
+
108
+ ### Contributions
109
+
110
+ This dataset has been pushed using the repo [illuin-hf-dataset-pusher](https://gitlab.illuin.tech/data-science/ml/libraries/illuin-hf-dataset-pusher)
111
+