https://github.com/adirthaborgohain/question-answering-mcr
A BERT question answering model integrated with streamlit for UI access. The model also classifies a question as answerable/unanswerable before predicting an answer.
https://github.com/adirthaborgohain/question-answering-mcr
bert question-answering streamlit transformers
Last synced: about 1 month ago
JSON representation
A BERT question answering model integrated with streamlit for UI access. The model also classifies a question as answerable/unanswerable before predicting an answer.
- Host: GitHub
- URL: https://github.com/adirthaborgohain/question-answering-mcr
- Owner: AdirthaBorgohain
- Created: 2021-09-18T15:49:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-25T10:02:12.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T11:27:48.039Z (about 1 year ago)
- Topics: bert, question-answering, streamlit, transformers
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Question-Answering-MCR
A BERT question answering model integrated with streamlit for UI access. The model also classifies a question as answerable/unanswerable before predicting an answer.
Hosted at https://bert-qa-streamlit.herokuapp.com/ (uses a smaller version of BERT due to heroku size restrictions)