Improve model card for Variational Reasoning for Language Models
#1
by
nielsr HF Staff - opened
This PR significantly enhances the model card by:
- Adding
pipeline_tag: text-generationto ensure discoverability for language models. - Adding
license: apache-2.0, inferred from the underlying frameworks (LLaMA-Factory and SkyThought) used in the repository. - Including relevant
tags:llm,qwen, andreasoningfor better categorization and search. - Updating the model card title to "Model Card for Variational Reasoning for Language Models".
- Populating the "Model Details" and "Model Sources" sections with comprehensive information from the paper and GitHub repository, including:
- A summary of the model based on the paper's abstract.
- Authors as developers.
- Model type, language, and finetuning details.
- Direct links to the paper: Variational Reasoning for Language Models.
- Direct links to the GitHub repository: https://github.com/sail-sg/variational-reasoning for detailed usage, training, and evaluation instructions.
- Adding the BibTeX citation provided in the GitHub README.
Please review and merge these improvements to provide a more informative and discoverable model card.