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.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

Subset of ML-SUPERB for 224S Homeowrk 3

This dataset is a subset of the ML-SUPERB dataset for Stanford's CS 224S: Spoken Language Processing class.

It contains data from the mexico-el, nchlt and ALFA sections of the entire ML-SUPERB dataset.

The folders are ISO 639-3 codes for each langage.

To load the dataset, load it with the language code as the name:

from datasets import load_dataset

tsn_test = load_dataset("tolulope/ml-superb-subset", name="tsn", split="test[:100]")
Downloads last month
2,973