Skip to content

Latest commit

 

History

History
 
 

213-question-answering

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Interactive Question Answering with OpenVINO

Binder

Question answering is a part of information retrieval and natural language processing (NLP), which is able to answer questions posed by humans in a natural language. Question answering systems can pull answers from an unstructured collection of natural language documents called, in that case, knowledge base.

Notebook Contents

This notebook demonstrates question answering with OpenVINO using the Squad-tuned BERT model from Open Model Zoo.

Installation Instructions

If you have not done so already, please follow the Installation Guide to install all required dependencies.