Edit model card
from huggingface_hub import hf_hub_download

REPO_ID = "fpaissan/phinet_voc"
FILENAME = "state-dict.pth.tar"

model = hf_hub_download(repo_id=REPO_ID, filename=FILENAME)
Downloads last month
0
Unable to determine this model's library. Check the docs .