-
## Description
Currently, I am using TensorRT to perform multiple inferences using the same model but with different weights. So, for now, I need to load the model multiple times (to use the other …
-
I am building a model for machine comprehension. It's a heavy model required to train on lots of data and this requires me more time. I have used keras callbacks to save model after every epoch and al…
-
Here is the environment I used:
```
docker run -i -t --entrypoint bash -v $HOME/.allennlp:/root/.allennlp allennlp/models:v2.1.0-cuda11.0
```
## Reading Comprehension
Evaluation gave many …
-
## External Doc:
[one'ish pager](https://docs.google.com/document/d/1v9XJEXwsIUVQ-CK0D1MyzXAa_LL4cpBcjDyLrWG25UI/edit#heading=h.nq7ni9gxukfv)
## Motivation:
AllenNLP is our most popular demo, …
-
-
### Task
Reading Comprehension
### Model
ELMo-BiDAF
### Feature
Interpret Requests
### Issue
The interpret requests often timeout. The UI displays the loading indicator indefinitely, but …
-
Hi,
I am exploring on AllenNLP. Can I also get confidence score of retrieved answer span from paragraph.
Thank you.
-
### Task
Reading Comprehension
### Model
BiDAF
### Feature
HotFlip Attack
### Issue
The HotFlip attack output has space for an updated prediction, but nothing is displayed there:
![S…
-
Do you have a pre trained model for squad 2.0 dataset?
-
**System**
OS: Ubuntu
Python version: 3.6.7
AllenNLP version: 1.0.0
**QUESTION**: With the command below I am able to train the model but I can't tell if the weights are being updated for fine…