Add library_name metadata and improve model card
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community team.
This PR improves your model card by:
- Adding
library_name: transformersto the metadata. This enables the "Use in Transformers" button and automated code snippets on the model page, as the model is compatible withAutoModelForCausalLMusingtrust_remote_code=True. - Organizing the links to the paper and code repository for better visibility.
- Including the author list from the paper.
Raincleared changed pull request status to merged