-
When I run to "iterative rank-aware training" step , I got the following report:
`2020-04-16 01:14:58,580 - INFO - allennlp.training.trainer - Beginning training.
2020-04-16 01:14:58,580 - INFO - …
-
Hi, when i reasearch copynet, I found your copynet mechanism and I thought it is very useful.
So I tried to use it on the colab, but now I get a issue about the configurationError.
I've tried to ent…
-
I have two questions
firstly:I'm running train_allennlp_local.sh with a bug:
ModuleNotFoundError: No module named 'scibert'
YML@Spuer-HR:~/Jiaxin/scibert-master/scripts$ ./train_allennlp_lo…
-
As the authors mentioned in README.md,
pytorch-transformers 1.20 is not compatible with the specified branch in [environment.yml](https://github.com/allenai/dont-stop-pretraining/blob/master/environm…
-
Running macOS Big Sur (11.2.3). I installed allennlp successfully with pip in my sys environment. The installed version is jsonnet-0.17.0. When I try to run the train script, I get this warning and th…
-
Hi, sorry if this has already been addressed elsewhere, but I didn't see anything related.
I am trying to use the joint entity and relation extraction DYGIE++ model released by the following paper:…
-
Hello, I'm trying to run the training procedure `allennlp build-vocab ...` and `allennlp train ...`, but got an error:
```
Traceback (most recent call last):
File "/home/ubuntu/miniconda3/envs/t…
-
The current `my_allennlp` implementation tries to access variables that have been removed after version 0.9, e.g. `DEFAULT_PREDICTORS`.
The current version of AllenNLP is 2.1.0.
I have tried install…
-
I found
`gradient_accumulation_batch_size` exists in several scibert conf, such as
https://github.com/allenai/scibert/blob/8562a120e6788dcbadbe05ef7fd4463dee17ee59/allennlp_config/ner.json
but al…
-
Hi, I tried the baseline model but encountered some issues to report for help.
Firstly, there are some mismatched dataset names from the [download script](https://github.com/mrqa/MRQA-Shared-Task-2…