File size: 1,437 Bytes
d64bc55 1f1da61 d64bc55 97b29d0 d64bc55 97b29d0 d64bc55 97b29d0 d64bc55 97b29d0 0fb2b9b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
title: README
emoji: π
colorFrom: green
colorTo: blue
sdk: static
pinned: false
thumbnail: >-
https://cdn-uploads.huggingface.co/production/uploads/62be186a5f59ff2320e6e32b/IxkaWKU96eEYtq4nSBAF1.png
---
# EuroBERT: Scaling Multilingual Encoders for European Languages
Checkout the full technical report for all the info ! <br>
Checkout the training library to express your creativity!
## Abstract
General-purpose multilingual vector representations, used in retrieval, regression and classification, are traditionally obtained from bidirectional encoder models. Despite their wide applicability, encoders have been recently overshadowed by advances in generative decoder-only models. However, many innovations driving this progress are not inherently tied to decoders. In this paper, we revisit the development of multilingual encoders through the lens of these advances, and introduce EuroBERT, a family of multilingual encoders covering European and widely spoken global languages. Our models outperform existing alternatives across a diverse range of tasks, spanning multilingual capabilities, mathematics, and coding, and natively supporting sequences of up to 8,192 tokens. We also examine the design decisions behind EuroBERT, offering insights into our dataset composition and training pipeline. We publicly release the EuroBERT models, including intermediate training checkpoints, together with our training framework. |