tl-whisper-raw / push_self.py
metricv's picture
Add data
d7ab4b7
raw
history blame contribute delete
141 Bytes
from datasets import load_dataset
audio_dataset = load_dataset("audiofolder", data_dir=".")
audio_dataset.push_to_hub("metricv/tl-whisper")