Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.05 KB

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