资源算法gpt-2-demo

gpt-2-demo

2020-03-03 | |  80 |   0 |   0

gpt-2-demo

Refactored and Abstracted the GPT-2 model code while putting it beside a flask API and dockerized for easy deployment.

Code and samples from the paper "Language Models are Unsupervised Multitask Learners".

See more details in blog post.

Installation

Download the model data (needs gsutil):

  • Download the model (Linux): sh download_model.sh 117M

  • Download the model (Windows - Bash): sh download_model_windows.sh 117M

In case it fails to download the models/117M/checkpoint file, just create checkpoint file at models/117M/ and add these lines:

model_checkpoint_path: "model.ckpt"
all_model_checkpoint_paths: "model.ckpt"

Build the docker image:

docker-compose build

Start the services

docker-compose up

visit the external IP/localhost to see the live demo.


上一篇:twitterbot-gpt2

下一篇:gpt2-k8s-cloud-run

用户评价
全部评价

热门资源

  • TensorFlow-Course

    This repository aims to provide simple and read...

  • Klukshu-Sockeye-...

    KLUKSHU SOCKEYE PROJECTS 2016 This repositor...

  • flaireWebSite

    flaireWebSite

  • caffe_ocr

    caffe_ocr是一个对现有主流ocr算法研究实验性的项...

  • DeepFaceLab_Linux

    DeepFaceLab的Linux Ubuntu 版本