l3cube-pune commited on
Commit
9c12dff
1 Parent(s): cf544d3

Update README.md

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