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_tagfromfill-masktofeature-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 Facetransformerslibrary is clearly indicated and enables the "Use in Transformers" badge and quick inference snippets on the Hub. - Adding relevant
tagssuch asmodernbertandencoderfor better discoverability and accurate categorization of the model.
orionweller
changed pull request status to
merged