Prajwal-143 commited on
Commit
2920bd6
·
verified ·
1 Parent(s): f958a76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -99
README.md CHANGED
@@ -40,138 +40,60 @@ size_categories:
40
  ---
41
  # Dataset Card for Dataset Name
42
 
43
- <!-- Provide a quick summary of the dataset. -->
44
-
45
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
46
 
47
  ## Dataset Details
48
 
 
49
  ### Dataset Description
50
 
51
  <!-- Provide a longer summary of what this dataset is. -->
 
52
 
53
 
54
 
55
- - **Curated by:** [More Information Needed]
56
- - **Funded by [optional]:** [More Information Needed]
57
- - **Shared by [optional]:** [More Information Needed]
58
- - **Language(s) (NLP):** [More Information Needed]
59
- - **License:** [More Information Needed]
60
 
61
  ### Dataset Sources [optional]
62
 
63
  <!-- Provide the basic links for the dataset. -->
64
 
65
- - **Repository:** [More Information Needed]
66
- - **Paper [optional]:** [More Information Needed]
67
- - **Demo [optional]:** [More Information Needed]
68
 
69
  ## Uses
70
 
71
- <!-- Address questions around how the dataset is intended to be used. -->
72
-
73
- ### Direct Use
74
-
75
- <!-- This section describes suitable use cases for the dataset. -->
76
-
77
- [More Information Needed]
78
-
79
- ### Out-of-Scope Use
80
 
81
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
82
-
83
- [More Information Needed]
 
84
 
85
  ## Dataset Structure
86
 
87
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
88
-
89
- [More Information Needed]
90
 
91
  ## Dataset Creation
92
 
93
- ### Curation Rationale
94
-
95
- <!-- Motivation for the creation of this dataset. -->
96
-
97
- [More Information Needed]
98
-
99
- ### Source Data
100
-
101
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
102
 
103
  #### Data Collection and Processing
104
 
105
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
106
-
107
- [More Information Needed]
108
 
109
  #### Who are the source data producers?
110
 
111
  <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
 
 
112
 
113
- [More Information Needed]
114
-
115
- ### Annotations [optional]
116
-
117
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
118
-
119
- #### Annotation process
120
-
121
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
122
-
123
- [More Information Needed]
124
-
125
- #### Who are the annotators?
126
-
127
- <!-- This section describes the people or systems who created the annotations. -->
128
-
129
- [More Information Needed]
130
-
131
- #### Personal and Sensitive Information
132
-
133
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
134
-
135
- [More Information Needed]
136
-
137
- ## Bias, Risks, and Limitations
138
-
139
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
140
-
141
- [More Information Needed]
142
-
143
- ### Recommendations
144
-
145
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
146
-
147
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
148
-
149
- ## Citation [optional]
150
-
151
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
152
-
153
- **BibTeX:**
154
-
155
- [More Information Needed]
156
-
157
- **APA:**
158
-
159
- [More Information Needed]
160
-
161
- ## Glossary [optional]
162
-
163
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
164
-
165
- [More Information Needed]
166
-
167
- ## More Information [optional]
168
-
169
- [More Information Needed]
170
-
171
- ## Dataset Card Authors [optional]
172
 
173
- [More Information Needed]
174
 
175
  ## Dataset Card Contact
176
 
177
- [More Information Needed]
 
40
  ---
41
  # Dataset Card for Dataset Name
42
 
 
 
 
43
 
44
  ## Dataset Details
45
 
46
+
47
  ### Dataset Description
48
 
49
  <!-- Provide a longer summary of what this dataset is. -->
50
+ This dataset is a combination of the Common Voice 16.0 and Open SLR datasets. It has been meticulously curated, normalized to a 16kHz sampling rate, and cleaned for better usability. This dataset aims to provide a comprehensive collection of speech data for various applications, including speech recognition, natural language processing, and machine learning research.
51
 
52
 
53
 
54
+ - **Curated by:** Prajwal Pharande
55
+ - **Language(s) (NLP):** Tamil
 
 
 
56
 
57
  ### Dataset Sources [optional]
58
 
59
  <!-- Provide the basic links for the dataset. -->
60
 
61
+ - **Repository:** https://commonvoice.mozilla.org/ta/datasets and https://www.openslr.org/127/
 
 
62
 
63
  ## Uses
64
 
65
+ This dataset can be used for a wide range of applications, including:
 
 
 
 
 
 
 
 
66
 
67
+ - Speech recognition system training and evaluation
68
+ - Natural language processing tasks involving spoken language
69
+ - Machine learning research on speech-related problems
70
+ - Voice synthesis and voice cloning experiments
71
 
72
  ## Dataset Structure
73
 
74
+ - ```path : Name of audio file which is converted into array.```
75
+ - ```audio : Array of an audio file with sampling rate.```
76
+ - ```sentence : Transcription of an audio file in Tamil language. ```
77
 
78
  ## Dataset Creation
79
 
 
 
 
 
 
 
 
 
 
80
 
81
  #### Data Collection and Processing
82
 
83
+ - Audio converted to arrays : All audio samples have been normalized to a 16kHz sampling rate, ensuring consistency and high quality across the dataset.
84
+ - Diverse Sources : The dataset combines data from Common Voice and Open SLR, providing a diverse range of voices, accents, and languages.
85
+ - Cleaned Data : Extensive efforts have been made to clean the data, removing noise, punctuations, duplicates, and irrelevant metadata, to enhance usability and accuracy.
86
 
87
  #### Who are the source data producers?
88
 
89
  <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
90
+ - ```Mozilla``` : A large-scale, publicly available dataset of speech data collected by Mozilla, contributed by volunteers worldwide.
91
+ - ```Open SLR``` : Various open speech and language resources collected and shared by the open-source community through Open Speech and Language Resources.
92
 
93
+ ## Dataset Card Authors
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
 
95
+ *Prajwal Pharande
96
 
97
  ## Dataset Card Contact
98
 
99
+ pharandeprajwal@gmail.com