hku-nlp commited on
Commit
2dc577b
1 Parent(s): f3697d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  # hku-nlp/instructor-large
13
  This is a general embedding model: It maps **any** piece of text (e.g., a title, a sentence, a document, etc.) to a fixed-length vector in test time without further training. With instructions, the embeddings are **domain-specific** (e.g., specialized for science, finance, etc.) and task-aware (e.g., customized for classification, information retrieval, etc.)
14
 
15
- The model is easy to use with `Sentence-transformer` library.
16
 
17
  ## Installation
18
  ```bash
 
12
  # hku-nlp/instructor-large
13
  This is a general embedding model: It maps **any** piece of text (e.g., a title, a sentence, a document, etc.) to a fixed-length vector in test time without further training. With instructions, the embeddings are **domain-specific** (e.g., specialized for science, finance, etc.) and task-aware (e.g., customized for classification, information retrieval, etc.)
14
 
15
+ The model is easy to use with `sentence-transformer` library.
16
 
17
  ## Installation
18
  ```bash