Add library_name and project page link
#3
by
nielsr
HF Staff
- opened
Hi! I'm Niels, part of the community science team at Hugging Face.
This PR aims to improve the model card by:
- Adding the
library_name: transformerstag to the metadata. Since the model is compatible withtransformers(viatrust_remote_code=True), this will enable the "Use in Transformers" button and auto-generate code snippets for users. - Adding a link to the official project page in the header for better discoverability.
Everything else in the documentation looks great!
Yinsongliu
changed pull request status to
merged
Thanks for the suggestion!