Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
Kashmiri
ArXiv:
License:
File size: 2,869 Bytes
e6c66c2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46a348e
e6c66c2
46a348e
 
e6c66c2
46a348e
e6c66c2
 
 
 
46a348e
e6c66c2
 
 
46a348e
e6c66c2
 
 
 
 
 
46a348e
e6c66c2
 
 
 
46a348e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
language:
- kas
license: cc-by-4.0
task_categories:
- text-to-speech
pretty_name: Kashmiri TTS Dataset
dataset_info:
  features:
  - name: audio
    dtype: audio
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 8934131482
    num_examples: 33182
  - name: test
    num_bytes: 563990590
    num_examples: 2272
  - name: validation
    num_bytes: 1135150113
    num_examples: 4542
  download_size: 12692057127
  dataset_size: 10633272185
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---

# Kashmiri TTS Dataset

[**Project Page**](https://gaash-lab.github.io/Bolbosh) | [**GitHub**](https://github.com/gaash-lab/Bolbosh) | [**Paper**](https://huggingface.co/papers/2603.07513)

## Overview
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)".

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.

---

## Data Sources and Attribution
This dataset is derived from the following resources:

### IndicVoices-R
- A large-scale multilingual speech corpus covering several Indic languages, including Kashmiri.
- Source: [AI4Bharat/IndicVoices](https://github.com/AI4Bharat/IndicVoices)
- License: CC BY 4.0

### RASA (Resource for Audio-visual Speech Analysis)
- A speech dataset supporting research in speech and language technologies.
- License: As provided by the original RASA dataset distribution.

**Note:** This dataset does not replace the original datasets. Users are encouraged to cite and respect the licenses of the original sources.

---

## Dataset Structure
The dataset follows the **Hugging Face `audiofolder` format**, enabling automatic audio playback and preview in the dataset viewer.

### Audio Specifications
- **Sampling Rate:** 22,050 Hz
- **Format:** mono (derived from studio and field recordings)

### Splits
| Split | Number of Utterances |
|---|---|
| **train** | 33,182 |
| **validation** | 4,542 |
| **test** | 2,272 |

## Citation
If you use this dataset or the Bolbosh system, please cite the following paper:
```bibtex
@article{ashraf2024bolbosh,
  title={Bolbosh: Script-Aware Flow Matching for Kashmiri Text-to-Speech},
  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},
  journal={arXiv preprint arXiv:2603.07513},
  year={2024}
}
```