from sparsezoo import Model stub = "zoo:nlp/sentiment_analysis/distilbert-none/pytorch/huggingface/sst2/pruned80_quant-none-vnni" model = Model(stub, download_path="./deep") # Downloads and prints the download path of the model print(model.deployment.path)