graykode / gpt-2-Pytorch

Simple Text-Generator with OpenAI gpt-2 Pytorch Implementation
MIT License
963 stars 225 forks source link

Many sentences are repeated. #2

Closed ashikkapadiya closed 5 years ago

graykode commented 5 years ago

@ashikkapadiya Hello. It's because we use --top_k 40 --temperature 0.7 option.

pmerrill commented 4 years ago

What did you do to fix the problem? Did you set top_k and temperature to something else?