Update README.md
Browse files
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
|
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 |
|