Improve model card and add missing metadata
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card by:
- Adding the
pipeline_tag: text-classification
to reflect the model's functionality. - Specifying the
license: cc-by-nc-4.0
- Adding the
library_name: transformers
- Filling in missing information in the Model Details section with information from the Github README.
- Adding the base model and training dataset to the metadata.
- Adding a usage example to the model card.
The model card is now much more informative and useful for potential users.