zeroshot's picture
push files
8acb309
raw
history blame
269 Bytes
import shutil
from sparsezoo import Model
stub = "zoo:nlp/sentiment_analysis/distilbert-none/pytorch/huggingface/sst2/pruned80_quant-none-vnni"
model = Model(stub, download_path=".")
# Downloads and prints the download path of the model
print(model.deployment.path)