-
I have built a QA system using one of the allennlp pretrained bidaf model.Is there any way that I can get the accuracy (or any other metrics) of the answer that the model has extracted using bidaf mod…
-
Hi,
Now the predictor of BiDAF machine comprehension returns one passage span with highest score. Can I use it to return a list of span with decreasing scores, starting from the highest one?
Tha…
-
```
echo '{"passage": "The Matrix is a 1999 science fiction action film written and directed by The Wachowskis, starring Keanu Reeves, Laurence Fishburne, Carrie-Anne Moss, Hugo Weaving, and Joe Pant…
-
Hi Taeuk! Thank you for implementing BiDAF in such an elegant way! Why do you use your version of LSTM and linear in utils.nn instead of using the PyTorch LSTM and linear?
-
Can I download the Bidaf elmo models somewhere?
Like this simple Bidaf model (machine comprehension): https://s3-us-west-2.amazonaws.com/allennlp/models/bidaf-model-2017.09.15-charpad.tar.gz
I f…
-
**Describe the bug**
Unable to use the model bidaf-elmo-model-2020.03.19.tar.gz offline ie with not internet connection. However, i am able to use bidaf-model-2020.03.19.tar.gz and naqanet-2020.02.19…
roist updated
4 years ago
-
We sometimes get requests from users that they would like to store predictions during evaluations (for examples see https://github.com/allenai/allennlp/issues/4620). We are interested in adding a fla…
-
For a custom document and a question related to that document, i can run reformulator for that question and can get the multiple reformulations. But how can i get the answers for those reforumlations …
-
Thanks for working on this, it seems like a nice step in the right direction.
When poking around, I found the structure of the module to be quite confusing, up to the point where I even thought tha…
-
When I run this code in Jupyter, that error show up for me:
!python -m px.environments.bidaf_server \
--port=10000 \
--squad_data_dir=./data/squad \
--bidaf_shared_file=./data/bidaf/shared.json \
…