Junjun Deng commited on
Commit
6809c4b
·
1 Parent(s): 9647ebb

Change model to jina-embedding for 8k context

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +4 -0
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM ghcr.io/huggingface/text-embeddings-inference:cpu-1.2
2
 
3
- ARG MODEL_ID=Alibaba-NLP/gte-large-en-v1.5
4
  # ENV MODEL_ID=${MODEL_ID}
5
 
6
  # Install git and git-lfs
 
1
  FROM ghcr.io/huggingface/text-embeddings-inference:cpu-1.2
2
 
3
+ ARG MODEL_ID=jinaai/jina-embeddings-v2-base-en
4
  # ENV MODEL_ID=${MODEL_ID}
5
 
6
  # Install git and git-lfs
README.md CHANGED
@@ -9,3 +9,7 @@ app_port: 8080
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
12
+
13
+ ## Reference
14
+ - [TEI tutorial](https://huggingface.co/learn/cookbook/automatic_embedding_tei_inference_endpoints)
15
+ -