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_modelfrom Llama toQwen/Qwen3-8B. - Adds
pipeline_tag: text-generationfor better discoverability. - Updates
library_nametopeftsince 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.0consistent with the base Qwen model.
Aiden0526 changed pull request status to merged