NaNoGenMo 2019 - GPT-2 Edition
From ChipWiki
Jump to navigationJump to search[The Basics] This: https://openai.com/blog/better-language-models/ Made this: https://github.com/openai/gpt-2
[Local laptop]
git clone https://github.com/openai/gpt-2.git && cd gpt-2 docker build --tag gpt-2 -f Dockerfile.cpu .
git clone https://github.com/facebookresearch/ParlAI.git cd ParlAI; python setup.py develop