lm资源管理器
语言模型的交互式资源管理器(当前仅OpenAI GPT-2)
使用Docker运行
# This creates a local directory where the model can be cached so you don't
# have to download it everytime you execute 'docker run'.
$ mkdir -p / $HOME /.pytorch_pretrained_bert
$ docker build -t lm-