mikeee commited on
Commit
9fe40fe
1 Parent(s): a3c6faa

Update download.sh

Browse files
Files changed (1) hide show
  1. download.sh +4 -0
download.sh CHANGED
@@ -1,6 +1,10 @@
1
  mkdir -p $MODEL
2
  git lfs install --skip-smudge
3
  git clone https://huggingface.co/$MODEL $MODEL
 
 
 
 
4
  cd $MODEL
5
  git lfs pull
6
  git lfs install --force
 
1
  mkdir -p $MODEL
2
  git lfs install --skip-smudge
3
  git clone https://huggingface.co/$MODEL $MODEL
4
+ # https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
5
+ # https://huggingface.co/nomic-ai/nomic-embed-text-v1.5
6
+ #
7
+
8
  cd $MODEL
9
  git lfs pull
10
  git lfs install --force