Improve model card: Add paper link, pipeline_tag, and library_name
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for TrueGL_Granite by:
- Linking directly to the paper TrueGL: A Truthful, Reliable, and Unified Engine for Grounded Learning in Full-Stack Search.
- Adding the
pipeline_tag: text-generationto ensure the model is discoverable under relevant tasks, reflecting its capability to return textual explanations alongside reliability scores. - Adding
library_name: transformersas the model'sconfig.jsonandtokenizer_config.jsonindicate compatibility, enabling the automated code snippet for users.