hrusheekeshsawarkar commited on
Commit
3bcecc9
·
verified ·
1 Parent(s): f61a66e
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -27,6 +27,8 @@ language:
27
  This is a [sentence-transformers](https://www.SBERT.net) model: Sentence Tranformers is a commonly used framework to train embedding models, and it recently implemented support for Matryoshka models. Training a Matryoshka embedding model using Sentence Transformers is quite elementary: rather than applying some loss function on only the full-size embeddings, we also apply that same loss function on truncated portions of the embeddings.
28
 
29
  For example, if a model has an original embedding dimension of 768, it can now be trained on 768, 512, 256, 128 and 64. Each of these losses will be added together, optionally with some weight. this model is specifically finetuned on 11 major Indian languages.
 
 
30
  <!--- Describe your model here -->
31
 
32
  ## Usage (Sentence-Transformers)
 
27
  This is a [sentence-transformers](https://www.SBERT.net) model: Sentence Tranformers is a commonly used framework to train embedding models, and it recently implemented support for Matryoshka models. Training a Matryoshka embedding model using Sentence Transformers is quite elementary: rather than applying some loss function on only the full-size embeddings, we also apply that same loss function on truncated portions of the embeddings.
28
 
29
  For example, if a model has an original embedding dimension of 768, it can now be trained on 768, 512, 256, 128 and 64. Each of these losses will be added together, optionally with some weight. this model is specifically finetuned on 11 major Indian languages.
30
+
31
+ This model is finetuned using: https://huggingface.co/l3cube-pune/indic-sentence-bert-nli
32
  <!--- Describe your model here -->
33
 
34
  ## Usage (Sentence-Transformers)