Improve model card with metadata and description
#1
by
nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
pipeline_tag: text-classificationto indicate its use in text classification preprocessing. - Specifying the
library_name: fasttextas it's a fastText-based filter. - Confirming the
license: mit. - Providing a more descriptive model card.
This makes the model and its purpose clearer to users.
Tristan changed pull request status to
merged