rish-16 / gpt2client

✍🏻 gpt2-client: Easy-to-use TensorFlow Wrapper for GPT-2 117M, 345M, 774M, and 1.5B Transformer Models 🤖 📝
MIT License
372 stars 74 forks source link

Fixed interactive prompt bugs #5

Closed jabelman closed 4 years ago

jabelman commented 5 years ago

Interactive prompt was not taking into account words argument as the length. Interactive prompt also wasn't using the prompt as context for sample generation. Also converted space indentations to tabs

rish-16 commented 5 years ago

Hello there! I'm still examining the code from the PR, I'll keep you posted. Thank you for contributing!