How to use this huggingface version of model
#2
by
LumenYang
- opened
Hi, I would like to ask on how to use this huggingface version of vc1-base, since it has less dependencies than the original model. But seems that using AutoModel.load_pretrained("facebook/vc1-base")
results in an error of not finding the config.json.
Could anyone provide some help on using this version of the model? Thanks!