Embeddings-oai / download.sh
ffreemt
Change model to sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2 d-384
3892750
raw
history blame contribute delete
161 Bytes
mkdir -p $MODEL
git lfs install --skip-smudge
git clone https://huggingface.co/$MODEL $MODEL
cd $MODEL
git lfs pull
git lfs install --force
rm -rf .git
pwd
ls -l