Improve model card: Add pipeline tag, library name, and usage example
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for the HierSearch-Planner-Agent by:
- Adding the
pipeline_tag: question-answeringto improve discoverability for relevant tasks on the Hugging Face Hub. - Specifying
library_name: transformersto indicate compatibility and enable the "how to use" widget. - Expanding the introductory section with a summary of the paper's abstract and key features.
- Including a basic
transformerscode snippet for direct sample usage, leveraging the model's chat template. - Adding a clear citation section for proper attribution.
Please review and merge if these improvements are satisfactory.