[Project] `gpt2-client`: A New Wrapper for GPT-2
Hey everyone 👋🏻 I recently built a wrapper for OpenAI’s `gpt-2` model called `gpt2-client`. Currently, the `gpt-2` repo is archived and the code is messy and riddled with bugs. My wrapper simplifies the entire process by enabling anyone to get started with text generation models without the fuss. Please do go check it out here: https://github.com/rish-16/gpt2client If you like it, a ⭐️on GitHub would be highly appreciated! It’s my first ever Python module I’ve released and am really excited about it. If you run into any bugs, please do file an issue and if you have any suggestions or enhancements, please do file a PR with a short description of your awesome improvement. Cheers! submitted by /u/rish-16 |