LaBSE for Aromanian and Romanian
This is a finetuned version of 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.
How to use the model:
from transformers import AutoModelForPreTraining, AutoTokenizer
model = AutoModelForPreTraining.from_pretrained('alexjerpelea/LaBSE-aromanian-romanian')
tokenizer = AutoTokenizer.from_pretrained('alexjerpelea/LaBSE-aromanian-romanian')
- Downloads last month
- 0