Add pipeline tag: text-generation

#2
by nielsr HF Staff - opened

This PR improves the model card by adding the pipeline_tag: text-generation to the YAML metadata.

This tag accurately reflects the model's functionality as a large language model for generating text, as indicated by the paper abstract ("language model"), the model description ("large language model", "Causal decoder-only"), and the config.json ("architectures": ["Qwen2ForCausalLM"]).

Adding this tag will ensure the model is correctly categorized and discoverable on the Hugging Face Hub under the relevant pipeline filter.

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

Sign up or log in to comment