Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paramsiddharth/bert-qna
- Owner: paramsiddharth
- Created: 2021-03-15T06:36:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-22T08:08:05.000Z (almost 4 years ago)
- Last Synced: 2024-05-22T20:22:52.851Z (7 months ago)
- Language: JavaScript
- Size: 1.91 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).