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 from fill-mask to feature-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 Face transformers library is clearly indicated and enables the "Use in Transformers" badge and quick inference snippets on the Hub.
  • Adding relevant tags such as modernbert and encoder for better discoverability and accurate categorization of the model.
orionweller changed pull request status to merged

Sign up or log in to comment