Improve model card: Add GitHub link and relevant tags
Browse filesThis PR enhances the model card by:
- Adding a direct link to the associated GitHub repository (`https://github.com/Nicolas-BZRD/EuroBERT`) in the "Overview" section.
- Improving discoverability by adding more specific tags to the metadata, including `encoder`, `mlm`, `clm`, and `biphasic`, which accurately reflect the core research areas of the model presented in the paper.
These updates make it easier for users to find the code, understand the model's key characteristics, and improve its visibility on the Hugging Face Hub.
README.md
CHANGED
|
@@ -1,7 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
pipeline_tag: feature-extraction
|
| 3 |
library_name: transformers
|
| 4 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# Overview
|
|
@@ -11,6 +16,7 @@ This repository contains an encoder model, part of the research presented in the
|
|
| 11 |
* **Paper:** [Should We Still Pretrain Encoders with Masked Language Modeling?](https://huggingface.co/papers/2507.00994)
|
| 12 |
* **Blog post:** [Link](https://huggingface.co/blog/Nicolas-BZRD/encoders-should-not-be-only-pre-trained-with-mlm)
|
| 13 |
* **Project page:** [https://hf.co/MLMvsCLM](https://hf.co/MLMvsCLM)
|
|
|
|
| 14 |
|
| 15 |
## Model Naming
|
| 16 |
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
license: apache-2.0
|
| 4 |
+
pipeline_tag: feature-extraction
|
| 5 |
+
tags:
|
| 6 |
+
- encoder
|
| 7 |
+
- mlm
|
| 8 |
+
- clm
|
| 9 |
+
- biphasic
|
| 10 |
---
|
| 11 |
|
| 12 |
# Overview
|
|
|
|
| 16 |
* **Paper:** [Should We Still Pretrain Encoders with Masked Language Modeling?](https://huggingface.co/papers/2507.00994)
|
| 17 |
* **Blog post:** [Link](https://huggingface.co/blog/Nicolas-BZRD/encoders-should-not-be-only-pre-trained-with-mlm)
|
| 18 |
* **Project page:** [https://hf.co/MLMvsCLM](https://hf.co/MLMvsCLM)
|
| 19 |
+
* **Code:** [https://github.com/Nicolas-BZRD/EuroBERT](https://github.com/Nicolas-BZRD/EuroBERT)
|
| 20 |
|
| 21 |
## Model Naming
|
| 22 |
|