Improve model card: update pipeline tag and add library name
#2
by
nielsr
HF Staff
- opened
This PR enhances the model card for the Ettin encoder model by:
- Updating the
pipeline_tag
fromfill-mask
tofeature-extraction
. This more accurately reflects the primary capabilities of this encoder model, which excels at tasks like classification and retrieval through feature extraction, and improves its discoverability on the Hugging Face Hub. - Adding
library_name: transformers
. This ensures compatibility with the Hugging Facetransformers
library is clearly indicated and enables the "Use in Transformers" badge and quick inference snippets on the Hub. - Adding relevant
tags
such asmodernbert
andencoder
for better discoverability and accurate categorization of the model.
orionweller
changed pull request status to
merged