diff options
author | terminaldweller <thabogre@gmail.com> | 2022-05-27 19:05:01 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-05-27 19:05:01 +0000 |
commit | cc075d6cc859e427ecbffc1e454d70b34da2cdfb (patch) | |
tree | 82bed88363b025c88bc3f1404ad4df5e37e2cb55 /cargo/cargo.py | |
parent | refextract fix. wasnt copying libmagic over in the final docker image (diff) | |
download | devourer-cc075d6cc859e427ecbffc1e454d70b34da2cdfb.tar.gz devourer-cc075d6cc859e427ecbffc1e454d70b34da2cdfb.zip |
wip
Diffstat (limited to '')
-rwxr-xr-x | cargo/cargo.py | 2 |
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) |