Improve model card: Add pipeline_tag and library_name
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for the LLaDA-8B-BGPO-sudoku model by adding the pipeline_tag: text-generation and library_name: transformers to its metadata.
- The
pipeline_tagwill ensure the model is discoverable under the text generation category on the Hugging Face Hub. - The
library_nametag will enable automated code snippets for using the model with the Transformers library, leveraging its compatibility (as indicated byconfig.json).
Additionally, this PR enriches the model card content by:
- Including a badge linking to the Hugging Face model collection on the project's GitHub README.
- Integrating the "Performance" section to showcase key results and analyses.
- Adding the "Citation" section for proper academic attribution.
Please review and merge this PR.