l3cube-pune
commited on
Commit
•
7a773d1
1
Parent(s):
f89eb37
Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,16 @@ A multilingual version of this model supporting major Indic languages and cross-
|
|
38 |
|
39 |
A better sentence similarity model (fine-tuned version of this model) is shared here: https://huggingface.co/l3cube-pune/gujarati-sentence-similarity-sbert <br>
|
40 |
|
41 |
-
More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
```
|
44 |
@article{joshi2022l3cubemahasbert,
|
@@ -49,6 +58,21 @@ More details on the dataset, models, and baseline results can be found in our [p
|
|
49 |
}
|
50 |
```
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
## Usage (Sentence-Transformers)
|
53 |
|
54 |
Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
|
|
|
38 |
|
39 |
A better sentence similarity model (fine-tuned version of this model) is shared here: https://huggingface.co/l3cube-pune/gujarati-sentence-similarity-sbert <br>
|
40 |
|
41 |
+
More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2304.11434)
|
42 |
+
|
43 |
+
```
|
44 |
+
@article{deode2023l3cube,
|
45 |
+
title={L3Cube-IndicSBERT: A simple approach for learning cross-lingual sentence representations using multilingual BERT},
|
46 |
+
author={Deode, Samruddhi and Gadre, Janhavi and Kajale, Aditi and Joshi, Ananya and Joshi, Raviraj},
|
47 |
+
journal={arXiv preprint arXiv:2304.11434},
|
48 |
+
year={2023}
|
49 |
+
}
|
50 |
+
```
|
51 |
|
52 |
```
|
53 |
@article{joshi2022l3cubemahasbert,
|
|
|
58 |
}
|
59 |
```
|
60 |
|
61 |
+
Other Monolingual Indic sentence BERT models are listed below: <br>
|
62 |
+
<a href='https://huggingface.co/l3cube-pune/marathi-sentence-bert-nli'> Marathi </a> <br>
|
63 |
+
<a href='https://huggingface.co/l3cube-pune/hindi-sentence-bert-nli'> Hindi </a> <br>
|
64 |
+
<a href='https://huggingface.co/l3cube-pune/kannada-sentence-bert-nli'> Kannada </a> <br>
|
65 |
+
<a href='https://huggingface.co/l3cube-pune/telugu-sentence-bert-nli'> Telugu </a> <br>
|
66 |
+
<a href='https://huggingface.co/l3cube-pune/malayalam-sentence-bert-nli'> Malayalam </a> <br>
|
67 |
+
<a href='https://huggingface.co/l3cube-pune/tamil-sentence-bert-nli'> Tamil </a> <br>
|
68 |
+
<a href='https://huggingface.co/l3cube-pune/gujarati-sentence-bert-nli'> Gujarati </a> <br>
|
69 |
+
<a href='https://huggingface.co/l3cube-pune/odia-sentence-bert-nli'> Oriya </a> <br>
|
70 |
+
<a href='https://huggingface.co/l3cube-pune/bengali-sentence-bert-nli'> Bengali </a> <br>
|
71 |
+
<a href='https://huggingface.co/l3cube-pune/punjabi-sentence-bert-nli'> Punjabi </a> <br>
|
72 |
+
<a href='https://arxiv.org/abs/2211.11187'> monolingual paper </a> <br>
|
73 |
+
<a href='https://arxiv.org/abs/2304.11434'> multilingual paper </a>
|
74 |
+
```
|
75 |
+
|
76 |
## Usage (Sentence-Transformers)
|
77 |
|
78 |
Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
|