EUBERT Cross-Encoder

EUBERT MLM finetuned as cross-encoder for the 24 languages of 🇪🇺 via the sentence-transformers training set: https://sbert.net/datasets/AllNLI.tsv.gz

from sentence_transformers import CrossEncoder
model = CrossEncoder('EuropeanParliament/eubert_cross-encoder_v1', max_length=512)
scores = model.predict([('Query', 'Paragraph1'), ('Query', 'Paragraph2') , ('Query', 'Paragraph3')])

Author:

Downloads last month
5
Safetensors
Model size
93.9M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the HF Inference API does not support transformers models with pipeline type sentence-similarity