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 the Feature Extraction pipeline.
  • library_name: transformers: The provided "Example Codes" clearly demonstrate compatibility with the Hugging Face transformers library. 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.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment