-
I am using allennlp trainer to train longformer (allenai/longformer-base-4096) model but unfortunately its failing with message
File "/usr/local/lib/python3.7/dist-packages/allennlp/modules/seq2vec…
-
I am planning to have a longer sequence based model into Declutr so that similar context tasks the limitations are not present on the sequence length part. Is there a limitation to implement?
-
## Checklist
- [ x ] I have verified that the issue exists against the `main` branch of AllenNLP.
- [ x ] I have read the relevant section in the [contribution guide](https://github.com/al…
-
This is probably a user error but I cannot find a jsonl vocab constructor which works correctly with a MultiLabelField (i.e. a multi-label classifier).
I need to set the vocabs `unk` and `pad` toke…
-
I've created a text classifier based on the `cnn-highway` encoder. It more or less works, but sometimes it crashes either during training or evaluation, the problem being that sometimes the input text…
-
In Figure 1 of the paper "Modelling Suspense in Short Stories as Uncertainty Reduction over Neural Representation" the logits for discriminatory loss seems to be calculated with only the encoded story…
-
## Checklist
- [x] I have verified that the issue exists against the `main` branch of AllenNLP.
- [x] I have read the relevant section in the [contribution guide](https://github.com/allenai/…
-
There are two issues, using Optuna with optuna.integration.allennlp.AllenNLPExecutor. The first is that everything works fine when number of jobs is set to be greater than one. But when njobs …
-
There only have a command that told us how to train models. Could you provide some predict commands, like how do i use the trained ner model to get predict tags? Thank you very much.
-
## 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…