Add `library_name` metadata tag
#2
by
nielsr
HF Staff
- opened
This PR adds the library_name: transformers tag to the model card metadata. This ensures that the model is correctly identified as compatible with the Hugging Face Transformers library, enabling the automated "Use in Transformers" widget on the model page. Compatibility is confirmed by the model's config.json and tokenizer_config.json files.