File size: 2,533 Bytes
0cd0e21
 
 
 
 
 
 
 
 
a8a735c
0cd0e21
 
 
 
 
 
bb29b52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a8a735c
bb29b52
 
 
 
 
 
b43c928
bb29b52
 
 
 
bb24369
 
 
 
 
 
bb29b52
 
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
---
tags:
- speech
- audio
- asr
- twi
- multilingual
license: mit  # Change if needed
datasets:
- michsethowusu/twi_multispeaker_audio_transcribed
language:
- twi
task_categories:
- automatic-speech-recognition
---

# Twi Multispeaker Audio Transcribed Dataset

## Overview
The **Twi Multispeaker Audio Transcribed** dataset is a collection of speech recordings and their transcriptions in Asante Twi, a widely spoken dialect of the Akan language in Ghana. The dataset is designed for training and evaluating automatic speech recognition (ASR) models and other natural language processing (NLP) applications.

## Dataset Details
- **Source**: The dataset is derived from the [Financial Inclusion Speech Dataset](https://github.com/Ashesi-Org/Financial-Inclusion-Speech-Dataset), which focuses on financial conversations in Asante Twi.
- **Format**: The dataset consists of audio recordings (.wav) and corresponding transcriptions (.txt or .csv).
- **Speakers**: Multiple speakers contribute to the dataset, making it useful for speaker-independent ASR models.
- **Domain**: Primarily focused on financial and general conversations.

## Splits
The dataset is divided as follows:
- **Train Set**: 90% of the data
- **Test Set**: 10% of the data

## Use Cases
This dataset is useful for:
- Training and evaluating ASR models for Asante Twi.
- Developing Twi language models and NLP applications.
- Linguistic analysis of Asante Twi speech.

## Usage
To use this dataset in your Hugging Face project, you can load it as follows:
```python
from datasets import load_dataset

dataset = load_dataset("michsethowusu/twi_multispeaker_audio_transcribed")
```

## License
Refer to the original dataset repository for licensing details: [Financial Inclusion Speech Dataset](https://github.com/Ashesi-Org/Financial-Inclusion-Speech-Dataset).

## Acknowledgments
This dataset is based on the work by [Ashesi-Org](https://github.com/Ashesi-Org). Special thanks to contributors who helped in data collection and annotation. **I am only making it more accessible for machine learning**.

## Citation
If you use this dataset in your research or project, please cite it appropriately:
```
@misc{financialinclusion2022,
  author = {Asamoah Owusu, D., Korsah, A., Quartey, B., Nwolley Jnr., S., Sampah, D., Adjepon-Yamoah, D., Omane Boateng, L.},
  title = {Financial Inclusion Speech Dataset},
  year = {2022},
  publisher = {Ashesi University and Nokwary Technologies},
  url = {https://github.com/Ashesi-Org/Financial-Inclusion-Speech-Dataset}
}
```