Add pipeline_tag and library_name to metadata
#1
by
nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community team.
I've opened this PR to add some relevant metadata to your model card to improve its discoverability on the Hub. Specifically, I've added:
pipeline_tag: text-generation: This helps users find your model when filtering by task on the Hub.library_name: transformers: As this model is built on MiniCPM4.1, it is compatible with thetransformerslibrary. This also enables the "Use in Transformers" button on the model page.
The existing model card is excellent and detailed; I have preserved all original information, including the evaluation tables and deployment guides.