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 from fill-mask to feature-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 in config.json (model_type: modernbert).
orionweller changed pull request status to merged

Sign up or log in to comment