Improve model card: Add paper, code, pipeline tag, license and description

#1
by nielsr HF Staff - opened

This PR significantly enhances the model card by:

  • Adding the official Hugging Face paper link: Variational Reasoning for Language Models.
  • Including a link to the GitHub repository: https://github.com/sail-sg/variational-reasoning.
  • Setting the pipeline_tag to text-generation to improve discoverability and enable the "Use in Transformers" widget.
  • Specifying the license as Apache 2.0.
  • Populating the "Model Details" and "Model Description" sections with information from the paper abstract and technical details (e.g., model type, base model).
  • Updating "Training Details" and "Evaluation" sections to refer to the comprehensive instructions in the GitHub repository.
  • Adding the BibTeX citation.

Please note: A sample usage code snippet has not been added as the provided GitHub README does not contain an inference example, adhering to the project guidelines.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment