Improve model card: Add project page, abstract, key results, and comprehensive tags
#2
by
nielsr
HF Staff
- opened
This PR enhances the model card for "Concept Bottleneck Large Language Models" by:
- Including the official project page link: https://lilywenglab.github.io/CB-LLMs/
- Adding the full paper abstract for a clear overview of the model's capabilities and goals.
- Including key results tables from the GitHub README for both text classification and text generation, showcasing the model's performance.
- Adding a "Usage" section that directs users to the comprehensive instructions in the GitHub repository, as no direct
transformersinference snippet is provided. - Adding a "Citation" section with the BibTeX entry.
- Updating the metadata with relevant
tagssuch astext-generation,interpretable-ai,concept-bottleneck, andllmto improve discoverability.
These changes provide a much richer and more informative resource for users interested in this work.