Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# hku-nlp/instructor-base
|
2 |
This is a general embedding model: It maps sentences & paragraphs to a 768 dimensional dense vector space.
|
3 |
The model was trained on diverse tasks.
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: sentence-similarity
|
3 |
+
language: en
|
4 |
+
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- sentence-transformers
|
7 |
+
- feature-extraction
|
8 |
+
- sentence-similarity
|
9 |
+
- transformers
|
10 |
+
---
|
11 |
+
|
12 |
# hku-nlp/instructor-base
|
13 |
This is a general embedding model: It maps sentences & paragraphs to a 768 dimensional dense vector space.
|
14 |
The model was trained on diverse tasks.
|