pytorch-lightning-transformers Medium article
$ git clone https://github.com/sobamchan/pytorch-lightning-transformers.git
$ cd pytorch-lightning-transformers
$ pipenv install
$ pipenv shellFine-tune for CommonsenseQA with 2 gpus.
CUDA_VISIBLE_DEVICES=0,1 python csqa.py --gpus 2Fine-tune for MRPC
$ python mrpc.pyThis will load pre-trained BERT and fine-tune it with putting classification layer on top on MRPC task (paraphrase identification).