Improve model card: Add pipeline tag, library name, paper link, GitHub link, and enhanced description

#1
by nielsr HF Staff - opened

This PR enhances the model card by:

  • Adding pipeline_tag: text-generation to correctly classify the model's functionality.
  • Including library_name: transformers to indicate compatibility with the Hugging Face Transformers library, which enables an automated code snippet.
  • Adding uncertainty-quantification to the tags for better discoverability, aligning with the paper's focus on uncertainty estimation.
  • Providing a direct link to the paper: Training-Free Bayesianization for Low-Rank Adapters of Large Language Models.
  • Adding a link to the GitHub repository: https://github.com/Wang-ML-Lab/bayesian-peft.
  • Incorporating the paper's abstract as a detailed model description.

Please review and merge this PR if everything looks good.

Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment