kaushal98b commited on
Commit
a53618c
1 Parent(s): b475938

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +124 -1
README.md CHANGED
@@ -1,3 +1,126 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_bcp47:
5
+ - bn,gu,kn,hi,ml,mr,or,pa,sn,ta,te,ur
6
+ language_creators:
7
+ - machine-generated
8
+ license:
9
+ - mit
10
+ multilinguality:
11
+ - multilingual
12
+ pretty_name: Kathbath
13
+ size_categories:
14
+ - 100K<n<1M
15
+ source_datasets:
16
+ - original
17
+ tags: []
18
+ task_categories:
19
+ - automatic-speech-recognition
20
+ task_ids: []
21
  ---
22
+
23
+ # Dataset Card for [Kathbath]
24
+
25
+ ## Table of Contents
26
+ - [Table of Contents](#table-of-contents)
27
+ - [Dataset Description](#dataset-description)
28
+ - [Dataset Summary](#dataset-summary)
29
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
30
+ - [Languages](#languages)
31
+ - [Dataset Structure](#dataset-structure)
32
+ - [Data Instances](#data-instances)
33
+ - [Data Fields](#data-fields)
34
+ - [Data Splits](#data-splits)
35
+ - [Dataset Creation](#dataset-creation)
36
+ - [Curation Rationale](#curation-rationale)
37
+ - [Source Data](#source-data)
38
+ - [Annotations](#annotations)
39
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
40
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
41
+ - [Social Impact of Dataset](#social-impact-of-dataset)
42
+ - [Discussion of Biases](#discussion-of-biases)
43
+ - [Other Known Limitations](#other-known-limitations)
44
+ - [Additional Information](#additional-information)
45
+ - [Dataset Curators](#dataset-curators)
46
+ - [Licensing Information](#licensing-information)
47
+ - [Citation Information](#citation-information)
48
+ - [Contributions](#contributions)
49
+
50
+ ## Dataset Description
51
+
52
+ - **Homepage:https://ai4bharat.org/indic-superb**
53
+ - **Repository:https://github.com/AI4Bharat/IndicSUPERB**
54
+ - **Paper:https://arxiv.org/pdf/2208.11761.pdf**
55
+ - **Point of Contact:[email protected]**
56
+
57
+ ### Dataset Summary
58
+
59
+ Kathbath is an human-labeled ASR dataset containing 1,684 hours of labelled speech data across 12 Indian languages from 1,218 contributors located in 203 districts in India
60
+
61
+ ### Languages
62
+
63
+ - Bengali
64
+ - Gujarati
65
+ - Kannada
66
+ - Hindi
67
+ - Malayalam
68
+ - Marathi
69
+ - Odia
70
+ - Punjabi
71
+ - Sanskrit
72
+ - Tamil
73
+ - Telugu
74
+ - Urdu
75
+
76
+ ## Dataset Structure
77
+
78
+ ```
79
+ Audio Data
80
+ data
81
+ ├── bengali
82
+ │ ├── <split_name>
83
+ │ │ ├── 844424931537866-594-f.m4a
84
+ │ │ ├── 844424931029859-973-f.m4a
85
+ │ │ ├── ...
86
+ ├── gujarati
87
+ ├── ...
88
+
89
+
90
+ Transcripts
91
+ data
92
+ ├── bengali
93
+ │ ├── <split_name>
94
+ │ │ ├── transcription_n2w.txt
95
+ ├── gujarati
96
+ ├── ...
97
+ ```
98
+
99
+ ### Licensing Information
100
+
101
+ The IndicSUPERB dataset is released under this licensing scheme:
102
+
103
+ - We do not own any of the raw text used in creating this dataset.
104
+ - The text data comes from the IndicCorp dataset which is a crawl of publicly available websites.
105
+ - The audio transcriptions of the raw text and labelled annotations of the datasets have been created by us.
106
+ - We license the actual packaging of all this data under the Creative Commons CC0 license (“no rights reserved”).
107
+ - To the extent possible under law, AI4Bharat has waived all copyright and related or neighboring rights to the IndicSUPERB dataset.
108
+ - This work is published from: India.
109
+
110
+ ### Citation Information
111
+
112
+ ```
113
+ @misc{https://doi.org/10.48550/arxiv.2208.11761,
114
+ doi = {10.48550/ARXIV.2208.11761},
115
+ url = {https://arxiv.org/abs/2208.11761},
116
+ author = {Javed, Tahir and Bhogale, Kaushal Santosh and Raman, Abhigyan and Kunchukuttan, Anoop and Kumar, Pratyush and Khapra, Mitesh M.},
117
+ title = {IndicSUPERB: A Speech Processing Universal Performance Benchmark for Indian languages},
118
+ publisher = {arXiv},
119
+ year = {2022},
120
+ copyright = {arXiv.org perpetual, non-exclusive license}
121
+ }
122
+ ```
123
+
124
+ ### Contributions
125
+
126
+ We would like to thank the Ministry of Electronics and Information Technology (MeitY) of the Government of India and the Centre for Development of Advanced Computing (C-DAC), Pune for generously supporting this work and providing us access to multiple GPU nodes on the Param Siddhi Supercomputer. We would like to thank the EkStep Foundation and Nilekani Philanthropies for their generous grant which went into hiring human resources as well as cloud resources needed for this work. We would like to thank DesiCrew for connecting us to native speakers for collecting data. We would like to thank Vivek Seshadri from Karya Inc. for helping setup the data collection infrastructure on the Karya platform. We would like to thank all the members of AI4Bharat team in helping create the Query by Example dataset.