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: transformersto enable the "Use in Transformers" widget and clarify library compatibility. - Updating
pipeline_tagfromfill-masktofeature-extractionto better reflect the model's capabilities for tasks like embeddings, classification, and retrieval. - Adding the
modernberttag to accurately describe the model's architecture, as indicated inconfig.json(model_type: modernbert).
orionweller
changed pull request status to
merged