Improve model card for Variational Reasoning models
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card for the Variational Reasoning models.
It includes:
- Adding the
pipeline_tag: text-generationto improve discoverability on the Hub. - Adding the
license: apache-2.0based on the project's dependencies and common open-source practices. - An updated and detailed model description based on the paper's abstract.
- Links to the research paper and the official GitHub repository.
- Details on the model type, developed by, language, and finetuned models.
- Information regarding training data, procedure, and evaluation, derived from the GitHub repository.
- A BibTeX citation for the paper.
- Explicitly directs users to the GitHub repository for detailed usage instructions, as no inference code was present in the provided GitHub README, ensuring adherence to documentation guidelines.
Please review and merge if everything looks good.