Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paramsiddharth/bert-qna

An application that answers questions using the distilBERT model.
https://github.com/paramsiddharth/bert-qna

Last synced: about 1 month ago
JSON representation

An application that answers questions using the distilBERT model.

Awesome Lists containing this project

README

        

# Answering Questions using BERT
An application that answers questions using the `distilBERT` model,
a lighter and faster variant of the BERT model.

The model used can be downloaded from [here](https://cdn.huggingface.co/distilbert-base-cased-distilled-squad-tf_model.h5)
via the HuggingFace CDN.

![Screen capture of the application](docs/bert.gif)

The project was inspired by
[this project](https://github.com/pirwlan/Question-Answering-with-BERT).

# Made with ❤ by [Param](https://www.paramsid.com/) and [Ritesh](https://github.com/DARK-art108).