Skip to content

NotFish232/Chat-Ion

Repository files navigation

Chat Ion (WIP)

Chatbot written in Pytorch using transformers
Leverages six types of training

  • conversational (with conversation history)
  • random word masking (same as BERT)
  • sentence to sentence generation
  • sentence to paragraph generation
  • paragraph to sentence generation
  • paragraph to paragraph generation

Datasets Used:

Training

run python3 train.py for the default configuration which is very similar to BERT
to use custom hyper-parameters see python3 train.py --help for more details

(WIP)

Evaluation & Visualization

run python3 eval.py to test the model on user input
run python3 visualize.py to run a TensorBoard session for more information

  • 3D Embeddings
  • Model Architecture
  • Example Data

About

ChatBot in Pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages