This dataset contains nearly nearly 930,000 English speech instruction to text answer samples, using:
The combination of homebrewltd/instruction-speech-whispervq-v1 with 200,000 samples of audio-text transcription.
Tokenized using WhisperVQ.
from datasets import load_dataset, Audio
Load Instruction Speech dataset
dataset = load_dataset("homebrewltd/instruction-speech-whispervq-v2",split='train')