You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

NOTE: This is not a public dataset, I couldn't share access.

There are two config for this dataset:

  1. By default, is loading the raw dataset with basically everything of the dataset

  2. There is another configuration is for finetune use, which is a preprocessed myst subset with

    • cleaned transcription (in the format w2v2 output)
    • duration, only 2~20 sec audio entries will be seen in this subset
    • *local file name: only for reference use locally.
  from datasets import load_dataset

  myst = load_dataset("MagicLuke/MyST", split="test")
  myst = load_dataset("MagicLuke/MyST", "finetune", split="test")
Downloads last month
49