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_tagtotext-generationto improve discoverability and enable the "Use in Transformers" widget. - Specifying the
licenseas 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.