Datasets:
Tasks:
Automatic Speech Recognition
Modalities:
Audio
Formats:
soundfolder
Languages:
Nepali
Size:
1K - 10K
License:
pujanpaudel
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,87 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- automatic-speech-recognition
|
5 |
+
language:
|
6 |
+
- ne
|
7 |
+
---
|
8 |
+
# Nepali ASR Dataset
|
9 |
+
|
10 |
+
## Overview
|
11 |
+
|
12 |
+
This dataset is created to support Automatic Speech Recognition (ASR) tasks for the Nepali language. It consists of Nepali speech data collected from various open-source platforms, such as Mozilla OpenVoice Dataset, OpenSLR, and other publicly available resources. The primary goal of this dataset is to enhance ASR model performance for Nepali, a language with limited representation in existing ASR datasets.
|
13 |
+
|
14 |
+
## Key Features
|
15 |
+
|
16 |
+
- **Language**: Nepali
|
17 |
+
- **Data Type**: Speech-to-text pairs
|
18 |
+
- **Format**: Audio files and corresponding transcriptions
|
19 |
+
- **Sources**: Mozilla OpenVoice Dataset, OpenSLR, and other open platforms
|
20 |
+
- **Use Case**: Training and evaluation of ASR models for Nepali
|
21 |
+
- **Average Audio Length**: 15-30 seconds
|
22 |
+
|
23 |
+
## Structure
|
24 |
+
|
25 |
+
The dataset is organized as follows:
|
26 |
+
|
27 |
+
```plaintext
|
28 |
+
nepali-speech-to-text/
|
29 |
+
|-- audio/
|
30 |
+
| |-- file1.wav
|
31 |
+
| |-- file2.wav
|
32 |
+
| |-- file3.wav
|
33 |
+
|-- audio_transcripts.csv
|
34 |
+
```
|
35 |
+
|
36 |
+
- **audio/**: Contains all the speech audio files in `.wav` format.
|
37 |
+
- **audio\_transcripts.csv**: A CSV file containing the transcriptions for the audio files.
|
38 |
+
|
39 |
+
## Licensing and Permissions
|
40 |
+
|
41 |
+
The dataset is compiled from publicly available open-source data and follows the respective licenses of its sources. Ensure compliance with each source's licensing terms when using this dataset.
|
42 |
+
|
43 |
+
## Usage
|
44 |
+
|
45 |
+
This dataset can be used for:
|
46 |
+
|
47 |
+
1. Training ASR models for Nepali.
|
48 |
+
2. Fine-tuning existing speech-to-text models like Whisper.
|
49 |
+
3. Benchmarking ASR systems for Nepali.
|
50 |
+
|
51 |
+
## Contributions
|
52 |
+
|
53 |
+
Contributions to enhance the dataset are welcome! You can:
|
54 |
+
|
55 |
+
- Add more Nepali speech data.
|
56 |
+
- Provide better transcriptions.
|
57 |
+
- Report any issues or errors in the existing dataset.
|
58 |
+
|
59 |
+
## Citation
|
60 |
+
|
61 |
+
If you use this dataset in your research or projects, please cite it appropriately. Include attribution to the original sources as well.
|
62 |
+
|
63 |
+
### Mozilla Common Voice
|
64 |
+
Website: [https://commonvoice.mozilla.org/en/datasets](https://commonvoice.mozilla.org/en/datasets)
|
65 |
+
|
66 |
+
### OpenSLR
|
67 |
+
```bibtex
|
68 |
+
@inproceedings{kjartansson-etal-sltu2018,
|
69 |
+
title = {{Crowd-Sourced Speech Corpora for Javanese, Sundanese, Sinhala, Nepali, and Bangladeshi Bengali}},
|
70 |
+
author = {Oddur Kjartansson and Supheakmungkol Sarin and Knot Pipatsrisawat and Martin Jansche and Linne Ha},
|
71 |
+
booktitle = {Proc. The 6th Intl. Workshop on Spoken Language Technologies for Under-Resourced Languages (SLTU)},
|
72 |
+
year = {2018},
|
73 |
+
address = {Gurugram, India},
|
74 |
+
month = aug,
|
75 |
+
pages = {52--55},
|
76 |
+
URL = {http://dx.doi.org/10.21437/SLTU.2018-11}
|
77 |
+
}
|
78 |
+
```
|
79 |
+
|
80 |
+
## Contact
|
81 |
+
|
82 |
+
For questions, suggestions, or contributions, please contact [[email protected]].
|
83 |
+
|
84 |
+
---
|
85 |
+
|
86 |
+
**Disclaimer:** While the dataset is compiled with care, it may still contain errors or inconsistencies. Users are encouraged to verify the data before use.
|
87 |
+
|