Add library_name and paper metadata
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
This PR improves the model card by:
- Adding
library_name: transformersto the metadata to enable automated code snippets and the "Use in Transformers" button. - Adding the
arxivID to the metadata to link the repository to its research paper. - Fixing malformed HTML links in the header.
- Adding a "Sample Usage" section based on the code provided in the official GitHub repository.
Please let me know if you have any questions!