andy840314/QANet-pytorch-
A Pytorch implementation of QANet
This is a technical implementation of QANet, a deep learning model. It allows machine learning engineers or researchers to build and train a question-answering system using PyTorch. You feed it a dataset of questions and contexts, and it produces a trained model capable of answering new questions based on provided text.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher specifically working with PyTorch and looking to implement or experiment with the QANet architecture for question answering.
Not ideal if you are looking for a ready-to-use, off-the-shelf question answering application or do not have experience with deep learning frameworks like PyTorch.
Stars
91
Forks
22
Language
Python
License
MIT
Category
Last pushed
Oct 30, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/andy840314/QANet-pytorch-"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
localminimum/QANet
A Tensorflow implementation of QANet for machine reading comprehension
carpedm20/MemN2N-tensorflow
"End-To-End Memory Networks" in Tensorflow
HKUST-KnowComp/R-Net
Tensorflow Implementation of R-Net
domluna/memn2n
End-To-End Memory Network using Tensorflow
allenai/bi-att-flow
Bi-directional Attention Flow (BiDAF) network is a multi-stage hierarchical process that...