-
**Describe the bug**
Each time the archival file is unzipped and stored in a temporary file created using hashing.This takes more memory each time I start container.
**To Reproduce**
Steps to rep…
-
Hi,
I am trying to run the following code -
from allennlp.predictors.predictor import Predictor
predictor = Predictor.from_path("https://s3-us-west-2.amazonaws.com/allennlp/models/bidaf-model-2017.…
-
I'd like to train the the allennlp bidaf implementation on the squad 2.0 dataset. Wondering if it possible to this programmatically? Or do can I only do it via the command line instructions in the rea…
-
The number of input and output files are not the same for bidaf model's test data set. There are four input files and two output files. Is this expected ?
Thanks
bidaf$ ls test_data_set_2
inp…
-
Example request to NAQANET resulting in HTTP 500:
```
curl -sv 'https://demo.allennlp.org/api/naqanet/attack/hotflip' -H 'Content-Type: application/json' --data-raw '{"inputs":{"model":"naqanet","…
-
**Describe the bug**
Demo code for Reading Comprehension throws AttributeError: 'Predictor' object has no attribute 'predict' error.
**To Reproduce**
Run the demo code from the website (https://d…
-
**Describe the bug**
Inconsistent answers generated by `bidaf-elmo-model-2020.03.19.tar.gz` model when run in Allennlp demo website and when run on local machine after downloading the model.
**Ste…
-
Hello I have a problem when running a Corpus NER with size 25 mb.
See my .jsonnet attachment
```
{
"dataset_reader": {
"type": "conll2003",
"tag_label": "ner",
"coding_scheme"…
-
I am trying to execute the command "python -m basic.cli --mode train --noload --debug" . I initially had various errors with importing _linear and then the unknown flag error. SO I modified the file b…
-
I'm working on a Deep Learning project where I use a bidirectional attention flow model (allennlp pretrained model)to make a question answering system.It uses squad dataset.The bidaf model extracts th…