Improve model card: Add pipeline tag, library name, paper title, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
pipeline_tag: question-answering, allowing the model to be discovered under this common task. - Specifying
library_name: transformers, enabling the "How to use" widget on the model page and better integration with the Hugging Face ecosystem. - Adding the paper title (
# HierSearch: A Hierarchical Enterprise Deep Search Framework Integrating Local and Web Searches) to the top of the model card content for better visibility and context. - Including a Python code snippet for loading and using the model with the
transformerslibrary, demonstrating a basic question-answering inference example.
Please review and merge this PR if everything looks good.