l3cube-pune commited on
Commit
b0bf790
1 Parent(s): f472883

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -36,8 +36,16 @@ This is a GujaratiSBERT model (l3cube-pune/gujarati-sentence-bert-nli) fine-tune
36
  Released as a part of project MahaNLP : https://github.com/l3cube-pune/MarathiNLP <br>
37
  A multilingual version of this model supporting major Indic languages and cross-lingual sentence similarity is shared here <a href='https://huggingface.co/l3cube-pune/indic-sentence-similarity-sbert'> indic-sentence-similarity-sbert </a> <br>
38
 
39
- More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2211.11187)
40
 
 
 
 
 
 
 
 
 
41
  ```
42
  @article{joshi2022l3cubemahasbert,
43
  title={L3Cube-MahaSBERT and HindSBERT: Sentence BERT Models and Benchmarking BERT Sentence Representations for Hindi and Marathi},
@@ -47,6 +55,20 @@ More details on the dataset, models, and baseline results can be found in our [p
47
  }
48
  ```
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  ## Usage (Sentence-Transformers)
51
 
52
  Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
 
36
  Released as a part of project MahaNLP : https://github.com/l3cube-pune/MarathiNLP <br>
37
  A multilingual version of this model supporting major Indic languages and cross-lingual sentence similarity is shared here <a href='https://huggingface.co/l3cube-pune/indic-sentence-similarity-sbert'> indic-sentence-similarity-sbert </a> <br>
38
 
39
+ More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2304.11434)
40
 
41
+ ```
42
+ @article{deode2023l3cube,
43
+ title={L3Cube-IndicSBERT: A simple approach for learning cross-lingual sentence representations using multilingual BERT},
44
+ author={Deode, Samruddhi and Gadre, Janhavi and Kajale, Aditi and Joshi, Ananya and Joshi, Raviraj},
45
+ journal={arXiv preprint arXiv:2304.11434},
46
+ year={2023}
47
+ }
48
+ ```
49
  ```
50
  @article{joshi2022l3cubemahasbert,
51
  title={L3Cube-MahaSBERT and HindSBERT: Sentence BERT Models and Benchmarking BERT Sentence Representations for Hindi and Marathi},
 
55
  }
56
  ```
57
 
58
+ Other Monolingual similarity models are listed below: <br>
59
+ <a href='https://huggingface.co/l3cube-pune/marathi-sentence-similarity-sbert'> Marathi </a> <br>
60
+ <a href='https://huggingface.co/l3cube-pune/hindi-sentence-similarity-sbert'> Hindi </a> <br>
61
+ <a href='https://huggingface.co/l3cube-pune/kannada-sentence-similarity-sbert'> Kannada </a> <br>
62
+ <a href='https://huggingface.co/l3cube-pune/telugu-sentence-similarity-sbert'> Telugu </a> <br>
63
+ <a href='https://huggingface.co/l3cube-pune/malayalam-sentence-similarity-sbert'> Malayalam </a> <br>
64
+ <a href='https://huggingface.co/l3cube-pune/tamil-sentence-similarity-sbert'> Tamil </a> <br>
65
+ <a href='https://huggingface.co/l3cube-pune/gujarati-sentence-similarity-sbert'> Gujarati </a> <br>
66
+ <a href='https://huggingface.co/l3cube-pune/odia-sentence-similarity-sbert'> Oriya </a> <br>
67
+ <a href='https://huggingface.co/l3cube-pune/bengali-sentence-similarity-sbert'> Bengali </a> <br>
68
+ <a href='https://huggingface.co/l3cube-pune/punjabi-sentence-similarity-sbert'> Punjabi </a> <br>
69
+ <a href='https://arxiv.org/abs/2211.11187'> monolingual paper </a> <br>
70
+ <a href='https://arxiv.org/abs/2304.11434'> multilingual paper </a>
71
+
72
  ## Usage (Sentence-Transformers)
73
 
74
  Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed: