Spaces:
Running
needs reworking
what you would need in this situation would be a non gpt2 model. gpt2 only continues text and just takes text and adds more text to it.
for example:
(prompt)
i am going to
(output)
i am going to the store to buy milk.
what you would really need would be some sort of custom transformer model, most likely with an encoder and a decoder because that would lead to the behavior of making new text based on a prompt (encoder-decoder models are used in translation, in this case you could be translating text to a story)
Hey thanks for checking the model out!
Your right about what you said...
But this is just a small model I built and to do what your saying I think I would have to fine tune this already built model!
This is a small build right now I am working on an AI therapis, check it out if you want: https://github.com/adrirubio/Mindful
Thanks for taking interest and messaging me!