deepdml commited on
Commit
bf5d082
·
verified ·
1 Parent(s): 4503632

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - my
5
+ task_categories:
6
+ - automatic-speech-recognition
7
+ tags:
8
+ - audio
9
+ - text
10
+ - speech
11
+ - burmese
12
+ - openslr
13
+ pretty_name: OpenSLR-80 Burmese Speech Dataset
14
+ size_categories:
15
+ - 1K<n<10K
16
+ ---
17
+
18
+ # OpenSLR-80 – Brumese Transcribed Speech
19
+
20
+ **Source:** [https://www.openslr.org/80/](https://www.openslr.org/80/)
21
+
22
+ ## Dataset Description
23
+ - **Homepage:** [OpenSLR SLR80](https://www.openslr.org/80/)
24
+
25
+ This dataset contains transcribed high-quality audio of Tamil sentences recorded
26
+ by volunteers. It is part of the [OpenSLR](https://www.openslr.org) collection of
27
+ free speech resources for low-resource languages.
28
+
29
+ The data was collected via the
30
+ [Appen](https://appen.com) (formerly Figure Eight / CrowdFlower) crowdsourcing
31
+ platform and is intended for use in training automatic speech recognition (ASR)
32
+ and text-to-speech (TTS) systems.
33
+
34
+ ### Data Collection
35
+
36
+ Volunteers were asked to read Tamil sentences displayed on their screen and
37
+ record themselves. Quality control was performed to ensure accurate transcriptions
38
+ and clean audio.
39
+
40
+ ### Contents
41
+
42
+ | Field | Description |
43
+ |-------|-------------|
44
+ | `file_id` | Anonymized identifier for the audio file |
45
+ | `audio` | WAV audio file (mono) |
46
+ | `transcription` | Tamil text transcription of the utterance |
47
+ | `duration` | Duration of the audio in seconds |
48
+
49
+
50
+ ## License
51
+
52
+ [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/)
53
+
54
+ ## Citation
55
+
56
+ If you use this dataset, please cite:
57
+
58
+ ```
59
+ @inproceedings{oo-etal-2020-burmese,
60
+ title = {{Burmese Speech Corpus, Finite-State Text Normalization and Pronunciation Grammars with an Application to Text-to-Speech}},
61
+ author = {Oo, Yin May and Wattanavekin, Theeraphol and Li, Chenfang and De Silva, Pasindu and Sarin, Supheakmungkol and Pipatsrisawat, Knot and Jansche, Martin and Kjartansson, Oddur and Gutkin, Alexander},
62
+ booktitle = {Proceedings of The 12th Language Resources and Evaluation Conference (LREC)},
63
+ month = may,
64
+ year = {2020},
65
+ pages = "6328--6339",
66
+ address = {Marseille, France},
67
+ publisher = {European Language Resources Association (ELRA)},
68
+ url = {https://www.aclweb.org/anthology/2020.lrec-1.777},
69
+ ISBN = {979-10-95546-34-4},
70
+ }
71
+ ```
72
+
73
+ ## Additional Information
74
+
75
+ - **Homepage:** https://www.openslr.org/65/
76
+ - **Repository:** https://openslr.org/resources/65/
77
+ - **Paper:** N/A
78
+ - **Point of Contact:** OpenSLR maintainers