Add library_name and pipeline_tag metadata
#1
by
nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
I've opened this PR to improve the model card metadata:
- Added
pipeline_tag: text-generationfor better categorization. - Added
library_name: transformersas the model uses the MiniCPM architecture compatible with the library. - Refined the YAML metadata at the top.
These changes will allow the model to be more easily discovered and enable features like the "Use in Transformers" button.
Kaguya-19 changed pull request status to
merged