raphaelsty
commited on
Commit
•
3363582
1
Parent(s):
ab52c51
Update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## `semanlink_all_mpnet_base_v2`
|
2 |
|
3 |
This is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: sentence-similarity
|
3 |
+
tags:
|
4 |
+
- sentence-transformers
|
5 |
+
- feature-extraction
|
6 |
+
- sentence-similarity
|
7 |
+
- language:
|
8 |
+
- en
|
9 |
+
- fr
|
10 |
+
license: apache-2.0
|
11 |
+
---
|
12 |
+
|
13 |
## `semanlink_all_mpnet_base_v2`
|
14 |
|
15 |
This is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|