cointegrated
commited on
Commit
•
c487ba6
1
Parent(s):
9e6d1e5
Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,9 @@ embeddings = torch.nn.functional.normalize(embeddings)
|
|
26 |
print(embeddings)
|
27 |
```
|
28 |
|
|
|
|
|
|
|
29 |
## Reference:
|
30 |
Fangxiaoyu Feng, Yinfei Yang, Daniel Cer, Narveen Ari, Wei Wang. [Language-agnostic BERT Sentence Embedding](https://arxiv.org/abs/2007.01852). July 2020
|
31 |
|
|
|
26 |
print(embeddings)
|
27 |
```
|
28 |
|
29 |
+
The model has been truncated in [this notebook](https://colab.research.google.com/drive/1dnPRn0-ugj3vZgSpyCC9sgslM2SuSfHy?usp=sharing).
|
30 |
+
You can adapt it for other languages (like [EIStakovskii/LaBSE-fr-de](https://huggingface.co/EIStakovskii/LaBSE-fr-de)), models or datasets.
|
31 |
+
|
32 |
## Reference:
|
33 |
Fangxiaoyu Feng, Yinfei Yang, Daniel Cer, Narveen Ari, Wei Wang. [Language-agnostic BERT Sentence Embedding](https://arxiv.org/abs/2007.01852). July 2020
|
34 |
|