devjwsong/gpt2-dialogue-generation-pytorch
The PyTorch implementation of fine-tuning the GPT-2(Generative Pre-trained Transformer 2) for dialogue generation.
This tool helps researchers and AI developers create and fine-tune AI chatbots capable of engaging in multi-turn conversations. You provide a dataset of existing dialogues, and it produces a custom-trained conversational AI model. This is for anyone building bespoke conversational agents, such as for customer service, interactive storytelling, or educational tutors.
176 stars. No commits in the last 6 months.
Use this if you need to develop a specialized chatbot that can handle extended conversations and generate contextually relevant responses based on your specific dialogue data.
Not ideal if you're looking for a pre-built, ready-to-deploy chatbot solution without needing to train it on your own data.
Stars
176
Forks
25
Language
Python
License
MIT
Category
Last pushed
May 27, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/devjwsong/gpt2-dialogue-generation-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
imcaspar/gpt2-ml
GPT2 for Multiple Languages, including pretrained models. GPT2 多语言支持, 15亿参数中文预训练模型
Morizeyao/GPT2-Chinese
Chinese version of GPT2 training code, using BERT tokenizer.
graykode/gpt-2-Pytorch
Simple Text-Generator with OpenAI gpt-2 Pytorch Implementation
gyunggyung/KoGPT2-FineTuning
🔥 Korean GPT-2, KoGPT2 FineTuning cased. 한국어 가사 데이터 학습 🔥
liucongg/GPT2-NewsTitle
Chinese NewsTitle Generation Project by GPT2.带有超级详细注释的中文GPT2新闻标题生成项目。