T5
root=pretrained/t5
mkdir -p ${root}
base_url=git@hf.co:google-t5
# huggingface-cli login
T5 Large
cd ${root}
repo=t5-large
GIT_LFS_SKIP_SMUDGE=1 git clone ${base_url}/${repo}
git -C ${repo} lfs pull -I model.safetensors
cd ../..
pretrained/t5/
└── t5-large