Edit model card

Test for superb using hubert downstream SD

Usage

import io
import soundfile as sf
from urllib.request import urlopen
from model import PreTrainedModel

model = PreTrainedModel()
url = "https://huggingface.co/datasets/lewtun/s3prl-sd-dummy/raw/main/audio.wav"
data, samplerate = sf.read(io.BytesIO(urlopen(url).read()))
print(model(data))
Downloads last month
0
Unable to determine this model’s pipeline type. Check the docs .