NOTE: This is not a public dataset, I couldn't share access.
There are two config for this dataset:
By default, is loading the raw dataset with basically everything of the dataset
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