-
**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…
-
Request:
```
Request URL: http://localhost:8080/api/bidaf-elmo/attack/input_reduction
Request Method: POST
Status Code: 504 Gateway Time-out
Remote Address: [::1]:8080
Referrer Policy: strict-or…
-
we are expecting to see `new_prediction` in the response.
request
```
:authority: demo.allennlp.org
:method: POST
:path: /api/bidaf/attack/hotflip
:scheme: https
accept: application/json
acc…
-
Prioritized fields:
* Model details
* Metrics
* Evaluation data
* Training data
Fill in the prioritized fields in all model cards:
- [x] coref-spanbert
- [x] generation-bart
- [x] glove-…
-
It should be `False` by default, with special tokens added using the `add_special_tokens` call. All the training configs will have to be updated accordingly, or better, the code should be updated to a…
-
This is at the end of the **BiDAF.forward**
```Python
p1 = p1.squeeze()
# [bs, ctx_len]
#p1 = F.softmax(p1, dim=-1)
# END PREDICTION
…
-
Do you have a demo of Pointer Network(like mentioned in [paper](https://arxiv.org/abs/1506.03134)). I can't find any similar ones in PaddleNLP models.
A similar issue is #10851
-
my code -
```python
import sys
from allennlp.predictors.predictor import Predictor
predictor = Predictor.from_path(
"https://storage.googleapis.com/allennlp-public-models/b…
-
on reading comp… the best_span is always wrong
```
"best_span": [
12,
13
],
```
`"best_span_str": "Robbie Gould",`
the ui just ignores this and highlights the first occurrence of …
-
I'm building a CNN-LSTM network in Keras (v2.02) + Tensorflow (v1.0.1) using video frames as input. I'm setting up the network as shown below:
import tensorflow as tf
import keras
imp…