bwang0911 commited on
Commit
52ae948
1 Parent(s): 850093a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-l-en-v1')
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?']