Improve model card: Add pipeline tag, library name, RAG tag, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for the HierSearch model by:
- Adding the
pipeline_tag: question-answering
to correctly classify the model's primary function in information retrieval and answering. - Specifying
library_name: transformers
to indicate compatibility with the Hugging Face Transformers library, enabling the "Use in Transformers" button and code snippets. - Including
retrieval-augmented-generation
in the tags for better discoverability, as the model is a deep search framework building on RAG principles. - Adding a sample usage snippet to demonstrate how to run inference with the model using the
transformers
library. - Adding the full BibTeX citation for proper attribution.
These updates improve the model's discoverability and usability on the Hugging Face Hub.