Update model card: Add pipeline tag, paper, GitHub link, and abstract
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
pipeline_tag: text-generationto the metadata, which helps with discoverability on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=text-generation). - Adding a direct link to the paper "Variational Reasoning for Language Models" in the summary and "Model Sources" sections.
- Including the paper's abstract in the "Model Description" section.
- Adding the GitHub repository link
https://github.com/sail-sg/variational-reasoningto the "Model Sources" section. - Populating
Model type,Finetuned from model,Direct Use,Training Procedure,Training Hyperparameters(Training regime), andModel Architecture and Objectivesections with information extracted from the paper abstract andconfig.json. - Adding the BibTeX citation from the GitHub README to the "Citation" section.