Add `pipeline_tag` and `library_name` to model card
#2
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding two crucial metadata tags:
pipeline_tag: feature-extraction: This accurately reflects the model's primary function of generating embeddings from text inputs for recommendation. This will improve discoverability on the Hugging Face Hub by categorizing the model under theFeature Extractionpipeline.library_name: transformers: The provided "Example Codes" clearly demonstrate compatibility with the Hugging Facetransformerslibrary. Adding this tag will enable the automated "How to use" code snippet on the model page, making it easier for users to get started.
These additions align with community best practices for model documentation on the Hub.