dont-stop-pretraining
dont-stop-pretraining copied to clipboard
what's the correct version of allennlp and vampire?
Hi, When I was running the vampire training, I found there are some issues due to the consistent version of allennlp and vampire. If allennlp==0.9.0, it says "no import module and submodule" If allennlp==1.0.0, it says "from_files need 2 arguments but 4 are given"
you can try allennlp==1.1.0rc3 ,torch ==1.6.0
@wxs1208 Could you share the environment.yml? The following setup does not work.
# environment.yml
name: domains
channels:
- defaults
dependencies:
- python=3.7
- pip
- pip:
- torch==1.6.0
- pytorch-transformers==1.2.0
- transformers
- allennlp==1.1.0rc3
Hi there, sorry about the delay. did you try the pinned version of allennlp in the environment.yml?