Improve model card: Add pipeline tag, library name, paper/project/code links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: text-classificationfor better discoverability and to accurately reflect the model's task of multi-task mental health prediction. - Including
library_name: transformersto enable the auto-generated code snippet on the Hub, as evidence fromadapter_config.jsonandtokenizer_config.jsonsuggests compatibility with the 🤗 Transformers library. - Linking to the official paper: Menta: A Small Language Model for On-Device Mental Health Prediction.
- Including a link to the project page: https://xxue752-nz.github.io/menta-project/.
- Adding a link to the GitHub repository: https://github.com/xxue752-nz/Menta.
These additions provide crucial context and make the model more accessible and informative for users. Please review and merge if everything looks good!
HealthAILab
changed pull request status to
merged