Project 7: Question-answering-system-using-Bert
- This is classic NLP task performed using State of the Art Model- BERT
- Based on given dataset, data is seprated and annotated into 3 files: 1) predictions.json 2)test.json 3)train.json
- Then with the help of simpletransformer and hugginface library Question Answering system is implemented
- Gradio app is created to demonstrate the working of the this system