From 9c3a78da74ba47b87ecdc1f90e1639cdc6372d4c Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Sat, 16 Feb 2019 16:23:13 -0600 Subject: [PATCH] Better example parameters for conditional sample command (#41) This PR adds better initial parameters to the conditional sample generation command in the docs. The results are pretty poor in the interactive script with the default settings. Now, you'll get better results if you run the interactive samples. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b079345..59d5503 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ While we have not yet released GPT-2 itself, you can see some unconditional samp To give the model custom prompts, you can use: ``` -python3 src/interactive_conditional_samples.py +python3 src/interactive_conditional_samples.py --top_k 40 ``` ## Future work