We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358a69e commit 8e99daeCopy full SHA for 8e99dae
README.md
@@ -24,7 +24,7 @@ This repository is simple implementation GPT-2 about **text-generator** in **Pyt
24
$ git clone https://github.com/graykode/gpt-2-Pytorch && cd gpt-2-Pytorch
25
# download huggingface's pytorch model
26
$ curl --output gpt2-pytorch_model.bin https://s3.amazonaws.com/models.huggingface.co/bert/gpt2-pytorch_model.bin
27
-# setup requirements, if using mac os, then run setup as descibed below
+# setup requirements, if using mac os, then run additional setup as descibed below
28
$ pip install -r requirements.txt
29
```
30
0 commit comments