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.
This commit is contained in:
James B. Pollack
2019-02-16 16:23:13 -06:00
committed by Jeff Wu
parent 0aad2ab3f4
commit 9c3a78da74

View File

@ -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: 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 ## Future work