datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
zenless-voice
Zenless Voice
Zenless Voice is a dataset of voice lines from the popular game Zenless Zone Zero.
Hugging Face 🤗 Zenless-Voice
ModelScope Zenless-Voice
Per-speaker downloads are grouped by language and WAV count. Browse every archive in the ZIP index.
Last update at 2026-09-17, game version 3.2.0
406720 wavs
78785 without speaker (19%)
123429 without transcription (30%)
83509 without inGameFilename (21%)
Speaker archives contain 327,935 WAVs in 4,322 ZIPs. The 78,785 rows… See the full description on the dataset page: https://huggingface.co/datasets/simon3000/zenless-voice.fongbe-speech-zenodo
Fongbe Speech Dataset (Complete & Tone-Preserved)
Dataset Summary
This dataset is a unified, high-quality collection of Fongbe speech data, specifically curated to preserve the linguistic integrity of this tonal language. It acts as a complete, unsegmented, and tone-accurate assembly of the Fongbe Continuous Speech Recognition corpora, merging:
The foundational ALFFA Project data (Train/Test splits, 2016).
The expanded Zenodo release (Validation split, 2022).… See the full description on the dataset page: https://huggingface.co/datasets/Professor/fongbe-speech-zenodo.eryh_raspe_prygody_barona_myunhau_zena_output_original
Прыгоды барона Мюнхаўзена — арыгінальнае аўдыё
Аўтар / Author: Эрых РаспэМова / Language: Беларуская (Belarusian)
Арыгінальнае аўдыё без апрацоўкі, захаванае ў зыходнай якасці.
Частка калекцыі Ministerskija —
корпус беларускіх аўдыёкніг.
Апрацаваная версія (сегменты ~15 с, выраўнаваная транскрыпцыя):
eryh_raspe_prygody_barona_myunhau_zena_output
Доўгасць аўдыё
1h58m
Радкоў у датасеце
494
Структура
Кожны радок змяшчае:
audio — арыгінальны… See the full description on the dataset page: https://huggingface.co/datasets/fosters/eryh_raspe_prygody_barona_myunhau_zena_output_original.eryh_raspe_prygody_barona_myunhau_zena_all
Прыгоды барона Мюнхаўзена
Аўтар / Author: Эрых РаспэМова / Language: Беларуская (Belarusian)
Аўдыё нарэзана з арыгінальнага запісу ў зыходнай частаце дыскрэтызацыі (native), мона, фрагменты да 30 секунд.
Частка калекцыі Belarusian Audiobooks (native).
Радкоў у датасеце
586
Працягласць
1 гадз 56 хв
Частата дыскрэтызацыі
44100 Hz
Каналы
мона
Даўжыня фрагмента
да 30 с
Структура
Кожны радок змяшчае:
audio — аўдыёфрагмент (native SR, мона… See the full description on the dataset page: https://huggingface.co/datasets/fosters/eryh_raspe_prygody_barona_myunhau_zena_all.swahili_zen_modelmodel:
https://huggingface.co/zenlm/zen3-asr
Code:
from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor
import torch
import librosa
import numpy as np
model_id = "zenlm/zen3-asr"
processor = AutoProcessor.from_pretrained(model_id)
model = AutoModelForSpeechSeq2Seq.from_pretrained(model_id, torch_dtype=torch.float16, device_map="auto")
def transcribe(audio_path):
audio, sr = librosa.load(audio_path, sr=16000)
<!-- Pass raw waveform directly to processor -->… See the full description on the dataset page: https://huggingface.co/datasets/paulinenyaboe/swahili_zen_model.
