Improve model card: Add text-generation pipeline tag, paper, code links, and model description
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
text-generationpipeline tag, which ensures the model can be easily found when filtering models on the Hugging Face Hub (e.g., at https://huggingface.co/models?pipeline_tag=text-generation). - Linking to the paper "Variational Reasoning for Language Models" and the GitHub repository in the model card's introductory section and "Model Sources".
- Populating the "Model Description" with details from the paper's abstract.
- Identifying the model type as
Qwen2ForCausalLMfrom theconfig.json. - Adding the BibTeX citation provided in the GitHub README.