-
Please we would like to know how to use the IndependentBoundsNoAnswerOption class, the aim would be to retrain bidaf to perform the task of recognizing wether an answer exist or not for the a questi…
-
According to the tutorial, this command :
The **serialization-dir** argument specifies the directory where the model's vocabulary and checkpointed weights will be saved
So when I was trying to run …
-
**Describe the bug**
Running predictions against the bidaf programmatically returns odd answers that don't match the baseline in the online demo and when running predict using the command line tool. …
-
Seems a small change should be made in `README.md`:
```
126: python run.py --predict --algo BIDAF --test_files ../data/demo/search.dev.json
```
=>
```
126: python run.py --predict --algo BIDAF …
-
Hi,I want to conduct an experiment just like what you did in section 4.6 of your paper on my own model. How should I do? Thanks
ghost updated
6 years ago
-
Can you provide the link for the new model 'BiDAF + Self Attention + ELMo (ensemble)' that ranks 4th place in SQuAD leaderboard https://rajpurkar.github.io/SQuAD-explorer/ .
-
- [x] SNLI: ESIM
- [ ] SNLI: BiLSTM
- [x] SQuAD: BiDAF
- [x] Update README
-
There might be something I'm missing, but it seems that the import:
``from tensorboard import SummaryWriter``
would break if I install tensorflow-tensorboard or tensorflow, which is required if I wa…
-
-
Forgive me to have to ask such a question that may seem silly even for a novice.
I installed the allennlp following exactly the instructions in your tutorials, but when I tried to run an allennlp mod…