-
**System (please complete the following information):**
- OS: OS X
- Python version: 3.6.10
- AllenNLP version: hash 4749fc3
- PyTorch version: (if you installed it yourself): 1.4.0
**Que…
-
Hi , After training my Textual entailment model successfully using roBERTa, I am unable to load the same:-
Traceback:-
```
------------------------------------------------------------------------…
-
**Describe the bug**
I'm trying to train the `CoreferenceResolver` on the CoNLL-2012 data, but keep hitting an out of memory error in the first epoch on the GPUs:
```
coref_precision: 0.0080, coref…
-
Hi , I am facing assertion error which didnt used to happen earlier while starting my training using roBERTa for textual entailment.
Please find the full traceback below:-
```
File "/usr/local/bi…
-
## Checklist
- [x] I have verified that the issue exists against the `master` branch of AllenNLP.
- [x] I have read the relevant section in the [contribution guide](https://github.com/alle…
-
```
$ echo '{"hypothesis": "Two women are sitting on a blanket near some rocks talking about politics.", "premise": "Two women are wandering along the shore drinking iced tea."}' | allennlp predict -…
-
```
$ echo '{"hypothesis": "Two women are sitting on a blanket near some rocks talking about politics.", "premise": "Two women are wandering along the shore drinking iced tea."}' | allennlp predict -…
-
## Checklist
- [x] I have verified that the issue exists against the `master` branch of AllenNLP.
- [x] I have read the relevant section in the [contribution guide](https://github.com/alle…
-
As of May 14, tutorial doesn't work out of the box anymore, and must be updated for the current AllenNLP version.
```
git clone https://github.com/allenai/allennlp-as-a-library-example.git
cd …
-
This is something I think it cannot be done with AllenNLP currently, so it can turn into a feature request. Or maybe it's just that I don't know how to do it. It's about getting the final hidden state…