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-extractionto 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 thetransformerslibrary, which will enable the automated "How to use" widget on the model page with atransformerscode 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.