Spaces:
Sleeping
Sleeping
mkdir -p $MODEL | |
git lfs install --skip-smudge | |
git clone https://huggingface.co/$MODEL $MODEL | |
# https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2 | |
# https://huggingface.co/nomic-ai/nomic-embed-text-v1.5 | |
# | |
cd $MODEL | |
git lfs pull | |
git lfs install --force | |
rm -rf .git | |
pwd | |
ls -l |