This repository hosts a Gradio web application that uses the fine-tuned GPT-Neo Mythology Storyteller model to generate complete mythological narratives. Given an incomplete story excerpt, the model generates a complete chapter narrative.
- Interactive Interface: Built with Gradio, making it easy to use directly in your browser.
- Customizable Parameters: Generation parameters such as
max_new_tokens
,temperature
, andtop_p
can be adjusted within the code if needed.