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-generation
tag.
Shengkun
changed pull request status to
merged