
sawadogosalif/SaChi-ASR
Automatic Speech Recognition
•
Updated
•
65
The dataset includes the following fields:
audio: Audio file containing the spoken Bible passage (48kHz sampling rate) full_text: Complete transcription of the audio passage in Bambara duration: Length of the audio clip in seconds
from datasets import load_dataset, DownloadConfig
dataset = load_dataset("sawadogosalif/MooreFRCollectionsAudios", split="train", download_config=DownloadConfig(token=os.environ["HF_TOKEN"]))
chabge