-
OS: Windows
Python version: 3.6.5
AllenNLP version: 0.8.5
PyTorch version: 1.1.0
Question:
I get the following error when running TextClassificationJsonReader with segment sentences = True.
…
-
**Describe the bug**
The test `BidirectionalAttentionFlowTest::test_forward_pass_runs_correctly` `tests/models/bidaf_test.py` fails intermittently with the following error:
```python
> asse…
-
https://github.com/researchart/rose6icse/tree/master/submissions/available/FRMiner-icse-main-1604
- Lin Shi
shilin0616@hotmail.com
- Mingzhe Xing
mingzhe@itechs.iscas.ac.cn
- …
-
Does allennlp contain any pre-train character embedding to use?Or empty one?
-
**Describe the bug**
I was experimenting for Bodo PoS tagging task. Everything works fine during training as well as evaluation. However, while predicting POS tags using the following commands the er…
-
**System**
- OS: Ubuntu 18.04
- Python version:3.6 and 3.7
- AllenNLP version:. v0.9.0 and master
Hi,
I was trying to run the copynet tutorial as mentioned here: https://medium.com/@epwals…
-
I can train or tune not a single model via Python code.
I tried different configs, different pretrained models.
**To Reproduce**
1. Load fine-grained-ner-model-elmo-2018.12.21.tar.gz via Python c…
-
I would like to apply ivis on a high dim time series/sequence data. Is there a way to achieve this with the current version?
ghost updated
5 years ago
-
Coreference resolution seems to work fine for longer texts. But with short texts I get various errors. (I'm on Debian, Python 3.7.0, PyTorch 1.0.1, AllenNLP 0.8.4.)
```python
from allennlp.predict…
-
**Describe the bug**
The kwarg `trainable` in `BertForClassification` as well as `requires_grad` in `BertPooler` have no effect on freezing/unfreezing the respective parameters in the model.
**To …