bash
git clone https://github.com/yasufumy/allennlp_imdb
cd allennlp_imdb
pipenv install
pipenv shell
There is a post about this repository: Click this link
Running on Colab
Running on CPU:
bash
allennlp train \
--include-package allennlp_imdb \
-s /path/to/serialization \
training_config/base_cpu.jsonnet
Running on GPU:
bash
allennlp train \
--include-package allennlp_imdb \
-s /path/to/serialization \
-o '{"trainer": {"cuda_device": 0}}' \
training_config/base_cpu.jsonnet
Creating your own configuration file:
allennlp configure --include-package allennlp_imdb
Hi! thanks for information but I noticed that the version of used allennlp library was not mentioned It would be very helpful if we know this information
allennlp pytorch python deep-learning natural-language-processing machine-learning