Correct pipeline tag
Browse filesThis PR corrects the `pipeline_tag` from `fill-mask` to `feature-extraction`, which is more accurate for a multilingual encoder model like EuroBERT.
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
-
license: apache-2.0
|
4 |
language:
|
5 |
- en
|
6 |
- fr
|
@@ -17,7 +15,9 @@ language:
|
|
17 |
- ar
|
18 |
- tr
|
19 |
- hi
|
20 |
-
|
|
|
|
|
21 |
tags:
|
22 |
- code
|
23 |
---
|
@@ -117,11 +117,11 @@ If you use EuroBERT in your work, please cite:
|
|
117 |
```
|
118 |
@misc{boizard2025eurobertscalingmultilingualencoders,
|
119 |
title={EuroBERT: Scaling Multilingual Encoders for European Languages},
|
120 |
-
author={Nicolas Boizard and Hippolyte Gisserot-Boukhlef and Duarte M. Alves and André Martins and Ayoub Hammal and Caio Corro and Céline Hudelot and Emmanuel Malherbe and Etienne Malaboeuf and Fanny Jourdan and Gabriel Hautreux and João Alves and Kevin El-Haddad and Manuel Faysse and Maxime Peyrard and
|
121 |
-
year={2025}
|
122 |
-
eprint={2503.05500}
|
123 |
-
archivePrefix={arXiv}
|
124 |
-
primaryClass={cs.CL}
|
125 |
url={https://arxiv.org/abs/2503.05500},
|
126 |
}
|
127 |
```
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- fr
|
|
|
15 |
- ar
|
16 |
- tr
|
17 |
- hi
|
18 |
+
library_name: transformers
|
19 |
+
license: apache-2.0
|
20 |
+
pipeline_tag: feature-extraction
|
21 |
tags:
|
22 |
- code
|
23 |
---
|
|
|
117 |
```
|
118 |
@misc{boizard2025eurobertscalingmultilingualencoders,
|
119 |
title={EuroBERT: Scaling Multilingual Encoders for European Languages},
|
120 |
+
author={Nicolas Boizard and Hippolyte Gisserot-Boukhlef and Duarte M. Alves and André Martins and Ayoub Hammal and Caio Corro and Céline Hudelot and Emmanuel Malherbe and Etienne Malaboeuf and Fanny Jourdan and Gabriel Hautreux and João Alves and Kevin El-Haddad and Manuel Faysse and Maxime Peyrard and Ricardo Rei and Pierre Colombo},\
|
121 |
+
year={2025},\
|
122 |
+
eprint={2503.05500},\
|
123 |
+
archivePrefix={arXiv},\
|
124 |
+
primaryClass={cs.CL},\
|
125 |
url={https://arxiv.org/abs/2503.05500},
|
126 |
}
|
127 |
```
|