Nicolas-BZRD commited on
Commit
97b29d0
·
verified ·
1 Parent(s): d64bc55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -2,9 +2,16 @@
2
  title: README
3
  emoji: 🦀
4
  colorFrom: green
5
- colorTo: gray
6
  sdk: static
7
  pinned: false
 
 
8
  ---
 
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
2
  title: README
3
  emoji: 🦀
4
  colorFrom: green
5
+ colorTo: blue
6
  sdk: static
7
  pinned: false
8
+ thumbnail: >-
9
+ https://cdn-uploads.huggingface.co/production/uploads/62be186a5f59ff2320e6e32b/IxkaWKU96eEYtq4nSBAF1.png
10
  ---
11
+ # EuroBERT: Scaling Multilingual Encoders for European Languages
12
 
13
+ Checkout the full technical report for all the info ! <br>
14
+ Checkout the training library to express your creativity!
15
+
16
+ ## Abstract
17
+ 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.