Update README.md
Browse files
README.md
CHANGED
@@ -255,6 +255,8 @@ model-index:
|
|
255 |
|
256 |
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the [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.
|
257 |
|
|
|
|
|
258 |
## Model Details
|
259 |
|
260 |
### Model Description
|
|
|
255 |
|
256 |
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the [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.
|
257 |
|
258 |
+
This model has been finetuned using [train_st_gooaq.py](train_st_gooaq.py) using an RTX 3090, although only 10GB of VRAM was used.
|
259 |
+
|
260 |
## Model Details
|
261 |
|
262 |
### Model Description
|