Add metadata for license, library, and pipeline tag and add paper/code links
#1
by
nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team. I've opened this PR to enhance the model card with standardized metadata and improve its documentation.
Specifically, I've:
- Added
library_name: transformersto enable the "Use in Transformers" button and automated code snippets. - Added
license: cc-by-nc-4.0to the metadata for proper indexing. - Added
pipeline_tag: text-classificationfor better discoverability in the Hub's model gallery. - Included links to the original paper and the official GitHub repository at the top of the card.
- Fixed the label mapping in the "How to Use" Python snippet to align with the model's actual configuration.
These updates help users find, understand, and use your model more effectively!
walterhernandez changed pull request status to
merged