Improve model card: Add pipeline tag, library name, and paper link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for the Llama-3.2-3B-Instruct model by:
- Adding
pipeline_tag: text-generationfor improved discoverability on the Hugging Face Hub. - Adding
library_name: transformersto enable the automated "How to use" widget, as evidenced bytransformers_versionin the model's config files and theLlamaForCausalLMarchitecture. - Linking directly to the associated paper: Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models.
A sample usage section has not been added as no specific inference code for this fine-tuned model using the transformers library was found in the provided GitHub README, adhering to the contribution guidelines.
resistz
changed pull request status to
merged