-
-Make embedding layer share the implementation with QANet
-Make attention layer share the implemention with QANet
-
Hi ,
I am trying to train Bidaf on CNN data set but it fails.
Here are the steps performed.
- Downloaded the CNN dataset
- Ran the cnn_dm.prepro script. It generated json files properly
- Run tra…
-
First of all, thanks @KeDengMS for the work on the BidAF model, it is a great addition to the zoo-as-a-test-suite.
I'm struggling a bit trying to get it through tract. I think there may be an encod…
-
"bidaf" model in the model zoo uses string-type inputs, so that we need string-type inputs in order to execute the model.
If possible, I want to use utils/RunONNXModel.py to execute the model, but it…
-
`python3 -m newsqa.prepro`
```Traceback (most recent call last):
File "/Users/MY/anaconda/envs/py3/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File …
-
1. as what you say, bidaf++.json and reader is for coqa, but i find that the dataset of bidaf++ json file is coqa-squad, not coqa.
2. do you work on coqa now?
-
Hi @tangbinh ,
while i am training the BIDAF i.e.,
**python train.py --arch bidaf --embed-path wordvec/glove/glove.840B.300d.txt --checkpoint-dir checkpoints/bidaf --log-file logs --lr 0.01**
get…
-
Bidirectional Attention Flow for Machine Comprehension
Minjoon Seo, Aniruddha Kembhavi, Ali Farhadi, Hannaneh Hajishirzi, ICLR 2017
https://arxiv.org/abs/1611.01603
![1](https://user-images.githu…
-
Any possibility of developing a web bundle for this? Pre-trained or otherwise. Thank you for your excellent project!
Zeesy updated
4 years ago
-
I'm getting error messages when I try to predict with using your bidaf-keras example method.
Ubuntu 18.4
python 3.6
tensorflow 1.13.1
bidaf-keras 1.1.0
Keras 2.2.4
h5py 2.10.0
This is a pre…
Zeesy updated
4 years ago