Datasets:
The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
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.
- Downloads last month
- 34