Add library_name metadata
#4
by
nielsr
HF Staff
- opened
This PR adds the library_name
tag to the model card, setting it to transformers
. This addition correctly reflects the library used for loading and interacting with the model, as evidenced by the AutoTokenizer
and AutoModel
imports in the usage example.
Adding this metadata improves the model's discoverability on the Hugging Face Hub and enables proper integration with transformers
library features, such as the "how to use" button and linking to documentation.
Xrocli
changed pull request status to
merged