Datasets:
Languages:
Javanese
Tags:
speech-recognition
metadata
language:
- jav
pretty_name: Jv Id Asr
task_categories:
- speech-recognition
tags:
- speech-recognition
This data set contains transcribed audio data for Javanese. The data set consists of wave files, and a TSV file. The file utt_spk_text.tsv contains a FileID, UserID and the transcription of audio in the file. The data set has been manually quality checked, but there might still be errors. This dataset was collected by Google in collaboration with Reykjavik University and Universitas Gadjah Mada in Indonesia.
Languages
jav
Supported Tasks
Speech Recognition
Dataset Usage
Using datasets
library
from datasets import load_dataset
dset = datasets.load_dataset("Winoto/jv_id_asr", trust_remote_code=True)
Using seacrowd
library
# Load the dataset using the default config
dset = sc.load_dataset("jv_id_asr", schema="Winoto")
# Check all available subsets (config names) of the dataset
print(sc.available_config_names("jv_id_asr"))
# Load the dataset using a specific config
dset = sc.load_dataset_by_config_name(config_name="<config_name>")
More details on how to load the seacrowd
library can be found here.
Dataset Homepage
Dataset Version
Source: 1.0.0. SEACrowd: 2024.06.20.