Improve model card: Correct pipeline tag to question-answering
#1
by
nielsr
HF staff
- opened
This PR updates the model card by correcting the pipeline_tag
to question-answering
. While the model uses token classification, its primary purpose is to enhance question answering by detecting hallucinations in RAG applications. This change will improve the model's discoverability for users interested in hallucination detection within the context of question answering. The PR also adds the paper's abstract and a link to the paper to enhance the model card's informativeness.