hku-nlp commited on
Commit
d5fdfb2
1 Parent(s): b67f417

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
  ---
11
 
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
 
 
10
  ---
11
 
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