tomaarsen HF staff commited on
Commit
ca43386
1 Parent(s): 5384d8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -941,6 +941,8 @@ model-index:
941
 
942
  This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [microsoft/mpnet-base](https://huggingface.co/microsoft/mpnet-base) on the [natural-questions](https://huggingface.co/datasets/sentence-transformers/natural-questions) dataset. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
943
 
 
 
944
  ## Model Details
945
 
946
  ### Model Description
 
941
 
942
  This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [microsoft/mpnet-base](https://huggingface.co/microsoft/mpnet-base) on the [natural-questions](https://huggingface.co/datasets/sentence-transformers/natural-questions) dataset. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
943
 
944
+ This model was trained using the script from the [Training with Prompts](https://sbert.net/examples/training/prompts/README.html) Sentence Transformers documentation.
945
+
946
  ## Model Details
947
 
948
  ### Model Description