Update pipeline tag and add library name for `ettin-decoder-32m`
#2
by
nielsr
HF Staff
- opened
This PR improves the model card for the jhu-clsp/ettin-decoder-32m
model by:
- Changing the
pipeline_tag
fromfill-mask
totext-generation
, accurately reflecting its primary use case as a decoder-only model for generative tasks. This ensures the model appears under the correct filter on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=text-generation). - Adding
library_name: transformers
to the metadata, enabling the "how to use" widget and better integration with the Hugging Face ecosystem, as the model is compatible with the library.
orionweller
changed pull request status to
merged