Add pipeline tag and library name to model card
#1
by
nielsr
HF Staff
- opened
Hi! I'm Niels from the Hugging Face community team.
This PR improves your model card's metadata by adding:
pipeline_tag: feature-extraction: This helps users find your model when filtering by task on the Hub.library_name: transformers: This enables an automated code snippet on the model page, showcasing how to use the model with the Transformers library.
The rest of the model card remains unchanged.