An open API service indexing awesome lists of open source software.

https://github.com/khanovico/transformer-chatbot

transformer based chatbot with pytorch
https://github.com/khanovico/transformer-chatbot

attention chatbot pytorch transformer

Last synced: about 2 months ago
JSON representation

transformer based chatbot with pytorch

Awesome Lists containing this project

README

          

# Transformer-Chatbot-PyTorch

Implementation of Basic Conversational Agent(a.k.a Chatbot) using PyTorch Transformer Module

# Introduction

TODO => Adding introduction post.
TODO => Adding Learning Scheduler
TODO => Adding Tensorboard

# Reference

- [Attention Is All You Need](https://arxiv.org/abs/1706.03762)