Improve model card: Add `transformers` library, update `pipeline_tags`, and add model tags
#2
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
library_name: transformersto ensure the model's compatibility with the Hugging Face Transformers library is correctly recognized, enabling the "Use in Transformers" widget. - Updating
pipeline_tagsto include bothfill-mask(as per the underlyingModernBertForMaskedLMarchitecture) andfeature-extractionto accurately reflect the model's primary use cases for classification, retrieval, and generating embeddings. - Adding descriptive
tagssuch asmodernbert,ettin(for the model suite),encoder,text-embeddings,retrieval, andclassificationto improve discoverability and provide more detailed context about the model's capabilities.
orionweller
changed pull request status to
merged