https://github.com/yizhongw/tf-qanet
Tensorflow implementation of QANet.
https://github.com/yizhongw/tf-qanet
deep-learning machine-reading question-answering reading-comprehension
Last synced: 5 months ago
JSON representation
Tensorflow implementation of QANet.
- Host: GitHub
- URL: https://github.com/yizhongw/tf-qanet
- Owner: yizhongw
- License: mit
- Created: 2018-11-19T01:58:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T02:18:40.000Z (over 6 years ago)
- Last Synced: 2024-11-15T22:18:54.057Z (7 months ago)
- Topics: deep-learning, machine-reading, question-answering, reading-comprehension
- Language: Python
- Size: 571 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tf-qanet
Tensorflow implementation of QANet.**Note: This work is still in progress.**
### TODO List
- [ ] Re-organize the code structure.
- [ ] Add more documentation.
- [ ] Change ELMo to the official package.
- [ ] Include pre-trained model in this folder