Rumeysakeskin/Question-Answering-BERT
Extractive Question-Answering with BERT on SQuAD v2.0 (Stanford Question Answering Dataset) using NVIDIA PyTorch Lightning
This project helps you quickly find direct, accurate answers to questions within any text you provide. You input a question and a text passage, and it extracts the exact answer from that passage. This is ideal for professionals who need to rapidly extract specific facts from documents, such as customer service agents, researchers, or legal analysts.
No commits in the last 6 months.
Use this if you need to rapidly extract precise answers from existing documents or large bodies of text without generating new content.
Not ideal if your questions require creative, synthesized, or new information not explicitly present in the provided text.
Stars
7
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Apr 18, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Rumeysakeskin/Question-Answering-BERT"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
5hirish/adam_qas
ADAM - A Question Answering System. Inspired from IBM Watson
husseinmozannar/SOQAL
Arabic Open Domain Question Answering System using Neural Reading Comprehension
SatyamSoni23/Smart-Question-Answering-System-on-Document
It's Smart-Question Answering System on short as well as long documents. It can automatically...
dharmendrach/bert_quora_question_pairs
BERT Model Fine-tuning on Quora Questions Pairs
nlpunibo/Question-Answering-SQUAD
Question Answering model based on DistilBERT, trained and evaluated on the SQUAD dataset