Add library name, pipeline tag, and code-generation tag
#1
by
nielsr HF Staff - opened
This PR improves the model card's metadata by:
- adding the
library_name, ensuring the "how to use" button appears on the top right (with a Transformers code snippet) - adding the
pipeline_tag, ensuring people can find your model at https://huggingface.co/models?pipeline_tag=text-generation&sort=trending - adding the
code-generationtag.
Shengkun changed pull request status to
merged