Skip to content

COMP-6130-GG4/COMP-6130-Project

Repository files navigation

COMP-6130-Project

Final Project for the course

How to run

  1. Clone Repo

  2. Install requirements

  3. If you want to train the model, then have the following lines between lines 216 and 222 uncommented in the main portion of chatNN.py

chatNN.load_data()
chatNN.build_vocabulary()
chatNN.build_model()
chatNN.train_encoder_decoder()
chatNN.make_inference_model()

Otherwise if you want to load a pretrained model then have the following lines between lines 216 and 222 uncommented in the main portion of chatNN.py

chatNN.load_data()
chatNN.build_vocabulary()
chatNN.make_inference_model()
chatNN.load_pretrained_model()
  1. run chatNN.py

About

Final Project for the course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages