aboutsummaryrefslogtreecommitdiffstats
path: root/cargo
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-05-27 19:05:01 +0000
committerterminaldweller <thabogre@gmail.com>2022-05-27 19:05:01 +0000
commitcc075d6cc859e427ecbffc1e454d70b34da2cdfb (patch)
tree82bed88363b025c88bc3f1404ad4df5e37e2cb55 /cargo
parentrefextract fix. wasnt copying libmagic over in the final docker image (diff)
downloaddevourer-cc075d6cc859e427ecbffc1e454d70b34da2cdfb.tar.gz
devourer-cc075d6cc859e427ecbffc1e454d70b34da2cdfb.zip
wip
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)