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
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
HF Inference API was unable to determine this model’s pipeline type.