Git Product home page Git Product logo

bertqa's Introduction

BERT QA Demo

Demonstrates the application of the Tensorflow Lite BERT Q&A model in a Xamarin Forms / F# Fabulous application.

imgs/screen_cap.gif

Model

This particular BERT model is trained for question answering on a Wikipedia derived dataset. It is based on this tensorflow sample.

Model Application

The sample application demonstrates how to prepare the text and the query for input to the model. Both the text and query have to be encoded together. Preprocessing is somewhat involved as it requires first performing basic tokenization, which itself is specific to the model. Then each token is further split into 'word pieces' according to the supplied vocabulary. The tokenization code is available in QA.fs.

Model Performance

Here the model is applied to the dataset that comes with the sample. The model performance (accuracy) is excellent on the supplied dataset with pre-formatted questions. It needs to be tested on other types of input to obtain a better understanding of the performance. BERT is designed to be adaptable for other text tasks with easy re-training and therefore is very versatile However, even as-is, BERT is an impressive accomplishment. Appreciate Google's generosity in sharing this with the world.

Fabulous and F#

The sample also demonstrates how to easily build mobile applications in a functional and declarative style. The code is surprisingly small and clean. The application is divided into two projects: a) BertQA is the UI built with Fabulous and Xamarin Forms and b) BertQA.Android is the Android host application. Note that BertQA is platform independent and can be easily also hosted in an IOS or Windows application.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.