pereki
test
220d29d
raw
history blame contribute delete
260 Bytes
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)