Experiment - QA with Hugging Face pipeline
Problem:You want to build a question answering (QA) system that can find answers to questions from a given text using Hugging Face's pipeline.
Current Metrics:The current model answers questions but sometimes gives incorrect or incomplete answers. Exact match accuracy on a small test set is 65%.
Issue:The model sometimes overfits to training data or fails to understand context well, leading to lower accuracy.