Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
license: apache-2.0
|
| 9 |
---
|
| 10 |
|
| 11 |
-
#
|
| 12 |
This is a port of the [LaBSE](https://tfhub.dev/google/LaBSE/1) model to PyTorch. It can be used to map 109 languages to a shared vector space.
|
| 13 |
|
| 14 |
|
|
@@ -53,17 +53,5 @@ SentenceTransformer(
|
|
| 53 |
|
| 54 |
## Citing & Authors
|
| 55 |
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
If you find this model helpful, feel free to cite our publication [Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks](https://arxiv.org/abs/1908.10084):
|
| 59 |
-
```bibtex
|
| 60 |
-
@inproceedings{reimers-2019-sentence-bert,
|
| 61 |
-
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
| 62 |
-
author = "Reimers, Nils and Gurevych, Iryna",
|
| 63 |
-
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
| 64 |
-
month = "11",
|
| 65 |
-
year = "2019",
|
| 66 |
-
publisher = "Association for Computational Linguistics",
|
| 67 |
-
url = "http://arxiv.org/abs/1908.10084",
|
| 68 |
-
}
|
| 69 |
-
```
|
|
|
|
| 8 |
license: apache-2.0
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# LaBSE
|
| 12 |
This is a port of the [LaBSE](https://tfhub.dev/google/LaBSE/1) model to PyTorch. It can be used to map 109 languages to a shared vector space.
|
| 13 |
|
| 14 |
|
|
|
|
| 53 |
|
| 54 |
## Citing & Authors
|
| 55 |
|
| 56 |
+
Have a look at [LaBSE](https://tfhub.dev/google/LaBSE/1) for the respective publication that describes LaBSE.
|
| 57 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|