Edit model card

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
8
Safetensors
Model size
93.9M params
Tensor type
F32
·
Inference API
Inference API (serverless) does not yet support transformers models for this pipeline type.