Skip to content

Commit

Permalink
Merge pull request #107 from biranchi2018/master
Browse files Browse the repository at this point in the history
Typo error fixed
  • Loading branch information
minimaxir authored Aug 26, 2019
2 parents 4c36ea7 + ae7460a commit ae93a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ print(single_text)

You can pass a `run_name` parameter to `finetune` and `load_gpt2` if you want to store/load multiple models in a `checkpoint` folder.

There is also a command-line interface for both finetining and generation with strong defaults for just running on a Cloud VM w/ GPU. For finetuning (which will also download the model if not present):
There is also a command-line interface for both finetuning and generation with strong defaults for just running on a Cloud VM w/ GPU. For finetuning (which will also download the model if not present):

```shell
gpt_2_simple finetune shakespeare.txt
Expand Down

0 comments on commit ae93a41

Please sign in to comment.