Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 348 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 348 Bytes

chatbot

classification_training

Chatbot model trained using neural networks. The training model structure is an extended version of code found here: https://github.com/amilavm/Chatbot_Keras.

transformers_bot

Chatbot model fine-tuned DialoGPT with my own dataset of conversations using Huggingface Transformers library and Keras Tensorflow.