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-generation to 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-reasoning to the "Model Sources" section.
  • Populating Model type, Finetuned from model, Direct Use, Training Procedure, Training Hyperparameters (Training regime), and Model Architecture and Objective sections with information extracted from the paper abstract and config.json.
  • Adding the BibTeX citation from the GitHub README to the "Citation" section.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment