tianbaoxiexxx commited on
Commit
e6d3826
1 Parent(s): f2b4625
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
 
12
  # hkunlp/instructor-xl
13
  We introduce **Instructor**👨‍🏫, an instruction-finetuned text embedding model that can generate text embeddings tailored to any task (e.g., classification, retrieval, clustering, text evaluation, etc.) and domains (e.g., science, finance, etc.) ***by simply providing the task instruction, without any finetuning***. Instructor👨‍ achieves sota on 70 diverse embedding tasks!
14
- The model is easy to use with `sentence-transformer` library.
15
 
16
  ## Quick start
17
  <hr />
@@ -43,7 +43,7 @@ If you want to calculate customized embeddings for specific sentences, you may f
43
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Represent the `domain` `text_type` for `task_objective`; Input:
44
  * `domain` is optional, and it specifies the domain of the text, e.g., science, finance, medicine, etc.
45
  * `text_type` is required, and it specifies the encoding unit, e.g., sentence, document, paragraph, etc.
46
- * `task_objective` is optional, and it specifies the objective of emebdding, e.g., retrieve a document, classify the sentence, etc.
47
 
48
  ## Calculate Sentence similarities
49
  You can further use the model to compute similarities between two groups of sentences, with **customized embeddings**.
 
11
 
12
  # hkunlp/instructor-xl
13
  We introduce **Instructor**👨‍🏫, an instruction-finetuned text embedding model that can generate text embeddings tailored to any task (e.g., classification, retrieval, clustering, text evaluation, etc.) and domains (e.g., science, finance, etc.) ***by simply providing the task instruction, without any finetuning***. Instructor👨‍ achieves sota on 70 diverse embedding tasks!
14
+ The model is easy to use with the `sentence-transformer` library.
15
 
16
  ## Quick start
17
  <hr />
 
43
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Represent the `domain` `text_type` for `task_objective`; Input:
44
  * `domain` is optional, and it specifies the domain of the text, e.g., science, finance, medicine, etc.
45
  * `text_type` is required, and it specifies the encoding unit, e.g., sentence, document, paragraph, etc.
46
+ * `task_objective` is optional, and it specifies the objective of embedding, e.g., retrieve a document, classify the sentence, etc.
47
 
48
  ## Calculate Sentence similarities
49
  You can further use the model to compute similarities between two groups of sentences, with **customized embeddings**.