Improve model card: Add pipeline tag, library name, paper, and code links
#2
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
pipeline_tag: text-generationto ensure better discoverability for causal language modeling tasks on the Hub. - Specifying
library_name: transformers, as the model, being a PEFT adapter for a Causal Language Model, is compatible with the Hugging Face Transformers library. - Including a link to the associated paper: Training-Free Bayesianization for Low-Rank Adapters of Large Language Models.
- Adding a link to the official GitHub repository for code: https://github.com/Wang-ML-Lab/bayesian-peft.
- Providing a description of the model based on its abstract for better context.
Please review and merge this PR.