Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
Kashmiri
ArXiv:
License:

Add paper, code and project page links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +30 -8
README.md CHANGED
@@ -36,30 +36,52 @@ configs:
36
 
37
  # Kashmiri TTS Dataset
38
 
39
- ## Overview
40
- This dataset is the **Text-to-Speech (TTS) corpus for the Kashmiri language**, that we utilised for our paper.
41
 
42
- The dataset is a **derived and curated combination** of Kashmiri speech data from the **IndicVoices-R** corpus and the **RASA** speech dataset.
 
43
 
 
44
 
45
  ---
46
 
47
  ## Data Sources and Attribution
48
- This dataset is derived from the following publicly available resources:
49
 
50
  ### IndicVoices-R
51
  - A large-scale multilingual speech corpus covering several Indic languages, including Kashmiri.
52
- - Source: https://github.com/AI4Bharat/IndicVoices
53
  - License: CC BY 4.0
54
 
55
  ### RASA (Resource for Audio-visual Speech Analysis)
56
  - A speech dataset supporting research in speech and language technologies.
57
  - License: As provided by the original RASA dataset distribution.
58
 
59
- **This dataset does not replace the original datasets.**
60
- Users are encouraged to cite and respect the licenses of the original sources.
61
 
62
  ---
63
 
64
  ## Dataset Structure
65
- The dataset follows the **Hugging Face `audiofolder` format**, enabling automatic audio playback and preview in the dataset viewer.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
  # Kashmiri TTS Dataset
38
 
39
+ [**Project Page**](https://gaash-lab.github.io/Bolbosh) | [**GitHub**](https://github.com/gaash-lab/Bolbosh) | [**Paper**](https://huggingface.co/papers/2603.07513)
 
40
 
41
+ ## Overview
42
+ This dataset is the **Text-to-Speech (TTS) corpus for the Kashmiri language**, as presented in the paper "[Bolbosh: Script-Aware Flow Matching for Kashmiri Text-to-Speech](https://huggingface.co/papers/2603.07513)".
43
 
44
+ The dataset is a **derived and curated combination** of Kashmiri speech data from the **IndicVoices-R** corpus and the **RASA** speech dataset. It was used to develop Bolbosh, an open-source neural TTS system designed to handle the specific orthographic and phonological challenges of the Kashmiri language.
45
 
46
  ---
47
 
48
  ## Data Sources and Attribution
49
+ This dataset is derived from the following resources:
50
 
51
  ### IndicVoices-R
52
  - A large-scale multilingual speech corpus covering several Indic languages, including Kashmiri.
53
+ - Source: [AI4Bharat/IndicVoices](https://github.com/AI4Bharat/IndicVoices)
54
  - License: CC BY 4.0
55
 
56
  ### RASA (Resource for Audio-visual Speech Analysis)
57
  - A speech dataset supporting research in speech and language technologies.
58
  - License: As provided by the original RASA dataset distribution.
59
 
60
+ **Note:** This dataset does not replace the original datasets. Users are encouraged to cite and respect the licenses of the original sources.
 
61
 
62
  ---
63
 
64
  ## Dataset Structure
65
+ The dataset follows the **Hugging Face `audiofolder` format**, enabling automatic audio playback and preview in the dataset viewer.
66
+
67
+ ### Audio Specifications
68
+ - **Sampling Rate:** 22,050 Hz
69
+ - **Format:** mono (derived from studio and field recordings)
70
+
71
+ ### Splits
72
+ | Split | Number of Utterances |
73
+ |---|---|
74
+ | **train** | 33,182 |
75
+ | **validation** | 4,542 |
76
+ | **test** | 2,272 |
77
+
78
+ ## Citation
79
+ If you use this dataset or the Bolbosh system, please cite the following paper:
80
+ ```bibtex
81
+ @article{ashraf2024bolbosh,
82
+ title={Bolbosh: Script-Aware Flow Matching for Kashmiri Text-to-Speech},
83
+ author={Ashraf, Tajamul and Zargar, Burhaan Rasheed and Muizz, Saeed Abdul and Mushtaq, Ifrah and Mehdi, Nazima and Gillani, Iqra Altaf and Kak, Aadil Amin and Bashir, Janibul},
84
+ journal={arXiv preprint arXiv:2603.07513},
85
+ year={2024}
86
+ }
87
+ ```