You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Konkani ASR Dataset v0

Description

This dataset contains audio files for Automatic Speech Recognition (ASR) in the Konkani language. It includes 201 FLAC audio files, originally collected for training ASR models.

Updates

  • All .flac files have been moved to the 'data/' directory.

Structure

  • data/: Contains all the FLAC audio files named as 0000000001.flac to 0000000201.flac.

Usage

You can load this dataset using the Hugging Face Datasets library:

from datasets import load_dataset

dataset = load_dataset("alvynabranches/konkani-asr-v0", split="train")

Each example has an 'audio' field with the path to the FLAC file. The sampling rate is 48000 Hz.

Author Details

This dataset is collected by Alvyn Abranches, with the help of St. Xavier's College Mapusa Goa, with the help of Dr. Fr. Luis Gomes.

Dataset Attributes

This dataset consists of 201 segments of unannotated speech collected through consented assignments of students. This dataset consists of 31 hours, 54 minutes, and 34.34443168929 seconds.

There will be a new dataset hosted on alvynabranches/conversational-konkani-dataset-v1 or ilhrf/conversational-konkani-dataset-v1 soon. The data collection is done by International Linguistic Heritage Research Foundation (ILHRF). The author of this dataset is the founder of ILHRF.

In case we have some annotaters to contribute to this dataset, contact through alvynabranches@gmail.com.

License

This dataset is licensed under CC BY-NC-SA 4.0. You can use it for non-commercial purposes, share adaptations under the same license, and must give appropriate credit.

Downloads last month
8