Update README.md
Browse files
README.md
CHANGED
@@ -39,13 +39,13 @@ tags:
|
|
39 |
EuroBERT is a family of multilingual encoder models designed for a variety of tasks—such as classification, retrieval, or evaluation metrics— supporting 15 languages, mathematics and code, and sequences of up to 8,192 tokens.
|
40 |
EuroBERT models exhibit the strongest multilingual performance across [domains and tasks](#Evaluation) compared to similarly sized systems.
|
41 |
|
42 |
-
It is available in
|
43 |
|
44 |
-
- [EuroBERT-210m](https://huggingface.co/EuroBERT/EuroBERT-210m) -
|
45 |
-
- [EuroBERT-610m](https://huggingface.co/EuroBERT/EuroBERT-610m) -
|
46 |
-
- [EuroBERT-2.1B](https://huggingface.co/EuroBERT/EuroBERT-2.1B) -
|
47 |
|
48 |
-
For more information about EuroBERT, please
|
49 |
|
50 |
## Usage
|
51 |
|
|
|
39 |
EuroBERT is a family of multilingual encoder models designed for a variety of tasks—such as classification, retrieval, or evaluation metrics— supporting 15 languages, mathematics and code, and sequences of up to 8,192 tokens.
|
40 |
EuroBERT models exhibit the strongest multilingual performance across [domains and tasks](#Evaluation) compared to similarly sized systems.
|
41 |
|
42 |
+
It is available in 3 sizes:
|
43 |
|
44 |
+
- [EuroBERT-210m](https://huggingface.co/EuroBERT/EuroBERT-210m) - 210 million parameters
|
45 |
+
- [EuroBERT-610m](https://huggingface.co/EuroBERT/EuroBERT-610m) - 610 million parameters
|
46 |
+
- [EuroBERT-2.1B](https://huggingface.co/EuroBERT/EuroBERT-2.1B) - 2.1 billion parameters
|
47 |
|
48 |
+
For more information about EuroBERT, please check our [blog](***) post and the [arXiv](***) preprint.
|
49 |
|
50 |
## Usage
|
51 |
|