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
- Host: GitHub
- URL: https://github.com/khanovico/transformer-chatbot
- Owner: khanovico
- Created: 2024-06-22T14:44:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T09:25:13.000Z (about 2 years ago)
- Last Synced: 2025-01-24T23:25:31.338Z (over 1 year ago)
- Topics: attention, chatbot, pytorch, transformer
- Language: Python
- Homepage:
- Size: 260 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)