Edit model card

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

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
Safetensors
Model size
475M params
Tensor type
F32
·
Inference API
Unable to determine this model’s pipeline type. Check the docs .