Hacker News new | ask | show | jobs
by harshalaxman 2226 days ago
Very cool. Can I ask what your use case is, or if it's just for fun?
3 comments

I had to do something similar (not this library, but I wish I had known about it) just last week. I'm building out a product demo and I wanted to fill it with books. I didn't want to go searching for out of print books, so I created fake authors, book titles, descriptions, and reviews. The longer text was sometimes great, and sometimes had to be redone but overall it worked really well.
I intend to productionize text generation, and this is a necessary intermediate step. (gpt-2-simple had too many issues in this area so I needed to start from scratch)
That is cool, do you have a timeline set out for this?
I'll likely start by creating a web API service similar to what I did for gpt-2-simple, except more efficient: https://github.com/minimaxir/gpt-2-cloud-run

The next step is architecting an infrastructure for scalable generation; that depends on a few fixes for both aitextgen and the base Transformers. No ETA.

I’m planning to ingest all my historical email into the model and then I’ll have a generator that writes for me using my voice...