Commit ceb42cf6 authored by liucong's avatar liucong
Browse files

修改readme

parent 59c25cd0
# Generative Pre-Training2(GPT2)
# GPT2
## 论文
Language Models are Unsupervised Multitask Learners
......@@ -48,6 +48,10 @@ docker build --no-cache -t gpt2_migraphx:2.0 .
docker run --shm-size 16g --network=host --name=gpt2_migraphx --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $PWD/gpt2_migraphx:/home/gpt2_migraphx -it <Your Image ID> /bin/bash
```
## 数据集
采用交互式界面,通过输入开头诗词,GPT2模型可以推理出后续的诗句。
## 推理
### Python版本推理
......@@ -116,8 +120,6 @@ cd build/
## result
采用交互式界面,通过输入开头诗词,GPT2模型可以推理出后续的诗句。
### python版本
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment