Improve model card: fix metadata, add pipeline tag and library name

#1
by nielsr HF Staff - opened

Hi! This PR improves the model card for the LogicReward adapter:

  • Corrects the base_model from Llama to Qwen/Qwen3-8B.
  • Adds pipeline_tag: text-generation for better discoverability.
  • Updates library_name to peft since this is a LoRA adapter.
  • Adjusts tags to remove Llama-specific terms and include qwen.
  • Links the model to its official Hugging Face paper page.
  • Sets the license to apache-2.0 consistent with the base Qwen model.
Aiden0526 changed pull request status to merged

Sign up or log in to comment