Text Generation
PEFT
Safetensors
English

Add pipeline tag and library name metadata

#1
by nielsr HF Staff - opened

This PR improves the model card by adding relevant metadata:

  • pipeline_tag: text-generation to ensure the model is categorized correctly in the Hub.
  • library_name: peft as the repository contains LoRA adapters.
  • Links to the paper on Hugging Face.

These changes make the repository more discoverable and provide standard entry points for users to interact with the adapters.

victordelima changed pull request status to merged

Sign up or log in to comment