Safetensors
qwen3_5
Eval Results

Add pipeline_tag and library_name to metadata

#2
by nielsr HF Staff - opened

Hi!

This PR improves the model card's YAML metadata block by adding:

  • pipeline_tag: text-generation to ensure the model is properly categorized on the Hugging Face Hub under the Text Generation category.
  • library_name: transformers to indicate compatibility with Hugging Face Transformers, enabling the use code snippet widget on the model page.

The markdown content remains exactly the same.

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

Sign up or log in to comment