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 transformers library, demonstrating a basic question-answering inference example.

Please review and merge this PR if everything looks good.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment