Improve model card: Add license, tags, paper, code, project page, and usage example
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for LoRI-S_nlu_llama3_rank_32 by:
- Adding the
license: apache-2.0to the metadata. - Including relevant
tagssuch aslora,peft,nlu,code-generation,mathematical-reasoning,safety-alignment, andmulti-task-learningto improve discoverability. - Updating the main paper link to the Hugging Face Papers page (
https://huggingface.co/papers/2504.07448). - Providing a comprehensive description of the LoRI model, its features, and how it addresses cross-task interference.
- Adding direct links to the official GitHub repository (
https://github.com/juzhengz/LoRI/) and the project page (https://juzhengz.github.io/). - Including a clear Python code snippet for quick inference, making it easier for users to get started.
- Populating various sections such as
Model Details,Uses,Bias, Risks, and Limitations,Training Details, andEvaluationwith information extracted from the paper abstract and the GitHub repository's README. - Adding the academic citation for the paper.
- Embedding an illustrative image from the GitHub repository.
These improvements make the model card much more informative, discoverable, and user-friendly for researchers and practitioners.
juzhengz
changed pull request status to
merged