├── .idea ├── attention-over-attention-tf-QA.iml ├── misc.xml └── modules.xml ├── README.md ├── counter.pickle ├── model.py ├── reader.py └── util.py /.idea/attention-over-attention-tf-QA.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/attention-over-attention-tf-QA/HEAD/.idea/attention-over-attention-tf-QA.iml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/attention-over-attention-tf-QA/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/attention-over-attention-tf-QA/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/attention-over-attention-tf-QA/HEAD/README.md -------------------------------------------------------------------------------- /counter.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/attention-over-attention-tf-QA/HEAD/counter.pickle -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/attention-over-attention-tf-QA/HEAD/model.py -------------------------------------------------------------------------------- /reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/attention-over-attention-tf-QA/HEAD/reader.py -------------------------------------------------------------------------------- /util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lc222/attention-over-attention-tf-QA/HEAD/util.py --------------------------------------------------------------------------------