Improve model card metadata: Add library name, update pipeline tag, and add model type tag
#2
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding
library_name: transformers
to enable the "Use in Transformers" widget and clarify library compatibility. - Updating
pipeline_tag
fromfill-mask
tofeature-extraction
to better reflect the model's capabilities for tasks like embeddings, classification, and retrieval. - Adding the
modernbert
tag to accurately describe the model's architecture, as indicated inconfig.json
(model_type: modernbert
).
orionweller
changed pull request status to
merged