The data for training the text generator
  • Environment requirements
  • Downloading the data
  • Creating the tokenizer
  • Creating the torch dataset and pytorch lightning datamodule
The model of our text generator
  • The model architechture
  • Training our model
  • How to generate new sentences from our model
The streamlit app to showcase our text generator
  • Creating the streamlit app