ai-forever commited on
Commit
55306b4
·
verified ·
1 Parent(s): d7f5414

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ For better quality, use cls token embeddings.
16
  Also, use next prefixes for tasks:
17
  - For assimethric retrieval tasks like search/QuestAnsw: "search_query: "/"search_document: ".
18
  - NLI, NLU and paraphrasing tasks: "classification: ".
19
- - Title body/abstract and clasterisation: "clustering: ".
20
  ## Usage (HuggingFace Models Repository)
21
  You can use the model directly from the model repository to compute sentence embeddings:
22
  ```python
 
16
  Also, use next prefixes for tasks:
17
  - For assimethric retrieval tasks like search/QuestAnsw: "search_query: "/"search_document: ".
18
  - NLI, NLU and paraphrasing tasks: "classification: ".
19
+ - Title body/abstract and clasterization: "clustering: ".
20
  ## Usage (HuggingFace Models Repository)
21
  You can use the model directly from the model repository to compute sentence embeddings:
22
  ```python