Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 563 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 563 Bytes

BERT Powered QnA Webapp using Tensorflow JS and React

Ran into some issues with tensorflow versions. Postponing this project indefinitely.

What is BERT?

  1. A natural language model that uses transformers for a wide variety of tasks
  2. Works well for question answering, named entity recognition, and natural language inference
  3. Originally presented by Jacob Devlin and team from Google in 2018

What's covered?

  1. Installing tensorflow.js and BERT
  2. Developing an interface to capture a passage and question
  3. Real time BERT evaluation and scoring