metadata
language: en
datasets:
- ljspeech
tags:
- audio
- text-to-speech
HiFi-GAN
HiFi-GAN vocoder trained on the LJ Speech dataset. The modeling code is based on the official implementation and the fairseq adaptation.
Usage
from transformers import AutoModel
model = AutoModel.from_pretrained("jaketae/hifigan-lj-v1", trust_remote_code=True)