Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,12 @@ tags:
|
|
24 |
|
25 |
<div style="margin-bottom: 2em"></div>
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
# Sentence Transformers Details
|
28 |
|
29 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
|
|
24 |
|
25 |
<div style="margin-bottom: 2em"></div>
|
26 |
|
27 |
+
|
28 |
+
## Original Model
|
29 |
+
|
30 |
+
This model is finetuned on WebLINX using checkpoints previously published on Huggingface Hub.\
|
31 |
+
[Click here to access the original model.](https://huggingface.co/thenlper/gte-base)
|
32 |
+
|
33 |
# Sentence Transformers Details
|
34 |
|
35 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|