Improve model card: Add paper link, pipeline tag, library name, links, and usage
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for the lil-lab/respect model by:
- Updating the paper reference to the official Hugging Face paper: The Era of Real-World Human Interaction: RL from User Conversations.
- Adding
pipeline_tag: image-text-to-textfor improved discoverability on the Hub. - Specifying
library_name: transformersbased on the explicit usage of thetransformerslibrary in the GitHub README. - Including direct links to the project page and GitHub repository.
- Providing a concise overview of the model based on the paper abstract.
- Adding a comprehensive sample usage section, including environment setup, data download, and model loading, directly from the GitHub README.
Hi Niels, thanks for the addition - I am happy to merge and to make it more useful for the HF community.
Everything looks good, though the paper link should be https://huggingface.co/papers/2410.13852 from last year under a different title
Feel free to merge and adapt
chenzizhao
changed pull request status to
merged