An implementation of QANet with PyTorch.
refer to hengruo/QANet-pytorch
Any contributions are welcome!
-
branch name: <type>/<brief>
type: feature, bug, etc.
brief: brief contente.g., feature/init
-
commit message: <[type]><description>
type: FEATURE, BUG, CLEANUP, etc.
description: description the changes in this commite.g., [FEATURE]init
- Install pytorch 1.0+ for Python 3.6+
- Run
pip install -r requirements.txt
to install python dependencies. - Run
download.sh
to download the dataset. - Start Coding
- typing lint
- tuning
- squad2.0
- augmentation
- In residual network, add raw value first or dropout first