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-generationto correctly classify the model's functionality. - Including
library_name: transformersto indicate compatibility with the Hugging Face Transformers library, which enables an automated code snippet. - Adding
uncertainty-quantificationto 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.