Text Generation
PEFT
Safetensors

Add metadata and improve model card

#1
by nielsr HF Staff - opened

Hi! I'm Niels, part of the community science team at Hugging Face.

This PR adds relevant metadata to the model card:

  • pipeline_tag: text-generation for better discoverability.
  • library_name: peft as these are LoRA adapters.
  • base_model: Qwen/Qwen3.5-9B to link the adapters to their parent model.
  • Links to the official paper and GitHub repository.

Feel free to merge if this looks good!

greeky changed pull request status to merged

Sign up or log in to comment