bwang0911 commited on
Commit
58c0d5a
1 Parent(s): aa26781

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -65,7 +65,7 @@ We compared the model against `all-minilm-l6-v2`/`all-mpnet-base-v2` from sbert
65
 
66
  For more tasks and metrics, please checkout [MTEB](https://huggingface.co/spaces/mteb/leaderboard) benchmark.
67
 
68
- ## Usage [WIP]
69
 
70
  ```python
71
  !pip install finetuner
@@ -79,6 +79,10 @@ embeddings = finetuner.encode(
79
  print(finetuner.cos_sim(embeddings[0], embeddings[1]))
80
  ```
81
 
82
- ## Fine-tuning [WIP]
83
 
84
- Please consider [Finetuner](https://github.com/jina-ai/finetuner).
 
 
 
 
 
65
 
66
  For more tasks and metrics, please checkout [MTEB](https://huggingface.co/spaces/mteb/leaderboard) benchmark.
67
 
68
+ ## Usage
69
 
70
  ```python
71
  !pip install finetuner
 
79
  print(finetuner.cos_sim(embeddings[0], embeddings[1]))
80
  ```
81
 
82
+ ## Fine-tuning
83
 
84
+ Please consider [Finetuner](https://github.com/jina-ai/finetuner).
85
+
86
+ ## Contact
87
+
88
+ hello[at]jina.ai