Views
No views yet
roberta-base
1import torch 2from huggingface_hub import hf_hub_download 3 4# Download weights 5path = hf_hub_download(repo_id="suyashnpande/cinematic-music-descriptor-module3", 6 filename="module3.pt")