aboutsummaryrefslogtreecommitdiffstats
path: root/cargo
diff options
context:
space:
mode:
Diffstat (limited to 'cargo')
-rwxr-xr-xcargo/cargo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cargo/cargo.py b/cargo/cargo.py
index a819a30..821e235 100755
--- a/cargo/cargo.py
+++ b/cargo/cargo.py
@@ -8,7 +8,7 @@ import os
# https://huggingface.co/docs/huggingface_hub/how-to-downstream
def download(path: str = ".") -> None:
bart_pretrained = hh.hf_hub_url(
- "lysandre/arxiv-nlp", filename="config.json"
+ "sshleifer/distilbart-cnn-12-6", filename="config.json"
)
hh.cached_download(bart_pretrained)