Update README.md
Browse files
README.md
CHANGED
@@ -193,6 +193,8 @@ model-index:
|
|
193 |
|
194 |
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [microsoft/mpnet-base](https://huggingface.co/microsoft/mpnet-base) on the [sentence-transformers/gooaq](https://huggingface.co/datasets/sentence-transformers/gooaq) 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.
|
195 |
|
|
|
|
|
196 |
## Model Details
|
197 |
|
198 |
### Model Description
|
|
|
193 |
|
194 |
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [microsoft/mpnet-base](https://huggingface.co/microsoft/mpnet-base) on the [sentence-transformers/gooaq](https://huggingface.co/datasets/sentence-transformers/gooaq) 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.
|
195 |
|
196 |
+
This model was trained using the [train_script.py](train_script.py) code.
|
197 |
+
|
198 |
## Model Details
|
199 |
|
200 |
### Model Description
|