rbhatia46 commited on
Commit
7e27b3e
·
verified ·
1 Parent(s): 699513a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -389,7 +389,8 @@ model-index:
389
 
390
  # financial-rag-matryoshka
391
 
392
- This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [Alibaba-NLP/gte-large-en-v1.5](https://huggingface.co/Alibaba-NLP/gte-large-en-v1.5). It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
 
393
 
394
  ## Model Details
395
 
 
389
 
390
  # financial-rag-matryoshka
391
 
392
+ Model finetuned for financial use-cases from [Alibaba-NLP/gte-large-en-v1.5](https://huggingface.co/Alibaba-NLP/gte-large-en-v1.5). It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
393
+ Best usage for building efficient retrieval pipelines for RAG-based architectures for financial domain.
394
 
395
  ## Model Details
396