BrunoHays commited on
Commit
ec3d80b
·
1 Parent(s): c3b39a2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +107 -30
README.md CHANGED
@@ -1,30 +1,107 @@
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: 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: 12156346.0
21
- num_examples: 77
22
- - name: test
23
- num_bytes: 3510532.0
24
- num_examples: 20
25
- download_size: 14388350
26
- dataset_size: 15666878.0
27
- ---
28
- # Dataset Card for "common_voice_11_0_processed"
29
-
30
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # common_voice_11_0_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 ``mozilla-foundation/common_voice_11_0`` and the config ``fr``
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
+ ``path`` ``audio`` ``sentence`` ``taxonomy`` ``taxonomy_large`` ``sentence_processed``
38
+
39
+ #### Sample
40
+
41
+ ```
42
+ { 'audio': { 'array': array([ 0.00000000e+00, 0.00000000e+00, 0.00000000e+00, ...,
43
+ -6.10351562e-05, -6.10351562e-05, 0.00000000e+00]),
44
+ 'path': None,
45
+ 'sampling_rate': 16000},
46
+ 'path': '/home/brunohays/.cache/huggingface/datasets/downloads/extracted/e95cbf12249133734218c89e4b09426a7807adcae4a709e56bc54e89ec65bc58/common_voice_fr_27787676.mp3',
47
+ 'sentence': 'Il collaborera aussi avec Alan Bennett sur différentes comédies et téléfilm dramatiques.',
48
+ 'sentence_processed': 'il collaborera aussi avec alan bennett sur différentes comédies et téléfilm dramatiques',
49
+ 'taxonomy': 'common_voice',
50
+ 'taxonomy_large': 'common_voice'}
51
+ ```
52
+
53
+ ### Data Splits
54
+
55
+ |split|number_of_rows|
56
+ |:---:|:---:
57
+ |train|77|
58
+ |test|20|
59
+
60
+ ## Dataset Creation
61
+
62
+
63
+
64
+ ### Curation Rationale
65
+
66
+ [More Information Needed]
67
+
68
+ ### Source Data
69
+
70
+ [More Information Needed]
71
+
72
+ ### Annotations
73
+
74
+ [More Information Needed]
75
+
76
+ ### Personal and Sensitive Information
77
+
78
+ [More Information Needed]
79
+
80
+ ## Considerations for Using the dataset
81
+
82
+
83
+
84
+ ### Discussion of Biases
85
+
86
+ [More Information Needed]
87
+
88
+ ### Other Known Limitations
89
+
90
+ [More Information Needed]
91
+
92
+ ## Additional Information
93
+
94
+
95
+
96
+ ### Dataset Curators
97
+
98
+ [More Information Needed]
99
+
100
+ ### Licensing Information
101
+
102
+ Property of Illuin Technology
103
+
104
+ ### Contributions
105
+
106
+ This dataset has been pushed using the repo [illuin-hf-dataset-pusher](https://gitlab.illuin.tech/data-science/ml/libraries/illuin-hf-dataset-pusher)
107
+