Willy030125/whisper_large_v3_turbo_finetuned_en_id_v1
Automatic Speech Recognition
•
0.8B
•
Updated
•
8
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.
Filtered Librivox Indonesian dataset
Audio has been preprocessed using FFmpeg as: wav -ar 16000 -ac 1 (mono 16kHz sample_rate) for Whisper-ready finetuning
Selected audio datasets on: ['id']['universal-declaration-of-human-rights']
num_rows: 136
Original dataset: indonesian-nlp/librivox-indonesia
Each example is a dictionary with the following fields:
{
"path": "audio/librivox_id_1.wav",
"audio": {
"path": "audio/librivox_id_1.wav",
"array": [...],
"sampling_rate": 16000
},
"sentence": "Some transcription"
}
Use HuggingFace datasets v2.18:
pip install datasets==2.18.0
Use HuggingFace datasets to load:
from datasets import load_dataset, Audio
dataset = load_dataset("Willy030125/librivox_filtered_id")