ollih12
ollih12 t1_j00bp15 wrote
Reply to comment by BrightCounter738 in [D] Simple Questions Thread by AutoModerator
Would the GPT-2 model from the transformers package be ok for it?
ollih12 t1_izzhdj9 wrote
Reply to comment by pythoslabs in [D] Simple Questions Thread by AutoModerator
Can ChatGPT be fine tuned for what I described?
ollih12 t1_izre2kw wrote
Reply to [D] Simple Questions Thread by AutoModerator
What is the best approach for text generation?
For context: I'm trying generate episode synopsis of a show by training a model with existing episode titles and synopsis of a show and using an input title as the input for the generated episode. I've read that LSTM models are good for this since they maintain the context. I have also read that GPT-3 is the best for this but it's not free. This is just a personal project and I intend on using PyTorch if it's of any significance, currently I have scraped synopsis and titles of existing episodes and have them stored in a pandas dataframe so just not sure where to go from here.
ollih12 t1_j00hiav wrote
Reply to comment by pythoslabs in [D] Simple Questions Thread by AutoModerator
Are there any free alternatives you would recommend?