Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
iwslt2026-if-augmented – Dataset by YapayNet | AlphaNeural AI
You can deploy this model and start earning money today!
YapayNet
/
iwslt2026-if-augmented
like
0
audio
us
audio
speech
instruction-tuning
automatic-speech-recognition
speech-translation
question-answering
summarization
Views
No views yet
Model card
Files and Versions
Community
API
IWSLT26 RUN12
This export contains RUN12 audio-instruction examples prepared from the local RUN12 files. Each row is one chat-style training/evaluation example. from datasets import load_dataset
ds = load_dataset( "YapayNet/iwslt2026-if-augmented", "asr", trust_remote_code=True, ) example = ds["train"][0] print(example["audio"]["array"].shape) print(example["audio"]["sampling_rate"])
Load all tasks explicitly: ds = load_dataset( "YapayNet/iwslt2026-if-augmented"… See the full description on the dataset page:
https://huggingface.co/datasets/YapayNet/iwslt2026-if-augmented
.