xhluca commited on
Commit
e9b9dd5
1 Parent(s): 4d9d6ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -25,6 +25,13 @@ tags:
25
 
26
  <div style="margin-bottom: 2em"></div>
27
 
 
 
 
 
 
 
 
28
  # Sentence Transformers Details
29
 
30
  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.
 
25
 
26
  <div style="margin-bottom: 2em"></div>
27
 
28
+
29
+
30
+ ## Original Model
31
+
32
+ This model is finetuned on WebLINX using checkpoints previously published on Huggingface Hub.\
33
+ [Click here to access the original model.](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)
34
+
35
  # Sentence Transformers Details
36
 
37
  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.