Add pipeline tag, library name, and improve paper links in model card

#2
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding the pipeline_tag: feature-extraction to correctly categorize the model for embedding generation, improving its discoverability on the Hugging Face Hub.
  • Adding library_name: transformers, as the model is compatible with the transformers library, which will enable the automated "How to use" widget on the model page with a transformers code snippet.
  • Improving the paper link section to include a direct link to the Hugging Face paper page for EasyRec: Simple yet Effective Language Models for Recommendation, alongside the existing arXiv link.

These additions will improve the discoverability, usability, and completeness of the model's documentation on the Hugging Face Hub.

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

Sign up or log in to comment