---
language:
- ro
license: apache-2.0
tags:
- Transformers
- sentence-transformers
---
# LaBSE for Aromanian and Romanian
This is a finetuned version of [sentence-transformers/LaBSE](https://huggingface.co/sentence-transformers/LaBSE).
The model was trained solely for the role of embedding Aromanian and Romanian sentences in the same space, with the scope of text mining.
This model is part of the bigger "AroTranslate" project. Read more about it [here](https://github.com/lolismek/AroTranslate.git).
How to use the model:
```python
from transformers import AutoModelForPreTraining, AutoTokenizer
model = AutoModelForPreTraining.from_pretrained('alexjerpelea/LaBSE-aromanian-romanian')
tokenizer = AutoTokenizer.from_pretrained('alexjerpelea/LaBSE-aromanian-romanian')
```