phinet_voc / README.md
fpaissan's picture
Create README.md
c08ce91 verified
|
raw
history blame contribute delete
No virus
214 Bytes
metadata
license: apache-2.0
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)