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)
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.