Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,11 @@ 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 384 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 |
+
## Original Model
|
28 |
+
|
29 |
+
This model is finetuned on WebLINX using checkpoints previously published on Huggingface Hub.\
|
30 |
+
[Click here to access the original model.](https://huggingface.co/BAAI/bge-small-en-v1.5)
|
31 |
+
|
32 |
# Sentence Transformers Details
|
33 |
|
34 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|