rahulcs068 / Question_Answering_System_Using_BERT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image of the App "I Know Everything"

Model used BERT-Large Uncased

Pre-Trained on SQuAD Dataset.

Used google BERT to build this Question_Answering System.

Requirements

  • python3
  • pip3 install -r requirements.txt

Result

model : bert-large-uncased-whole-word-masking

{"exact_match": 86.91579943235573, "f1": 93.1532499015869}

Pretrained model download from here

unzip and move files to model directory

About

License:MIT License


Languages

Language:Python 95.0%Language:HTML 5.0%