Add pipeline_tag, library_name and improve model card
#2
by nielsr HF Staff - opened
This PR improves the model card by adding relevant metadata and refining the documentation:
- Added
pipeline_tag: text-generationto categorize the model and enable the Inference API. - Added
library_name: transformersas the model is compatible with Hugging Face Transformers viatrust_remote_code=True. - Fixed the links in the "Models" table to ensure they point to the correct URLs on the Hub.
- Ensured the paper and GitHub repository are correctly linked for better accessibility.
hyx21 changed pull request status to merged