Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ For more tasks and metrics, please checkout [MTEB](https://huggingface.co/spaces
|
|
76 |
!pip install finetuner
|
77 |
import finetuner
|
78 |
|
79 |
-
model = finetuner.build_model('jinaai/jina-embedding-
|
80 |
embeddings = finetuner.encode(
|
81 |
model=model,
|
82 |
data=['how is the weather today', 'What is the current weather like today?']
|
|
|
76 |
!pip install finetuner
|
77 |
import finetuner
|
78 |
|
79 |
+
model = finetuner.build_model('jinaai/jina-embedding-s-en-v1')
|
80 |
embeddings = finetuner.encode(
|
81 |
model=model,
|
82 |
data=['how is the weather today', 'What is the current weather like today?']
|