Add pipeline tag `text-generation`

#1
by nielsr HF Staff - opened

This PR adds the pipeline_tag: text-generation to the model card's metadata. This tag accurately reflects the model's core capabilities in generating text for tasks like chat, reasoning, and instruction-following. Adding it will ensure the model is correctly categorized on the Hugging Face Hub and improves its discoverability for users filtering for text generation models: https://huggingface.co/models?pipeline_tag=text-generation.

The library_name: transformers and license: llama3 are already correctly specified and validated by the model's example usage and base model.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment